Home | History | Annotate | Download | only in src

Lines Matching refs:buf_info

1277                         mm_camera_buf_info_t *buf_info)
1286 if (buf_info->stream_id == queue->bundled_streams[buf_s_idx]) {
1291 CDBG_ERROR("%s: buf from stream (%d) not bundled", __func__, buf_info->stream_id);
1295 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1298 mm_channel_qbuf(ch_obj, buf_info->buf);
1341 memcpy(&new_buf->super_buf[buf_s_idx], buf_info, sizeof(mm_camera_buf_info_t));
1353 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip;
1366 mm_channel_qbuf(ch_obj, buf_info->buf);
1384 if (frame_idx < buf_info->frame_idx) {
1388 } else if (frame_idx > buf_info->frame_idx) {
1398 memcpy(&super_buf->super_buf[buf_s_idx], buf_info, sizeof(mm_camera_buf_info_t));
1410 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip;
1414 mm_channel_qbuf(ch_obj, buf_info->buf);
1417 if (super_buf->super_buf[buf_s_idx].frame_idx < buf_info->frame_idx) {
1427 memcpy(&super_buf->super_buf[buf_s_idx], buf_info, sizeof(mm_camera_buf_info_t));
1430 mm_channel_qbuf(ch_obj, buf_info->buf);