Lines Matching defs:enc
56 AVCodecContext *enc;
158 ost->enc = c;
253 c = ost->enc;
318 if (av_compare_ts(ost->next_pts, ost->enc->time_base,
324 for (i = 0; i < ost->enc->ch_layout.nb_channels; i++)
347 c = ost->enc;
413 AVCodecContext *c = ost->enc;
477 AVCodecContext *c = ost->enc;
523 return write_frame(oc, ost->enc, ost->st, get_video_frame(ost), ost->tmp_pkt);
528 avcodec_free_context(&ost->enc);
624 (!encode_audio || av_compare_ts(video_st.next_pts, video_st.enc->time_base,
625 audio_st.next_pts, audio_st.enc->time_base) <= 0)) {