Home
last modified time | relevance | path

Searched refs:ref_cnt (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_pp.c70 buf_info->ref_cnt--; in mm_app_preview_pp_notify_cb()
71 if (0 == buf_info->ref_cnt) { in mm_app_preview_pp_notify_cb()
106 buf_info->ref_cnt--; in mm_app_video_pp_notify_cb()
107 if (0 == buf_info->ref_cnt) { in mm_app_video_pp_notify_cb()
140 pme->repro_buf_info[frame->buf_idx].ref_cnt = pme->repro_dest_num; in mm_app_isp_pix_notify_cb()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
Dmm_qcamera_app.h94 uint8_t ref_cnt; member