Lines Matching refs:AV_NOPTS_VALUE
169 os->lastpts = AV_NOPTS_VALUE; in ogg_reset()
170 os->lastdts = AV_NOPTS_VALUE; in ogg_reset()
652 if (s->duration != AV_NOPTS_VALUE) in ogg_get_length()
671 if (s->streams[i]->start_time != AV_NOPTS_VALUE) { in ogg_get_length()
694 if (s->streams[i]->duration == AV_NOPTS_VALUE) in ogg_get_length()
696 …if (pts != AV_NOPTS_VALUE && s->streams[i]->start_time == AV_NOPTS_VALUE && !ogg->streams[i].got_s… in ogg_get_length()
700 }else if(s->streams[i]->start_time != AV_NOPTS_VALUE && !ogg->streams[i].got_start) { in ogg_get_length()
778 int64_t pts = AV_NOPTS_VALUE; in ogg_calc_pts()
781 *dts = AV_NOPTS_VALUE; in ogg_calc_pts()
783 if (os->lastpts != AV_NOPTS_VALUE) { in ogg_calc_pts()
785 os->lastpts = AV_NOPTS_VALUE; in ogg_calc_pts()
787 if (os->lastdts != AV_NOPTS_VALUE) { in ogg_calc_pts()
790 os->lastdts = AV_NOPTS_VALUE; in ogg_calc_pts()
900 int64_t pts = AV_NOPTS_VALUE; in ogg_read_timestamp()
926 pts = AV_NOPTS_VALUE; in ogg_read_timestamp()
929 if (pts != AV_NOPTS_VALUE) in ogg_read_timestamp()