Home
last modified time | relevance | path

Searched refs:pts (Results 626 - 650 of 913) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/ffmpeg/libavcodec/
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
H A Dlibshine.c113 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in libshine_encode_frame()
H A Ddv_error_marker_bsf.c92 av_log(ctx, AV_LOG_DEBUG, "%8"PRId64": Replaced %5d blocks by color %X\n", pkt->pts, match_count, AV_RB32(s->color_rgba)); in dv_error_marker_filter()
H A Dvp9_superframe_split_bsf.c124 out->pts = AV_NOPTS_VALUE; in vp9_superframe_split_filter()
/third_party/ffmpeg/libavdevice/
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/libavformat/
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()
H A Dhlsenc.c2457 vs->start_pts = pkt->pts; in hls_write_packet()
2461 if (vs->start_pts_from_audio && st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && vs->start_pts > pkt->pts) { in hls_write_packet()
2462 vs->start_pts = pkt->pts; in hls_write_packet()
2471 if (pkt->pts == AV_NOPTS_VALUE) in hls_write_packet()
2476 vs->end_pts = pkt->pts; in hls_write_packet()
2479 vs->duration = (double)(pkt->pts - vs->end_pts) in hls_write_packet()
2486 av_log(s, AV_LOG_WARNING, "Stream %d packet with pts %" PRId64 " has duration 0. The segment duration may not be precise.\n", in hls_write_packet()
2487 pkt->stream_index, pkt->pts); in hls_write_packet()
2488 vs->duration = (double)(pkt->pts - vs->end_pts) * st->time_base.num / st->time_base.den; in hls_write_packet()
2493 can_split = can_split && (pkt->pts in hls_write_packet()
[all...]
H A Dtty.c163 pkt->pts = pkt->pos / s->chars_per_frame; in read_packet()
H A Dmovenc.h51 int64_t pts; member
H A Dassdec.c144 sub->pts = ts_start; in ass_read_header()
/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
/third_party/ffmpeg/libswresample/
H A Dswresample.h358 * @param pts[in] timestamp for the next input sample, INT64_MIN if unknown
363 int64_t swr_next_pts(struct SwrContext *s, int64_t pts);
/third_party/skia/tools/fonts/
H A DTestTypeface.h52 void init(const SkScalar* pts, const unsigned char* verbs);
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h52 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
H A DSkNWayCanvas.h49 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c853 int64_t pts; in activate() local
866 } else if (ff_inlink_acknowledge_status(ctx->inputs[0], &status, &pts)) { in activate()
867 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate()
894 out->pts = av_rescale_q(src->pts, s->fs.time_base, outlink->time_base); in process_frame()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp336 const SkPoint pts[], in drawPoints()
356 path.moveTo(pts[0]); in drawPoints()
357 path.lineTo(pts[1]); in drawPoints()
378 draw.drawPoints(mode, count, pts, paint, this); in drawPoints()
402 sk_sp<SkVertices> vertices = SkVertices::MakeCopy(kIgnoredMode, SkToS32(count), pts, nullptr, in drawPoints()
334 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) drawPoints() argument
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp43 static void unit_to_points_matrix(const SkPoint pts[2], SkMatrix* matrix) { in unit_to_points_matrix() argument
44 SkVector vec = pts[1] - pts[0]; in unit_to_points_matrix()
51 matrix->postTranslate(pts[0].fX, pts[0].fY); in unit_to_points_matrix()
/third_party/ffmpeg/libavformat/tests/
H A Dseek.c131 ts_str(ts_buf, pkt.pts, st->time_base); in main()
132 printf("ret:%-10s st:%2d flags:%d dts:%s pts:%s pos:%7" PRId64 " size:%6d", ret_str(ret), pkt.stream_index, pkt.flags, dts_buf, ts_buf, pkt.pos, pkt.size); in main()

Completed in 18 milliseconds

1...<<21222324252627282930>>...37