Lines Matching defs:pts
67 int64_t pts;
391 int64_t pts)
401 ctx->presentation.pts = pts;
501 int64_t pts;
505 pts = ctx->presentation.pts != AV_NOPTS_VALUE ? ctx->presentation.pts : sub->pts;
507 sub->pts = pts;
508 ctx->presentation.pts = AV_NOPTS_VALUE;
641 ret = parse_presentation_segment(avctx, buf, segment_length, sub->pts);