Home
last modified time | relevance | path

Searched refs:cb_type (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1110 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in sendPreviewCallback()
1203 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in nodisplay_preview_stream_cb_routine()
1276 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK; in secure_stream_cb_routine()
1367 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in rdi_mode_stream_cb_routine()
1626 cbArg.cb_type = QCAMERA_DATA_TIMESTAMP_CALLBACK; in video_stream_cb_routine()
3258 if ( QCAMERA_DATA_SNAPSHOT_CALLBACK == arg->cb_type ) { in matchSnapshotNotifications()
3284 if ((QCAMERA_DATA_CALLBACK == arg->cb_type) && in matchPreviewNotifications()
3311 if ((QCAMERA_DATA_TIMESTAMP_CALLBACK == arg->cb_type) && in matchTimestampNotifications()
3384 cb->cb_type); in cbNotifyRoutine()
3387 switch (cb->cb_type) { in cbNotifyRoutine()
[all …]
DQCameraPostProc.cpp907 cbArg.cb_type = QCAMERA_DATA_SNAPSHOT_CALLBACK; in sendDataNotify()
2383 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in encodeData()
2395 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK; in encodeData()
2963 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processRawImageImpl()
2974 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK; in processRawImageImpl()
DQCamera2HWI.h141 qcamera_callback_type_m cb_type; // event type member
DQCamera2HWI.cpp6594 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK; in sendEvtNotify()
6941 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processHDRData()
7004 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processLEDCalibration()
7112 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processASDUpdate()
9023 cbArg.cb_type = QCAMERA_NOTIFY_CALLBACK; in playShutter()
9168 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processFaceDetectionResult()
9343 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processFaceDetectionResult()
9478 cbArg.cb_type = QCAMERA_DATA_CALLBACK; in processHistogramStats()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h154 mm_camera_stream_cb_type cb_type, void *userdata, mm_camera_obj_t *cam_obj);
Dmm_camera.h230 mm_camera_stream_cb_type cb_type; member
757 mm_camera_stream_cb_type cb_type, void *userdata);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h938 mm_camera_stream_cb_type cb_type, void *userdata);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2431 mm_camera_stream_cb_type cb_type, void *userdata) in mm_camera_reg_stream_buf_cb() argument
2445 buf_cb.cb_type = cb_type; in mm_camera_reg_stream_buf_cb()
Dmm_camera_interface.c2921 mm_camera_stream_cb_type cb_type, void *userdata) in mm_camera_intf_register_stream_buf_cb() argument
2941 buf_cb, cb_type, userdata); in mm_camera_intf_register_stream_buf_cb()
2958 buf_cb, cb_type, userdata, my_obj); in mm_camera_intf_register_stream_buf_cb()
Dmm_camera_stream.c292 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) in mm_stream_dispatch_sync_data()
358 if (my_obj->buf_cb[i].cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) { in mm_stream_data_notify()
439 && (my_obj->buf_cb[i].cb_type != in mm_stream_dispatch_app_data()
866 (my_obj->buf_cb[i].cb_type != MM_CAMERA_STREAM_CB_TYPE_SYNC)) { in mm_stream_fsm_reg()
962 && my_obj->buf_cb[i].cb_type != MM_CAMERA_STREAM_CB_TYPE_SYNC) { in mm_stream_fsm_active()
1089 my_obj->buf_cb[cb_index].cb_type = MM_CAMERA_STREAM_CB_TYPE_SYNC; in mm_stream_config()
1095 my_obj->buf_cb[cb_index].cb_type = MM_CAMERA_STREAM_CB_TYPE_ASYNC; in mm_stream_config()
Dmm_camera_muxer.c1572 mm_camera_stream_cb_type cb_type, void *userdata, mm_camera_obj_t *cam_obj) in mm_camera_muxer_register_stream_buf_cb() argument
1582 buf_cb, cb_type, userdata); in mm_camera_muxer_register_stream_buf_cb()