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

1 2

  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 176 if(NULL != my_obj->buf_cb[i].cb) {
243 if(NULL != my_obj->buf_cb[i].cb) {
343 if(NULL != my_obj->buf_cb[i].cb) {
344 if (my_obj->buf_cb[i].cb_count != 0) {
348 my_obj->buf_cb[i].cb(&super_buf,
349 my_obj->buf_cb[i].user_data);
353 * when count reach 0, reset the buf_cb to have no CB */
354 if (my_obj->buf_cb[i].cb_count > 0) {
355 my_obj->buf_cb[i].cb_count--;
356 if (0 == my_obj->buf_cb[i].cb_count)
    [all...]
mm_camera_channel.c 63 mm_camera_buf_notify_t buf_cb, void *user_data,
347 payload->buf_cb,
761 mm_camera_buf_notify_t buf_cb, void *user_data,
786 /* cd through intf always palced at idx 0 of buf_cb */
787 stream_obj->buf_cb[0].cb = buf_cb;
788 stream_obj->buf_cb[0].user_data = user_data;
789 stream_obj->buf_cb[0].cb_count = -1; /* infinite by default */
    [all...]
mm_camera_interface.c 370 mm_camera_buf_notify_t buf_cb, void *user_data,
385 stream_id = mm_camera_add_stream(my_obj, ch_id, buf_cb,
    [all...]
mm_camera.c     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 263 mm_stream_data_cb_t *buf_cb, mm_camera_buf_info_t *buf_info)
268 buf_cb == NULL) {
277 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC)
278 && (buf_cb->cb_count != 0)) {
280 buf_cb->cb(&super_buf, buf_cb->user_data);
283 * when count reach 0, reset the buf_cb to have no CB */
284 if (buf_cb->cb_count > 0) {
285 buf_cb->cb_count--
    [all...]
mm_camera.c 2382 mm_stream_data_cb_t buf_cb; local
    [all...]
mm_camera_muxer.c 762 frame_sync.buf_cb = channel_cb;
871 frame_sync.buf_cb = NULL;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 259 mm_stream_data_cb_t *buf_cb, mm_camera_buf_info_t *buf_info)
264 buf_cb == NULL) {
273 if ((buf_cb != NULL) && (buf_cb->cb_type == MM_CAMERA_STREAM_CB_TYPE_SYNC)
274 && (buf_cb->cb_count != 0)) {
276 buf_cb->cb(&super_buf, buf_cb->user_data);
279 * when count reach 0, reset the buf_cb to have no CB */
280 if (buf_cb->cb_count > 0) {
281 buf_cb->cb_count--
    [all...]
mm_camera.c 2408 mm_stream_data_cb_t buf_cb; local
    [all...]
mm_camera_channel.c 649 * @buf_cb : special callback needs to be registered for stream buffer
656 uint32_t stream_id, mm_stream_data_cb_t buf_cb)
667 rc = mm_stream_reg_buf_cb(s_obj, buf_cb);
    [all...]
mm_camera_interface.c     [all...]
  /hardware/qcom/camera/msmcobalt/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:__anon32342
646 mm_camera_buf_notify_t buf_cb; member in struct:__anon32356
750 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,
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 235 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */
236 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream
297 mm_camera_buf_notify_t buf_cb; member in struct:__anon4504
516 mm_camera_buf_notify_t buf_cb, void *user_data,
mm_camera_interface.h 300 mm_camera_buf_notify_t buf_cb, void *user_data,
  /hardware/qcom/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:__anon31684
644 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
mm_camera_interface.h 407 * @buf_cb : callback. can be NULL. NULL uses already registered stream/channel cb
415 mm_camera_buf_notify_t buf_cb; member in struct:__anon32288
    [all...]
  /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/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 204 if(NULL != my_obj->buf_cb[i].cb) {
268 if(NULL != my_obj->buf_cb[i].cb) {
269 if (my_obj->buf_cb[i].cb_count != 0) {
280 my_obj->buf_cb[i].cb(&super_buf,
281 my_obj->buf_cb[i].user_data);
285 * when count reach 0, reset the buf_cb to have no CB */
286 if (my_obj->buf_cb[i].cb_count > 0) {
287 my_obj->buf_cb[i].cb_count--;
288 if (0 == my_obj->buf_cb[i].cb_count) {
289 my_obj->buf_cb[i].cb = NULL
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 324 tNFA_DTA_BUF_CB buf_cb[NFA_DTA_BUF_MAX]; member in struct:__anon15698
  /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
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 234 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */
235 mm_stream_data_cb_t buf_cb[MM_CAMERA_STREAM_BUF_CB_MAX]; member in struct:mm_stream
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h     [all...]

Completed in 385 milliseconds

1 2