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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp48 * @cam_ops : ptr to camera ops table
53 mm_camera_ops_t *cam_ops)
56 m_camOps = cam_ops;
405 * @cam_ops : ptr to camera ops table
410 mm_camera_ops_t *cam_ops) :
411 QCameraChannel(cam_handle, cam_ops)
485 * @cam_ops : ptr to camera ops table
490 mm_camera_ops_t *cam_ops) :
491 QCameraChannel(cam_handle, cam_ops)
560 * @cam_ops
52 QCameraChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops) argument
409 QCameraPicChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops) argument
489 QCameraVideoChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops) argument
565 QCameraReprocessChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops) argument
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp66 * @cam_ops : ptr to camera ops table
71 mm_camera_ops_t *cam_ops,
77 m_camOps = cam_ops;
455 * @cam_ops : ptr to camera ops table
462 mm_camera_ops_t *cam_ops,
467 QCamera3Channel(cam_handle, cam_ops, cb_routine,
485 * @cam_ops : ptr to camera ops table
492 mm_camera_ops_t *cam_ops,
498 QCamera3Channel(cam_handle, cam_ops, cb_routine,
730 mm_camera_ops_t *cam_ops,
70 QCamera3Channel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData) argument
461 QCamera3RegularChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream) argument
491 QCamera3RegularChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream, uint32_t width, uint32_t height) argument
729 QCamera3MetadataChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData) argument
934 QCamera3PicChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, camera3_stream_t *stream) argument
1810 QCamera3ReprocessChannel(uint32_t cam_handle, mm_camera_ops_t *cam_ops, channel_cb_routine cb_routine, cam_padding_info_t *paddingInfo, void *userData, void *ch_hdl) argument
[all...]

Completed in 2646 milliseconds