Home
last modified time | relevance | path

Searched refs:pts (Results 1151 - 1175 of 1306) sorted by relevance

1...<<41424344454647484950>>...53

/third_party/ffmpeg/libavfilter/
H A Dvf_mestimate.c151 if (frame->pts == AV_NOPTS_VALUE) { in filter_frame()
H A Dvf_thumbnail_cuda.c153 picref->pts * av_q2d(s->tb), nb_frames); in get_best_frame()
H A Davf_showwaves.c669 out->pts = in->pts + av_rescale_q((p - (int16_t *)in->data[0]) / inlink->ch_layout.nb_channels, in alloc_out_frame()
H A Dvf_ciescope.c1394 out->pts = in->pts; in filter_frame()
H A Daf_atempo.c1034 atempo->dst_buffer->pts = atempo->start_pts + in push_samples()
1064 atempo->start_pts = av_rescale_q(src_buffer->pts, in filter_frame()
H A Dvf_histogram.c596 out->pts = in->pts; in filter_frame()
/third_party/ffmpeg/libavformat/
H A Dvapoursynth.c449 pkt->pts = vs->current_frame; in read_packet_vs()
H A Dgxfenc.c1002 pkt->pts = pkt->dts = sc->pkt_cnt * 2; // enforce 2 fields in gxf_interleave_packet()
1004 pkt->pts = pkt->dts = sc->pkt_cnt * GXF_SAMPLES_PER_FRAME; in gxf_interleave_packet()
/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.cpp294 const SkPoint* p = strokeIter.pts(); in prepare()
/third_party/skia/tests/
H A DPathOpsAngleTest.cpp429 SkPoint pts[4]; member
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp201 return 1.0 * frame->pts * base.num / base.den; in computeTimeStamp()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2180 SkPoint pts[2] = { beginPoint, endPoint }; local
2197 skShader = SkGradientShader::MakeLinear(pts, colors, pos, gradientColors.size(), mode);
2217 std::vector<RSPoint> pts = { beginPoint, endPoint }; local
2234 shaderEffect = RSShaderEffect::CreateLinearGradient(pts.at(0), pts.at(1), colors, pos, mode);
2238 RSShaderEffect::CreateRadialGradient(pts.at(1), gradient.GetOuterRadius(), colors, pos, mode);
2241 shaderEffect = RSShaderEffect::CreateTwoPointConical(pts.at(0), gradient.GetInnerRadius(), pts.at(1),
/third_party/ffmpeg/fftools/
H A Dffprobe.c2489 print_ts ("pts", pkt->pts); in show_packet()
2490 print_time("pts_time", pkt->pts, &st->time_base); in show_packet()
2537 print_ts ("pts", sub->pts); in show_subtitle()
2538 print_time("pts_time", sub->pts, &AV_TIME_BASE_Q); in show_subtitle()
2567 print_ts ("pts", frame->pts); in show_frame()
2568 print_time("pts_time", frame->pts, &stream->time_base); in show_frame()
2848 if (pkt->pts ! in read_interval_packets()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp151 SkPoint pts[2] = { SkPoint::Make(info.x1, info.y1), SkPoint::Make(info.x2, info.y2) }; in SetGradientStyle() local
153 skPaint.setShader(SkGradientShader::MakeLinear(pts, &colors[0], &pos[0], gradientColors.size(), in SetGradientStyle()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp776 AVCodecTrace::TraceBegin("OH::Frame", attr.pts); in OH_VideoEncoder_PushInputData()
780 bufferInfo.presentationTimeUs = attr.pts; in OH_VideoEncoder_PushInputData()
H A Dnative_video_decoder.cpp532 AVCodecTrace::TraceBegin("OH::Frame", attr.pts); in OH_VideoDecoder_PushInputData()
536 bufferInfo.presentationTimeUs = attr.pts; in OH_VideoDecoder_PushInputData()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp672 int64_t pts = 0; in InputParamLoopFunc() local
673 EXPECT_EQ(true, attr->GetLongValue(Media::Tag::MEDIA_TIME_STAMP, pts)); in InputParamLoopFunc()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp904 int64_t pts = 0; in InputParamLoopFunc() local
905 if (true != attr->GetLongValue(Media::Tag::MEDIA_TIME_STAMP, pts)) { in InputParamLoopFunc()
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1050 struct poll_table_struct *pts) in fmc_is_rds_data_available()
1052 poll_wait(file, &fmdev->rx.rds.read_queue, pts); in fmc_is_rds_data_available()
1049 fmc_is_rds_data_available(struct fmdev *fmdev, struct file *file, struct poll_table_struct *pts) fmc_is_rds_data_available() argument
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1051 struct poll_table_struct *pts) in fmc_is_rds_data_available()
1053 poll_wait(file, &fmdev->rx.rds.read_queue, pts); in fmc_is_rds_data_available()
1050 fmc_is_rds_data_available(struct fmdev *fmdev, struct file *file, struct poll_table_struct *pts) fmc_is_rds_data_available() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h1137 __u64 pts; member
1178 __u64 pts; member
/third_party/ffmpeg/libavcodec/
H A Dav1dec.c939 frame->pts = pkt->pts; in set_output_frame()
H A Dpngenc.c979 pkt->pts = pkt->dts = s->last_frame->pts; in encode_apng()
H A Dratecontrol.c922 if (!dts_pic || dts_pic->f->pts == AV_NOPTS_VALUE) in ff_rate_estimate_qscale()
925 wanted_bits = (uint64_t)(s->bit_rate * (double)dts_pic->f->pts / fps); in ff_rate_estimate_qscale()
/third_party/ffmpeg/libavdevice/
H A Dv4l2.c603 pkt->pts = buf_ts.tv_sec * INT64_C(1000000) + buf_ts.tv_usec; in mmap_read_frame()
604 convert_timestamp(ctx, &pkt->pts); in mmap_read_frame()
902 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */ in v4l2_read_header()

Completed in 46 milliseconds

1...<<41424344454647484950>>...53