Home
last modified time | relevance | path

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

/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c178 if (ch_obj->pending_pp_cnt > 0) { in mm_channel_pp_result_notify()
229 ch_obj->pending_pp_cnt--; in mm_channel_pp_result_notify()
291 ch_obj->pending_pp_cnt++; in mm_channel_process_stream_buf()
1043 if (my_obj->pending_pp_cnt > 0) { in mm_channel_cancel_super_buf_request()
1046 my_obj->pending_pp_cnt = 0; in mm_channel_cancel_super_buf_request()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h355 uint32_t pending_pp_cnt; /*pending cnt for post processing frames */ member