/third_party/ffmpeg/libavfilter/ |
H A D | vf_mestimate.c | 151 if (frame->pts == AV_NOPTS_VALUE) { in filter_frame()
|
H A D | vf_thumbnail_cuda.c | 153 picref->pts * av_q2d(s->tb), nb_frames); in get_best_frame()
|
H A D | avf_showwaves.c | 669 out->pts = in->pts + av_rescale_q((p - (int16_t *)in->data[0]) / inlink->ch_layout.nb_channels, in alloc_out_frame()
|
H A D | vf_ciescope.c | 1394 out->pts = in->pts; in filter_frame()
|
H A D | af_atempo.c | 1034 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 D | vf_histogram.c | 596 out->pts = in->pts; in filter_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | vapoursynth.c | 449 pkt->pts = vs->current_frame; in read_packet_vs()
|
H A D | gxfenc.c | 1002 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 D | StrokeFixedCountTessellator.cpp | 294 const SkPoint* p = strokeIter.pts(); in prepare()
|
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 429 SkPoint pts[4]; member
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 201 return 1.0 * frame->pts * base.num / base.den; in computeTimeStamp()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2180 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 D | ffprobe.c | 2489 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 D | rosen_svg_painter.cpp | 151 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 D | native_video_encoder.cpp | 776 AVCodecTrace::TraceBegin("OH::Frame", attr.pts); in OH_VideoEncoder_PushInputData() 780 bufferInfo.presentationTimeUs = attr.pts; in OH_VideoEncoder_PushInputData()
|
H A D | native_video_decoder.cpp | 532 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 D | venc_sample.cpp | 672 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 D | videoenc_ndk_inner_sample.cpp | 904 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 D | fmdrv_common.c | 1050 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 D | fmdrv_common.c | 1051 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 D | videodev2.h | 1137 __u64 pts; member 1178 __u64 pts; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | av1dec.c | 939 frame->pts = pkt->pts; in set_output_frame()
|
H A D | pngenc.c | 979 pkt->pts = pkt->dts = s->last_frame->pts; in encode_apng()
|
H A D | ratecontrol.c | 922 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 D | v4l2.c | 603 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()
|