Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
H A Dmovenc.c61 int64_t audio_dts, video_dts; variable
239 video_dts = bframes ? -duration : 0; in init_fps()
255 if (av_compare_ts(audio_dts, audio_st->time_base, video_dts, video_st->time_base) < 0) { in mux_frames()
263 pkt->dts = video_dts; in mux_frames()
270 video_dts = pkt->pts; in mux_frames()
275 video_dts = next_p_pts; in mux_frames()
280 video_dts = pkt->pts; in mux_frames()
283 video_dts += duration; in mux_frames()
333 pkt->dts = video_dts; in signal_init_ts()
/third_party/ffmpeg/libavformat/
H A Dwavdec.c716 int64_t audio_dts, video_dts; in wav_read_packet() local
720 video_dts = (int32_t)ffstream(vst)->cur_dts; in wav_read_packet()
722 if (audio_dts != AV_NOPTS_VALUE && video_dts != AV_NOPTS_VALUE) { in wav_read_packet()
725 av_compare_ts(video_dts, vst->time_base, in wav_read_packet()

Completed in 5 milliseconds