Home
last modified time | relevance | path

Searched refs:pts (Results 601 - 625 of 888) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c1006 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 Dvideotoolboxenc.c2000 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 Daudiotoolboxdec.c552 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 Dpacket.h362 * 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 Df_drawgraph.c322 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 Dvf_guided.c406 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 Dvsrc_life.c63 uint64_t pts; member
406 picref->pts = life->pts++; in request_frame()
H A Dvf_palettegen.c340 out->pts = 0; in get_palette_frame()
536 out->pts = in->pts; in filter_frame()
H A Dsignature.h75 uint64_t pts; member
/third_party/ffmpeg/libavformat/
H A Dwavenc.c401 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 Dadxdec.c84 pkt->pts = (pkt->pos - c->header_size) / (BLOCK_SIZE * par->ch_layout.nb_channels); in adx_read_packet()
H A Dbmv.c102 pkt->pts = c->audio_pos; in bmv_read_packet()
H A Dfifo_test.c93 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 Dmpl2dec.c116 sub->pts = pts_start; in mpl2_read_header()
H A Dstldec.c103 sub->pts = pts_start; in stl_read_header()
H A Dpjsdec.c99 sub->pts = pts_start; in pjs_read_header()
H A Dv210.c74 pkt->pts = pkt->dts = pkt->pos / s->packet_size; in v210_read_packet()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c471 parsepkt->pts, parsepkt->dts, parsepkt->pos); in LLVMFuzzerTestOneInput()
483 avpkt->pts = parser->pts; in LLVMFuzzerTestOneInput()
/third_party/skia/include/core/
H A DSkMatrix.h1298 /** 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 Druntimeintrinsics.cpp148 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 DSkSVGAttributeParser.cpp647 SkTDArray<SkPoint> pts;
681 pts.push_back(SkPoint::Make(x, y));
686 *points = pts;
/third_party/ffmpeg/libavdevice/
H A Dalsa_dec.c87 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 Doss_dec.c64 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 Dsndio_dec.c54 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 Dframe.h432 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

Completed in 24 milliseconds

1...<<21222324252627282930>>...36