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

  /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 2410 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...]
  /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:__anon49265
648 mm_camera_buf_notify_t buf_cb; member in struct:__anon49279
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,
  /system/nfc/src/nfa/include/
nfa_dta_int.h 246 tNFA_DTA_BUF_CB buf_cb[NFA_DTA_BUF_MAX]; member in struct:__anon3359
  /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/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:__anon2460
644 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
  /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:__anon49210
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h     [all...]

Completed in 906 milliseconds