Searched refs:bundled_objs (Results 1 – 4 of 4) sorted by relevance
1920 if ((buffer->ch_id == queue->bundled_objs[buf_s_idx]) || in mm_camera_muxer_do_frame_sync()1921 (buffer->bufs[0]->stream_id == queue->bundled_objs[buf_s_idx])) { in mm_camera_muxer_do_frame_sync()2165 memset(&queue->bundled_objs, 0, sizeof(queue->bundled_objs)); in mm_muxer_frame_sync_queue_init()
1499 memset(&queue->bundled_objs, 0, sizeof(queue->bundled_objs)); in mm_channel_reg_frame_sync()1500 queue->bundled_objs[queue->num_objs] = my_obj->my_hdl; in mm_channel_reg_frame_sync()1502 queue->bundled_objs[queue->num_objs] = sync->a_ch_obj->my_hdl; in mm_channel_reg_frame_sync()
1157 memset(&queue->bundled_objs, 0, sizeof(queue->bundled_objs)); in mm_stream_reg_frame_sync()1158 queue->bundled_objs[queue->num_objs] = my_obj->my_hdl; 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()
254 uint32_t bundled_objs[MAX_OBJS_FOR_FRAME_SYNC]; member