| /third_party/ffmpeg/libavcodec/ |
| H A D | libzvbi-teletextdec.c | 52 int64_t pts; member 72 int64_t pts; member [all...] |
| H A D | videotoolbox.c | 685 videotoolbox_decoder_callback(void *opaque, void *sourceFrameRefCon, OSStatus status, VTDecodeInfoFlags flags, CVImageBufferRef image_buffer, CMTime pts, CMTime duration) videotoolbox_decoder_callback() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | avfilter.c | 209 void ff_avfilter_link_set_in_status(AVFilterLink *link, int status, int64_t pts) in ff_avfilter_link_set_in_status() argument 222 void ff_avfilter_link_set_out_status(AVFilterLink *link, int status, int64_t pts) in ff_avfilter_link_set_out_status() argument 521 void ff_update_link_current_pts(AVFilterLink *link, int64_t pts) in ff_update_link_current_pts() argument 1496 int64_t pts = frame->pts; ff_inlink_evaluate_timeline_at_frame() local [all...] |
| H A D | vf_bm3d.c | 853 int64_t pts; in activate() local
|
| H A D | af_anequalizer.c | 739 const int64_t pts = buf->pts + in filter_frame() local
|
| H A D | af_dynaudnorm.c | 84 int64_t pts; member 849 int64_t pts; in activate() local
|
| H A D | vf_curves.c | 393 char **pts = &curves->comp_points_str[comp_ids[i]]; in parse_psfile() local 476 char **pts = curves->comp_points_str; in curves_init() local 636 char **pts = curves->comp_points_str; config_input() local [all...] |
| H A D | af_loudnorm.c | 88 int64_t pts; member [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | xcbgrab.c | 424 int64_t pts; in xcbgrab_read_packet() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | iff.c | 123 int64_t pts; member
|
| H A D | rmdec.c | 431 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; in rm_read_index() local 1326 int64_t pos, pts; in ivr_read_packet() local 1136 rm_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) rm_read_seek() argument [all...] |
| H A D | mpegenc.c | 42 int64_t pts; member 577 static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts) in get_vcd_padding_size() argument 638 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) flush_packet() argument 1152 int64_t pts, dts; mpeg_mux_write_packet() local [all...] |
| H A D | mpeg.c | 239 int64_t pts, dts; in mpegps_read_pes_header() local 490 int64_t pts, dts, dummy_pos; // dummy_pos is needed for the index building to work in mpegps_read_packet() local 663 int64_t pos, pts, dts; mpegps_read_dts() local 965 int64_t pts, dts; vobsub_read_packet() local [all...] |
| H A D | mux.c | 1358 int64_t pts = pkt->pts, dts = pkt->dts, duration = pkt->duration; ff_write_chained() local [all...] |
| H A D | wtvdec.c | 327 int64_t pts; /**< pts for next data chunk */ member [all...] |
| H A D | asfenc.c | 1021 int64_t pts; in asf_write_packet() local [all...] |
| H A D | flvdec.c | 1064 int64_t dts, pts = AV_NOPTS_VALUE; local [all...] |
| H A D | nutenc.c | 228 int pts; in build_frame_code() local [all...] |
| H A D | nutdec.c | 1005 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, in decode_frame_header() argument 1093 int64_t pts, last_IP_pts; in decode_frame() local 1219 int64_t pos, pts, back_ptr; nut_read_timestamp() local 1241 read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) read_seek() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkDraw.cpp | 341 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint, SkBaseDevice* device) const drawPoints() argument [all...] |
| H A D | SkPictureRecord.cpp | 445 void SkPictureRecord::onDrawPoints(PointMode mode, size_t count, const SkPoint pts[], in onDrawPoints() argument 881 void SkPictureRecord::addPoints(const SkPoint pts[], int count) { in addPoints() argument
|
| H A D | SkBitmapDevice.cpp | 359 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) drawPoints() argument
|
| H A D | SkPathBuilder.cpp | 762 addPolygon(const SkPoint pts[], int count, bool isClosed) addPolygon() argument 775 polylineTo(const SkPoint pts[], int count) polylineTo() argument 798 SkPoint pts[4]; addPath() local 820 const SkPoint* pts = src.fPathRef->pointsEnd(); privateReverseAddPath() local [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | AAConvexPathRenderer.cpp | 253 inline void add_quad_segment(const SkPoint pts[3], SegmentArray* segments) { in add_quad_segment() argument 266 add_cubic_segments(const SkPoint pts[4], SkPathFirstDirection dir, SegmentArray* segments) add_cubic_segments() argument 298 SkPoint pts[4]; get_segments() local [all...] |
| H A D | DefaultPathRenderer.cpp | 93 void addLine(const SkPoint pts[]) { in addLine() argument 105 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addQuad() argument 124 void addConic(SkScalar weight, const SkPoint pts[], SkScala argument 133 addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) addCubic() argument 156 SkPoint pts[4]; addPath() local 191 SkPoint pts[4]; PathHasMultipleSubpaths() local [all...] |