Searched refs:aux_strid (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c911 uint32_t aux_strid = 0; local
915 aux_strid = get_aux_camera_handle(buf->stream_id);
932 if (aux_strid) {
1003 uint32_t aux_strid = get_main_camera_handle(stream_id); local
1017 } else if (aux_strid) {
1026 aux_chid, aux_strid, my_obj);
1058 uint32_t aux_strid = get_aux_camera_handle(stream_id); local
1080 if (aux_strid && aux_linked_chid) {
1089 aux_strid, aux_linked_chid, my_obj);
1182 uint32_t aux_strid local
1243 uint32_t aux_strid = get_aux_camera_handle(stream_id); local
1911 uint32_t aux_strid = get_aux_camera_handle(s_id); local
1977 uint32_t aux_strid = get_aux_camera_handle(s_id); local
2049 uint32_t aux_strid = get_aux_camera_handle(stream_id); local
2121 uint32_t aux_strid = get_aux_camera_handle(buf_map_list->buf_maps[i].stream_id); local
2200 uint32_t aux_strid = get_aux_camera_handle(stream_id); local
2845 uint32_t aux_strid = get_aux_camera_handle(stream_id); local
[all...]
H A Dmm_camera_muxer.c1618 uint32_t aux_strid = 0; local
1622 aux_strid = get_aux_camera_handle(sync_attr->stream_id);
1623 if(aux_strid == 0) {
1626 aux_strid = get_main_camera_handle(sync_attr->stream_id);
1639 frame_sync.a_stream_id = aux_strid;

Completed in 12 milliseconds