HomeSort by relevance Sort by last modified time
    Searched refs:buf_cb (Results 1 - 11 of 11) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 262 mm_stream_data_cb_t *buf_cb, mm_camera_buf_info_t *buf_info)
267 buf_cb == NULL) {
276 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC)
277 && (buf_cb->cb_count != 0)) {
279 buf_cb->cb(&super_buf, buf_cb->user_data);
282 * when count reach 0, reset the buf_cb to have no CB */
283 if (buf_cb->cb_count > 0) {
284 buf_cb->cb_count--
    [all...]
mm_camera.c 2409 mm_stream_data_cb_t buf_cb; local
    [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...]
mm_camera_interface.c     [all...]
  /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:__anon3801
644 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
  /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...]
  /system/nfc/src/nfa/int/
nfa_dta_int.h 325 tNFA_DTA_BUF_CB buf_cb[NFA_DTA_BUF_MAX]; member in struct:__anon107403
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h     [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

Completed in 4487 milliseconds