Lines Matching refs:align_frames
13 void (*align_frames)(void *frame_buf, unsigned int frame_count, member
95 state->align_frames = align_from_i; in multiple_pre_process()
98 state->align_frames = NULL; in multiple_pre_process()
104 state->align_frames = align_to_i; in multiple_pre_process()
107 state->align_frames = NULL; in multiple_pre_process()
112 if (state->align_frames) { in multiple_pre_process()
182 if (!state->align_frames) { in multiple_muxer_process_frames()
194 state->align_frames(frame_buf, *frame_count, src_bufs, in multiple_muxer_process_frames()
213 if (!state->align_frames) { in multiple_demuxer_process_frames()
218 state->align_frames(frame_buf, *frame_count, dst_bufs, in multiple_demuxer_process_frames()
240 state->align_frames = NULL; in multiple_post_process()