Lines Matching defs:pts
133 LONGLONG pts;
134 HRESULT hr = IMFSample_GetSampleTime(sample, &pts);
137 return mf_from_mf_time(avctx, pts);
266 avpkt->pts = avpkt->dts = mf_sample_get_pts(avctx, sample);
276 // starts from the input pts of the first frame, while the output pts
278 // the output pts matches the input.
280 c->reorder_delay = avpkt->pts - avpkt->dts;
282 avpkt->pts -= c->reorder_delay;
364 mf_sample_set_pts(avctx, sample, frame->pts);