/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 1573 frame->pts = pkt->pts; in vp9_decode_frame()
|
H A D | aacenc.c | 893 ff_af_queue_remove(&s->afq, avctx->frame_size, &avpkt->pts, in aac_encode_frame()
|
H A D | vorbisenc.c | 1191 ff_af_queue_remove(&venc->afq, frame_size, &avpkt->pts, &avpkt->duration); in vorbis_encode_frame()
|
H A D | wavpackenc.c | 2908 avpkt->pts = frame->pts; in wavpack_encode_frame()
|
H A D | mlpenc.c | 2176 &avpkt->pts, in mlp_encode_frame()
|
H A D | rv34.c | 1708 r->cur_pts = si.pts; in ff_rv34_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfdec.c | 3811 "sample rate (%d/%d), audio pts won't be accurate.\n", in mxf_compute_sample_count() 3871 pkt->pts = track->sample_count; in mxf_set_audio_pts() 3894 pkt->pts = t->ptses[track->sample_count]; in mxf_set_pts() 3898 pkt->pts = track->sample_count; in mxf_set_pts() 3906 pkt->dts = pkt->pts = track->sample_count; in mxf_set_pts()
|
H A D | sbgdec.c | 1501 packet->dts = packet->pts = ts; in sbg_read_packet()
|
H A D | dashdec.c | 2212 cur->cur_timestamp = av_rescale(pkt->pts, (int64_t)cur->ctx->streams[0]->time_base.num * 90000, cur->ctx->streams[0]->time_base.den); in dash_read_packet()
|
H A D | hls.c | 2261 pls->pkt->pts = AV_NOPTS_VALUE; in fill_timing_for_id3_timestamped_stream()
|
H A D | mxfenc.c | 3189 pkt->pts = pkt->dts = sc->pkt_cnt++; in mxf_interleave()
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | net_test.cpp | 319 myMap.insert(pair<int64_t, int32_t>(attrV.pts, attrV.size)); in MyMapVtt()
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow.c | 364 pktl_next->pkt.pts = time; in callback()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 1030 surface->Data.TimeStamp = frame->pts; in map_frame_to_surface()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 262 SkPoint pts[2] = { firstPoint_, secondPoint_ }; variable 268 return SkGradientShader::MakeLinear(pts, &colors[0], &pos[0], colors.size(), tileMode);
|
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_avbuffer_capi_unit_test.cpp | 232 int64_t pts; in ReadBuffer() local 248 if (inputFile_.gcount() != sizeof(pts)) { in ReadBuffer()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) 3355 stbtt__point *p = pts + m;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) 3355 stbtt__point *p = pts + m;
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 53 SkPoint pts[] = {{r.fLeft, r.fTop}, {r.fRight, r.fTop}}; in setgrad() local 54 return SkGradientShader::MakeLinear(pts, colors, nullptr, 2, SkTileMode::kClamp); in setgrad()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 630 FILTER_METADATA_COMMAND = ffprobe$(PROGSSUF)$(EXESUF) -of compact=p=0 -show_entries frame=pts:frame_tags -bitexact -f lavfi
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 895 loader->exec->pts = *zone; in TT_Hint_Glyph()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 423 pts_ = CmdListHelper::GetVectorFromCmdList<Point>(cmdList, handle->pts); in DrawPointsOpItem()
|
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 81 buffer.pts = 0; in InitOmxCodecBuffer()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1835 pub pts: u32,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4569 pts: *mut ptsstat, in procstat_get_pts_info()
|