/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 259 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 260 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream 356 mm_stream_data_cb_t buf_cb; member in struct:__anon3847 644 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 310 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 311 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream 417 mm_stream_data_cb_t buf_cb; member in struct:__anon44147 648 mm_camera_buf_notify_t buf_cb; member in struct:__anon44161 756 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb, [all...] |
mm_camera_muxer.h | 153 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 273 mm_stream_data_cb_t *buf_cb, mm_camera_buf_info_t *buf_info) 279 buf_cb == NULL) { 292 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) 293 && (buf_cb->cb_count != 0) 296 buf_cb->cb(&super_buf, buf_cb->user_data); 299 * when count reach 0, reset the buf_cb to have no CB */ 300 if (buf_cb->cb_count > 0) { 301 buf_cb->cb_count-- [all...] |
mm_camera.c | 2434 mm_stream_data_cb_t buf_cb; local [all...] |
mm_camera_muxer.c | 872 frame_sync.buf_cb = NULL; [all...] |
mm_camera_channel.c | [all...] |
mm_camera_interface.c | [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 265 mm_stream_data_cb_t *buf_cb, mm_camera_buf_info_t *buf_info) 270 buf_cb == NULL) { 279 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC) 280 && (buf_cb->cb_count != 0)) { 282 buf_cb->cb(&super_buf, buf_cb->user_data); 285 * when count reach 0, reset the buf_cb to have no CB */ 286 if (buf_cb->cb_count > 0) { 287 buf_cb->cb_count-- [all...] |
mm_camera.c | 2409 mm_stream_data_cb_t buf_cb; local [all...] |
mm_camera_interface.c | [all...] |
mm_camera_channel.c | 650 * @buf_cb : special callback needs to be registered for stream buffer 657 uint32_t stream_id, mm_stream_data_cb_t buf_cb) 668 rc = mm_stream_reg_buf_cb(s_obj, buf_cb); [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 242 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 243 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 242 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 243 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
mm_camera_interface.h | 419 * @buf_cb : callback. can be NULL. NULL uses already registered stream/channel cb 427 mm_camera_buf_notify_t buf_cb; member in struct:__anon44092 [all...] |
/system/nfc/src/nfa/int/ |
nfa_dta_int.h | 325 tNFA_DTA_BUF_CB buf_cb[NFA_DTA_BUF_MAX]; member in struct:__anon114877
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 288 if(NULL != my_obj->buf_cb[i].cb) { 353 if(NULL != my_obj->buf_cb[i].cb) { 354 if (my_obj->buf_cb[i].cb_count != 0) { 365 my_obj->buf_cb[i].cb(&super_buf, 366 my_obj->buf_cb[i].user_data); 370 * when count reach 0, reset the buf_cb to have no CB */ 371 if (my_obj->buf_cb[i].cb_count > 0) { 372 my_obj->buf_cb[i].cb_count--; 373 if (0 == my_obj->buf_cb[i].cb_count) { 374 my_obj->buf_cb[i].cb = NULL [all...] |
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 288 if(NULL != my_obj->buf_cb[i].cb) { 353 if(NULL != my_obj->buf_cb[i].cb) { 354 if (my_obj->buf_cb[i].cb_count != 0) { 365 my_obj->buf_cb[i].cb(&super_buf, 366 my_obj->buf_cb[i].user_data); 370 * when count reach 0, reset the buf_cb to have no CB */ 371 if (my_obj->buf_cb[i].cb_count > 0) { 372 my_obj->buf_cb[i].cb_count--; 373 if (0 == my_obj->buf_cb[i].cb_count) { 374 my_obj->buf_cb[i].cb = NULL [all...] |
/device/google/marlin/camera/QCamera2/stack/common/ |
mm_camera_interface.h | [all...] |