/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 144 double pts; /* clock base */ member 158 double pts; /* presentation timestamp for the frame */ member 1375 set_clock_at(Clock *c, double pts, int serial, double time) set_clock_at() argument 1383 set_clock(Clock *c, double pts, int serial) set_clock() argument 1556 update_video_pts(VideoState *is, double pts, int64_t pos, int serial) update_video_pts() argument 1732 queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t pos, int serial) queue_picture() argument 2120 double pts; video_thread() local 2228 double pts; subtitle_thread() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 6181 int64_t offset, dts, pts; global() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 391 const SkPoint* pts = fPathRef->points(); in isLine() local 454 const SkPoint* pts in isRect() local 681 SkPoint* pts = ed.growForVerb(kQuad_Verb); quadTo() local 711 SkPoint* pts = ed.growForVerb(kConic_Verb, w); conicTo() local 735 SkPoint* pts = ed.growForVerb(kCubic_Verb); cubicTo() local 817 addPoly(const SkPoint pts[], int count, bool close) addPoly() argument 1015 const SkPoint* pts = fPathRef->points() + startPtIndex; isZeroLengthSincePoint() local 1457 const SkPoint* pts = path.fPathRef->pointsEnd() - 1; reversePathTo() local 1499 const SkPoint* pts = src->fPathRef->pointsEnd(); reverseAddPath() local 1554 subdivide_cubic_to(SkPath* path, const SkPoint pts[4], int level = 2) subdivide_cubic_to() argument 1593 SkPoint pts[4]; transform() local 1735 autoClose(SkPoint pts[2]) autoClose() argument 1774 SkPoint* SK_RESTRICT pts = ptsParam; next() local 1837 next(SkPoint pts[4]) next() argument 1865 append_params(SkString* str, const char label[], const SkPoint pts[], int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) append_params() argument 1903 SkPoint pts[4]; dump() local 2372 const SkPoint* pts() const { return fCurrPt; } pts() function in ContourIter 2463 find_max_y(const SkPoint pts[], int count) find_max_y() argument 2477 find_diff_pt(const SkPoint pts[], int index, int n, int inc) find_diff_pt() argument 2495 find_min_max_x_at_y(const SkPoint pts[], int index, int n, int* maxIndexPtr) find_min_max_x_at_y() argument 2556 const SkPoint* pts = iter.pts(); ComputeFirstDirection() local 2635 find_minmax(const SkPoint pts[], SkScalar* minPtr, SkScalar* maxPtr) find_minmax() argument 2655 winding_mono_cubic(const SkPoint pts[], SkScalar x, SkScalar y, int* onCurveCount) winding_mono_cubic() argument 2701 winding_cubic(const SkPoint pts[], SkScalar x, SkScalar y, int* onCurveCount) winding_cubic() argument 2730 const SkPoint* pts = conic.fPts; winding_mono_conic() local 2791 winding_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar weight, int* onCurveCount) winding_conic() argument 2805 winding_mono_quad(const SkPoint pts[], SkScalar x, SkScalar y, int* onCurveCount) winding_mono_quad() argument 2860 winding_quad(const SkPoint pts[], SkScalar x, SkScalar y, int* onCurveCount) winding_quad() argument 2875 winding_line(const SkPoint pts[], SkScalar x, SkScalar y, int* onCurveCount) winding_line() argument 2915 tangent_cubic(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_cubic() argument 2943 tangent_conic(const SkPoint pts[], SkScalar x, SkScalar y, SkScalar w, SkTDArray<SkVector>* tangents) tangent_conic() argument 2970 tangent_quad(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_quad() argument 2996 tangent_line(const SkPoint pts[], SkScalar x, SkScalar y, SkTDArray<SkVector>* tangents) tangent_line() argument 3037 SkPoint pts[4]; contains() local 3079 SkPoint pts[4]; contains() local 3123 ConvertConicToQuads(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w, SkPoint pts[], int pow2) ConvertConicToQuads() argument 3442 Make(const SkPoint pts[], int pointCount, const uint8_t vbs[], int verbCount, const SkScalar ws[], int wCount, SkPathFillType ft, bool isVolatile) Make() argument 3491 Polygon(const SkPoint pts[], int count, bool isClosed, SkPathFillType ft, bool isVolatile) Polygon() argument 3511 const SkPoint* pts = *ptsPtr; IsRectContour() local 3645 const SkPoint* pts = path.fPathRef->points(); IsNestedFillRects() local 3861 const SkPoint* pts = path.fPathRef->points(); IsAxisAligned() local [all...] |
/third_party/skia/tests/ |
H A D | PathOpsOpTest.cpp | 3853 static void complex_to_quads(const SkPoint pts[], SkPath* path) { in complex_to_quads() argument 3874 SkPoint pts[] = { {5,6}, {4,6}, {3,0}, {2,1} }; in cubicOp130a() local 4680 SkPoint pts[] in loops33iMod() local [all...] |
H A D | PathTest.cpp | 421 const SkPoint pts[] = { in test_bad_cubic_crbug229478() local 749 const SkPoint pts[] = { in test_tricky_cubic() local 899 SkPoint pts[] = { test_rect_isfinite() local 1011 SkPoint pts[32]; test_addPoly() local 1179 stroke_cubic(const SkPoint pts[4]) stroke_cubic() argument 1219 SkPoint pts[4]; check_close() local 1739 SkPoint pts[2]; test_isLine() local 2624 static const SkPoint pts[] = { test_flattening() local 2675 static const SkPoint pts[] = { test_transform() local 2897 SkPoint pts[4]; test_iter() local 4202 SkPoint pts[] = {{5, 4}, {6, 5}, {7, 6}, {6, 6}, {4, 6}, {5, 7}, {5, 5}, {5, 4}, {6, 5}, {7, 6}}; test_contains() local 4878 SkPoint pts[4]; DEF_TEST() local 5389 draw_triangle(SkCanvas* canvas, const SkPoint pts[]) draw_triangle() argument 5406 const SkPoint pts[] = { DEF_TEST() local 5422 const SkPoint pts[] = { DEF_TEST() local 5676 SkPoint pts[4]; assert_points() local [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1137 __u64 pts; member 1178 __u64 pts; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 1998 __u64 pts; member 2062 __u64 pts; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 2135 __u64 pts; member 2199 __u64 pts; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1084 __u64 pts; member 1126 __u64 pts; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1084 __u64 pts; member 1126 __u64 pts; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, in nk_tt__rasterize() argument
|