Home
last modified time | relevance | path

Searched refs:a_str_obj (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h657 mm_stream_t *a_str_obj; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1140 if (NULL == sync || sync->a_str_obj == NULL) { in mm_stream_reg_frame_sync()
1160 queue->bundled_objs[queue->num_objs] = sync->a_str_obj->my_hdl; in mm_stream_reg_frame_sync()
1165 sync->a_str_obj->is_res_shared = sync->sync_attr->is_res_shared; in mm_stream_reg_frame_sync()
1166 my_obj->aux_str_obj[my_obj->num_s_cnt++] = sync->a_str_obj; in mm_stream_reg_frame_sync()
1167 sync->a_str_obj->master_str_obj = my_obj; in mm_stream_reg_frame_sync()
Dmm_camera_channel.c1471 sync->a_str_obj = mm_channel_util_get_stream_by_handler( in mm_channel_reg_frame_sync()