| /third_party/ffmpeg/libavfilter/ |
| H A D | asrc_anullsrc.c | 46 int64_t pts; member
|
| H A D | af_amultiply.c | 48 int64_t pts; in activate() local
|
| H A D | f_realtime.c | 43 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q) / s->speed; in filter_frame() local
|
| H A D | af_asdr.c | 33 int64_t pts; member 65 int64_t pts; in activate() local [all...] |
| H A D | f_cue.c | 48 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q); in activate() local
|
| H A D | vf_separatefields.c | 105 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 D | vf_repeatfields.c | 68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
|
| H A D | vf_untile.c | 35 int64_t dpts, pts; member
|
| H A D | vf_shuffleframes.c | 35 int64_t *pts; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | fitsdec.c | 40 int64_t pts; member
|
| H A D | kvag.c | 111 kvag_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) kvag_seek() argument
|
| H A D | webpenc.c | 78 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument
|
| H A D | oggparsetheora.c | 184 int64_t pts; in theora_packet() local
|
| H A D | oggparsedirac.c | 75 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 D | main.c | 79 teststruct_t ts, *pts; in main() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkCubicClipper.cpp | 24 bool SkCubicClipper::ChopMonoAtY(const SkPoint pts[4], SkScalar y, SkScalar* t) { in ChopMonoAtY() argument
|
| /third_party/skia/samplecode/ |
| H A D | SampleCusp.cpp | 141 SkPoint pts[4], pp[7]; variable 158 debugOutCubic(&pts[0]); variable
|
| /third_party/skia/tests/ |
| H A D | PathMeasureTest.cpp | 14 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 D | PathOpsLineIntersectionTest.cpp | 113 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 D | VerticesTest.cpp | 141 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 D | SkLineParameters.h | 31 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 D | SkIntersectionHelper.h | 54 const SkPoint* pts() const { in pts() function in SkIntersectionHelper
|
| /third_party/skia/src/utils/ |
| H A D | SkDashPath.cpp | 94 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 D | strokedlines.cpp | 143 SkPoint pts[] = { {-kRadius-kPad, -kRadius-kPad }, { kRadius+kPad, kRadius+kPad } }; variable
|
| H A D | srcmode.cpp | 41 const SkPoint pts[] = { { 0, 0 }, { W, H } }; in gradient_paintproc() local
|