Searched defs:super_obj (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_muxer.c1787 mm_frame_sync_queue_node_t* super_obj = NULL; local
1805 super_obj = mm_camera_muxer_frame_sync_dequeue(
1807 if (super_obj == NULL) {
1810 if (frame_sync->super_buf_notify_cb && super_obj->num_objs != 0) {
1813 if (super_obj->super_buf[i].num_bufs != 0) {
1815 &super_obj->super_buf[i],
1822 if (super_obj->super_buf[i].num_bufs != 0) {
1823 if (super_obj->super_buf[i].ch_id ==
1826 &super_obj->super_buf[i],
1830 mm_camera_muxer_buf_done(&super_obj
1911 mm_frame_sync_queue_node_t* super_obj = NULL; local
2204 mm_frame_sync_queue_node_t *super_obj = NULL; local
[all...]

Completed in 22 milliseconds