Home
last modified time | relevance | path

Searched refs:firstpts (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Dmov.mak18 fate-mov-neg-firstpts-discard-frames \
25 FATE_MOV_FFPROBE = fate-mov-neg-firstpts-discard \
26 fate-mov-neg-firstpts-discard-vorbis \
95 fate-mov-neg-firstpts-discard: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov
99 fate-mov-neg-firstpts-discard-vorbis: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard_vorbis.mp4
102 fate-mov-neg-firstpts-discard-frames: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov -vsync cfr
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h165 int64_t firstpts; ///< first PTS member
H A Dswresample.c358 s->firstpts = in swr_init()
361 s->firstpts = AV_NOPTS_VALUE; in swr_init()
1025 if (s->firstpts == AV_NOPTS_VALUE) in swr_next_pts()
1026 s->outpts = s->firstpts = pts; in swr_next_pts()
1035 if(s->outpts == s->firstpts || fabs(fdelta) > s->min_hard_compensation){ in swr_next_pts()

Completed in 5 milliseconds