Home
last modified time | relevance | path

Searched refs:pts0 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_framerate.c180 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()
Dframerate.h60 int64_t pts0; ///< last frame pts in dest_time_base member
/third_party/skia/tests/
DPathBuilderTest.cpp101 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/
Daudiodecoder.c1098 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/
Dfilterfastbounds.cpp75 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()