Searched refs:pts0 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_framerate.c | 180 interpolate = av_rescale(work_pts - s->pts0, s->blend_factor_max, s->delta); in process_work_frame() 181 interpolate8 = av_rescale(work_pts - s->pts0, 256, s->delta); in process_work_frame() 348 s->pts0 = s->pts1; in activate() 351 s->delta = s->pts1 - s->pts0; in activate()
|
D | framerate.h | 60 int64_t pts0; ///< last frame pts in dest_time_base member
|
/third_party/skia/tests/ |
D | PathBuilderTest.cpp | 101 const SkPoint pts0[] = { in DEF_TEST() local 104 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts0, SK_ARRAY_COUNT(pts0))); in DEF_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 1098 GstClockTime pts0, pts1; in GST_START_TEST() local 1106 pts0 = gst_util_uint64_scale_round (0, GST_SECOND, TEST_MSECS_PER_SAMPLE);; in GST_START_TEST() 1109 fail_unless_equals_int (pts0, GST_BUFFER_PTS (buf)); in GST_START_TEST() 1115 pts0 = gst_util_uint64_scale_round (1, GST_SECOND, TEST_MSECS_PER_SAMPLE); in GST_START_TEST() 1116 gst_harness_push_event (h, gst_event_new_gap (pts0, dur)); in GST_START_TEST() 1124 fail_unless_equals_int (pts0, GST_BUFFER_PTS (buf)); in GST_START_TEST()
|
/third_party/skia/gm/ |
D | filterfastbounds.cpp | 75 SkPoint pts0[2] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } }; in draw_points() local 78 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, pts0, p); in draw_points()
|