Lines Matching refs:pts
44 #define MPP_TO_GST_PTS(pts) ((pts) * GST_MSECOND) argument
556 gst_mpp_dec_get_frame (GstVideoDecoder * decoder, GstClockTime pts) in gst_mpp_dec_get_frame() argument
577 if (!GST_CLOCK_TIME_IS_VALID (pts)) { in gst_mpp_dec_get_frame()
581 if (GST_CLOCK_TIME_IS_VALID (frame->pts)) in gst_mpp_dec_get_frame()
582 self->mpp_delta_pts = frame->pts - MPP_TO_GST_PTS (pts); in gst_mpp_dec_get_frame()
584 pts = GST_CLOCK_TIME_NONE; in gst_mpp_dec_get_frame()
601 if (!pts) in gst_mpp_dec_get_frame()
602 pts = GST_CLOCK_TIME_NONE; in gst_mpp_dec_get_frame()
605 if (self->use_mpp_pts && GST_CLOCK_TIME_IS_VALID (pts)) { in gst_mpp_dec_get_frame()
606 pts = MPP_TO_GST_PTS (pts); in gst_mpp_dec_get_frame()
609 pts += self->mpp_delta_pts; in gst_mpp_dec_get_frame()
613 GST_TIME_ARGS (pts)); in gst_mpp_dec_get_frame()
628 if (GST_CLOCK_TIME_IS_VALID (f->pts)) { in gst_mpp_dec_get_frame()
630 if (abs ((gint) f->pts - (gint) pts) < 3 * GST_MSECOND) { in gst_mpp_dec_get_frame()
639 if (GST_CLOCK_TIME_IS_VALID (pts) && f->pts > pts) in gst_mpp_dec_get_frame()
656 if (!frame || frame->pts > f->pts) in gst_mpp_dec_get_frame()
670 frame->pts = pts; in gst_mpp_dec_get_frame()
912 GST_TIME_ARGS (frame->pts)); in gst_mpp_dec_loop()
995 mpp_packet_set_pts (mpkt, self->use_mpp_pts ? -1 : (gint64) frame->pts); in gst_mpp_dec_handle_frame()
997 if (GST_CLOCK_TIME_IS_VALID (frame->pts)) in gst_mpp_dec_handle_frame()