/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_enc.c | 1006 int64_t pts; in load_input_picture() local 1014 pts = pic_arg->pts; in load_input_picture() 1017 if (pts != AV_NOPTS_VALUE) { in load_input_picture() 1021 if (pts <= last) { in load_input_picture() 1023 "Invalid pts (%"PRId64") <= last (%"PRId64")\n", in load_input_picture() 1024 pts, last); in load_input_picture() 1029 s->dts_delta = pts - last; in load_input_picture() 1031 s->user_specified_pts = pts; in load_input_picture() 1035 pts in load_input_picture() [all...] |
H A D | videotoolboxenc.c | 2000 CMTime pts; in vtenc_cm_to_avpacket() local 2087 pts = CMSampleBufferGetPresentationTimeStamp(sample_buffer); in vtenc_cm_to_avpacket() 2092 dts = pts; in vtenc_cm_to_avpacket() 2101 pkt->pts = pts.value / time_base_num; in vtenc_cm_to_avpacket() 2426 time = CMTimeMake(frame->pts * avctx->time_base.num, avctx->time_base.den); in vtenc_send_frame() 2469 vtctx->first_pts = frame->pts; in vtenc_frame() 2471 vtctx->dts_delta = frame->pts - vtctx->first_pts; in vtenc_frame()
|
H A D | audiotoolboxdec.c | 552 frame->pts = at->last_pts; in ffat_decode() 553 at->last_pts = avpkt->pts; in ffat_decode() 558 at->last_pts = avpkt->pts; in ffat_decode()
|
H A D | packet.h | 362 * pts MUST be larger or equal to dts as presentation cannot happen before 364 * the terms dts and pts/cts to mean something different. Such timestamps 365 * must be converted to true pts/dts before they are stored in AVPacket. 367 int64_t pts; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_drawgraph.c | 322 in_pts = in->pts; in filter_frame() 338 clone->pts = s->prev_pts = out_pts; in filter_frame() 417 out->pts = 0; in request_frame()
|
H A D | vf_guided.c | 406 int64_t pts; in activate() local 424 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 425 ff_outlink_set_status(outlink, status, pts); in activate()
|
H A D | vsrc_life.c | 63 uint64_t pts; member 406 picref->pts = life->pts++; in request_frame()
|
H A D | vf_palettegen.c | 340 out->pts = 0; in get_palette_frame() 536 out->pts = in->pts; in filter_frame()
|
H A D | signature.h | 75 uint64_t pts; member
|
/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 401 if(pkt->pts != AV_NOPTS_VALUE) { in wav_write_packet() 402 wav->minpts = FFMIN(wav->minpts, pkt->pts); in wav_write_packet() 403 wav->maxpts = FFMAX(wav->maxpts, pkt->pts); in wav_write_packet()
|
H A D | adxdec.c | 84 pkt->pts = (pkt->pos - c->header_size) / (BLOCK_SIZE * par->ch_layout.nb_channels); in adx_read_packet()
|
H A D | bmv.c | 102 pkt->pts = c->audio_pos; in bmv_read_packet()
|
H A D | fifo_test.c | 93 ctx->pts_written[ctx->pts_written_nr++] = pkt->pts; in failing_write_packet() 115 printf("pts seen nr: %d\n", ctx->pts_written_nr); in failing_deinit() 116 printf("pts seen: "); in failing_deinit()
|
H A D | mpl2dec.c | 116 sub->pts = pts_start; in mpl2_read_header()
|
H A D | stldec.c | 103 sub->pts = pts_start; in stl_read_header()
|
H A D | pjsdec.c | 99 sub->pts = pts_start; in pjs_read_header()
|
H A D | v210.c | 74 pkt->pts = pkt->dts = pkt->pos / s->packet_size; in v210_read_packet()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 471 parsepkt->pts, parsepkt->dts, parsepkt->pos); in LLVMFuzzerTestOneInput() 483 avpkt->pts = parser->pts; in LLVMFuzzerTestOneInput()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 1298 /** Maps pts SkPoint array of length count in place. SkPoint are mapped by multiplying 1308 x = pts[i].fX 1309 y = pts[i].fY 1312 each resulting pts SkPoint is computed as: 1318 @param pts storage for mapped SkPoint 1321 void mapPoints(SkPoint pts[], int count) const { in mapPoints() argument 1322 this->mapPoints(pts, pts, count); in mapPoints()
|
/third_party/skia/gm/ |
H A D | runtimeintrinsics.cpp | 148 SkPoint pts[kBoxSize]; in plot() local 152 pts[x].set(x + 0.5f, y); in plot() 155 canvas->drawPoints(SkCanvas::kPolygon_PointMode, kBoxSize, pts, plotPaint); in plot()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGAttributeParser.cpp | 647 SkTDArray<SkPoint> pts; 681 pts.push_back(SkPoint::Make(x, y)); 686 *points = pts;
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa_dec.c | 87 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */ in audio_read_header() 135 pkt->pts = ff_timefilter_update(s->timefilter, dts, s->last_period); in audio_read_packet()
|
H A D | oss_dec.c | 64 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */ in audio_read_header() 87 /* compute pts of the start of the packet */ in audio_read_packet() 97 pkt->pts = cur_time; in audio_read_packet()
|
H A D | sndio_dec.c | 54 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */ in audio_read_header() 77 /* compute pts of the start of the packet */ in audio_read_packet() 82 /* convert to pts */ in audio_read_packet() 83 pkt->pts = cur_time - ((bdelay * 1000000) / in audio_read_packet()
|
/third_party/ffmpeg/libavutil/ |
H A D | frame.h | 432 int64_t pts; member 437 * only AVPacket.dts values without pts values. 847 * the data layout in the buffers. E.g. pts, sample rate (for audio) or sample
|