Home
last modified time | relevance | path

Searched defs:pts (Results 76 - 100 of 455) sorted by relevance

12345678910>>...19

/third_party/ffmpeg/libavfilter/
H A Dasrc_anullsrc.c46 int64_t pts; member
H A Daf_amultiply.c48 int64_t pts; in activate() local
H A Df_realtime.c43 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q) / s->speed; in filter_frame() local
H A Daf_asdr.c33 int64_t pts; member
65 int64_t pts; in activate() local
[all...]
H A Df_cue.c48 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q); in activate() local
H A Dvf_separatefields.c105 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() argument
126 int64_t pts; activate() local
[all...]
H A Dvf_repeatfields.c68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
H A Dvf_untile.c35 int64_t dpts, pts; member
H A Dvf_shuffleframes.c35 int64_t *pts; member
/third_party/ffmpeg/libavformat/
H A Dfitsdec.c40 int64_t pts; member
H A Dkvag.c111 kvag_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) kvag_seek() argument
H A Dwebpenc.c78 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument
H A Doggparsetheora.c184 int64_t pts; in theora_packet() local
H A Doggparsedirac.c75 int64_t pts = dts + ((gp >> 9) & 0x1fff); in dirac_gptopts() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/
H A Dmain.c79 teststruct_t ts, *pts; in main() local
[all...]
/third_party/skia/src/core/
H A DSkCubicClipper.cpp24 bool SkCubicClipper::ChopMonoAtY(const SkPoint pts[4], SkScalar y, SkScalar* t) { in ChopMonoAtY() argument
/third_party/skia/samplecode/
H A DSampleCusp.cpp141 SkPoint pts[4], pp[7]; variable
158 debugOutCubic(&pts[0]); variable
/third_party/skia/tests/
H A DPathMeasureTest.cpp14 const SkPoint pts[] = { in test_small_segment3() local
31 const SkPoint pts[] = { in test_small_segment2() local
47 const SkPoint pts[] = { test_small_segment() local
207 SkPoint stdP, hiP, pts[] = {{0,0}, {100,0}, {100,0}}; DEF_TEST() local
[all...]
H A DPathOpsLineIntersectionTest.cpp113 int pts = i.intersect(line1, line2); in testOne() local
156 int pts = i.intersect(line1, line2); in testOneCoincident() local
218 int pts = ts.intersect(line1, line2); DEF_TEST() local
[all...]
H A DVerticesTest.cpp141 static void fill_triangle(SkCanvas* canvas, const SkPoint pts[], SkColor c) { in fill_triangle() argument
153 SkPoint pts[] = { { -10, 1 }, { -10, 2 }, { 1e9f, 1.5f } }; in DEF_TEST() local
/third_party/skia/src/pathops/
H A DSkLineParameters.h31 bool cubicEndPoints(const SkDCubic& pts) { in cubicEndPoints() argument
71 cubicEndPoints(const SkDCubic& pts, int s, int e) cubicEndPoints() argument
85 lineEndPoints(const SkDLine& pts) lineEndPoints() argument
91 quadEndPoints(const SkDQuad& pts) quadEndPoints() argument
110 quadEndPoints(const SkDQuad& pts, int s, int e) quadEndPoints() argument
138 cubicDistanceY(const SkDCubic& pts, SkDCubic& distance) const cubicDistanceY() argument
146 quadDistanceY(const SkDQuad& pts, SkDQuad& distance) const quadDistanceY() argument
154 controlPtDistance(const SkDCubic& pts, int index) const controlPtDistance() argument
[all...]
H A DSkIntersectionHelper.h54 const SkPoint* pts() const { in pts() function in SkIntersectionHelper
/third_party/skia/src/utils/
H A DSkDashPath.cpp94 static void adjust_zero_length_line(SkPoint pts[2]) { in adjust_zero_length_line() argument
99 static bool clip_line(SkPoint pts[2], const SkRect& bounds, SkScalar intervalLength, in clip_line() argument
[all...]
/third_party/skia/gm/
H A Dstrokedlines.cpp143 SkPoint pts[] = { {-kRadius-kPad, -kRadius-kPad }, { kRadius+kPad, kRadius+kPad } }; variable
H A Dsrcmode.cpp41 const SkPoint pts[] = { { 0, 0 }, { W, H } }; in gradient_paintproc() local

Completed in 10 milliseconds

12345678910>>...19