Lines Matching refs:pts
51 uint64_t pts;
191 uint64_t pts = avio_rl32(pb);
194 avio_tell(pb) - 20, pts, file, 0, AVINDEX_KEYFRAME);
197 uint64_t pts = avio_rl32(pb);
200 avio_tell(pb) - 20, pts, file, 0, AVINDEX_KEYFRAME);
414 if (mlv->pts >= st->duration)
417 index = av_index_search_timestamp(st, mlv->pts, AVSEEK_FLAG_ANY);
419 av_log(avctx, AV_LOG_ERROR, "could not find index entry for frame %"PRId64"\n", mlv->pts);
454 pkt->pts = mlv->pts;
461 mlv->pts++;
476 mlv->pts = timestamp;