/third_party/ffmpeg/libavfilter/ |
H A D | f_reverse.c | 36 int64_t *pts; member [all...] |
H A D | f_interleave.c | 43 int64_t pts; member 68 int64_t q_pts, pts = INT64_MAX; in activate() local [all...] |
H A D | af_axcorrelate.c | 37 int64_t pts; member 206 int64_t pts; in activate() local [all...] |
H A D | framesync.h | 111 int64_t pts; member 167 int64_t pts; member
|
H A D | vf_random.c | 39 int64_t pts[MAX_FRAMES]; member [all...] |
H A D | vf_tpad.c | 42 int64_t pts; member 78 int64_t pts; in activate() local [all...] |
H A D | vsrc_sierpinski.c | 44 uint64_t pts; member
|
H A D | vf_feedback.c | 120 int64_t pts; in activate() local
|
/third_party/ffmpeg/libavformat/ |
H A D | jvdec.c | 50 int64_t pts; member
|
H A D | srtdec.c | 68 int64_t pts; member
|
H A D | alp.c | 154 alp_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) alp_seek() argument
|
H A D | img2.h | 46 int64_t pts; member
|
H A D | yuv4mpegdec.c | 301 yuv4_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) yuv4_read_seek() argument
|
H A D | flic.c | 262 flic_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) flic_read_seek() argument
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | fifo_muxer.c | 41 static int prepare_packet(AVPacket *pkt, const FailingMuxerPacketData *pkt_data, int64_t pts) in prepare_packet() argument
|
/third_party/ffmpeg/tests/api/ |
H A D | api-seek-test.c | 37 static int add_crc_to_array(uint32_t crc, int64_t pts) in add_crc_to_array() argument 56 static int compare_crc_in_array(uint32_t crc, int64_t pts) in compare_crc_in_array() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkDraw_atlas.cpp | 33 SkPoint pts[4]; in fill_rect() local
|
H A D | SkLineClipper.cpp | 175 int SkLineClipper::ClipLine(const SkPoint pts[], const SkRect& clip, SkPoint lines[], in ClipLine() argument [all...] |
H A D | SkMatrixPriv.h | 85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() argument [all...] |
H A D | SkRect.cpp | 67 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() argument 107 setBoundsNoCheck(const SkPoint pts[], int count) setBoundsNoCheck() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 60 SkPoint pts[2]; in simplifyPath() local
|
H A D | GrQuad.cpp | 86 static GrQuad::Type quad_type_for_points(const SkPoint pts[4], const SkMatrix& matrix) { in quad_type_for_points() argument 116 MakeFromSkQuad(const SkPoint pts[4], const SkMatrix& matrix) MakeFromSkQuad() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SampleGradients.cpp | 13 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } }; in setgrad() local 63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() argument 67 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() argument 75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[ argument 82 Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) Make2Conical() argument 94 Make2ConicalConcentric(const SkPoint pts[2], const GradData& data, SkTileMode tm) Make2ConicalConcentric() argument 123 SkPoint pts[2] = { global() variable [all...] |
H A D | SampleVertices.cpp | 42 SkPoint pts[] = { { 0, 0 }, in make_shader1() local
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrTessellationShader.h | 46 static void WriteConicPatch(const SkPoint pts[3], float w, skgpu::VertexWriter* writer) { in WriteConicPatch() argument 52 static void WriteConicPatch(const SkPoint pts[3], float w, SkPoint patch[4]) { in WriteConicPatch() argument
|