Searched defs:online_rotation (Results 1 - 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraChannel.cpp203 * @online_rotation: rotation applied online
213 bool bDeffAlloc, cam_rotation_t online_rotation)
228 online_rotation);
209 addStream(QCameraAllocator &allocator, QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, uint8_t minStreamBufNum, cam_padding_info_t *paddingInfo, stream_cb_routine stream_cb, void *userdata, bool bDynAllocBuf, bool bDeffAlloc, cam_rotation_t online_rotation) argument
H A DQCameraStream.cpp340 * @online_rotation: rotation applied online
347 bool deffered, cam_rotation_t online_rotation):
372 mOnlineRotation(online_rotation),
344 QCameraStream(QCameraAllocator &allocator, uint32_t camHandle, uint32_t chId, mm_camera_ops_t *camOps, cam_padding_info_t *paddingInfo, bool deffered, cam_rotation_t online_rotation) argument

Completed in 61 milliseconds