Home
last modified time | relevance | path

Searched refs:audio_dts (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dmovenc.c61 int64_t audio_dts, video_dts; variable
240 audio_dts = -audio_preroll; in init_fps()
255 if (av_compare_ts(audio_dts, audio_st->time_base, video_dts, video_st->time_base) < 0) { in mux_frames()
256 pkt->dts = pkt->pts = audio_dts; in mux_frames()
259 audio_dts += audio_duration; in mux_frames()
338 pkt->dts = pkt->pts = audio_dts; in signal_init_ts()
/third_party/ffmpeg/libavformat/
Dwavdec.c713 int64_t audio_dts, video_dts; in wav_read_packet() local
715 audio_dts = (int32_t)s->streams[0]->cur_dts; in wav_read_packet()
718 if (audio_dts != AV_NOPTS_VALUE && video_dts != AV_NOPTS_VALUE) { in wav_read_packet()
722 audio_dts, s->streams[0]->time_base) > 0 : 0; in wav_read_packet()