/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 424 int64_t pts; in xcbgrab_read_packet() local 428 pts = av_gettime(); in xcbgrab_read_packet() 473 pkt->dts = pkt->pts = pts; in xcbgrab_read_packet()
|
H A D | alsa_dec.c | 87 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 D | oss_dec.c | 64 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 D | sndio_dec.c | 54 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/tools/ |
H A D | ismindex.c | 251 int64_t pts = dts; in read_trun_duration() local 255 if (flags & MOV_TRUN_SAMPLE_CTS) pts += avio_rb32(in); in read_trun_duration() 261 first_pts = pts; in read_trun_duration() 262 max_pts = FFMAX(max_pts, pts + sample_duration); in read_trun_duration()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 507 bool GrStyledShape::asLine(SkPoint pts[2], bool* inverted) const { in asLine() argument 512 if (pts) { in asLine() 513 pts[0] = fShape.line().fP1; in asLine() 514 pts[1] = fShape.line().fP2; in asLine()
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 888 @param pts SkPoint array 891 void setBounds(const SkPoint pts[], int count) { 892 (void)this->setBoundsCheck(pts, count); 902 @param pts SkPoint array 908 bool setBoundsCheck(const SkPoint pts[], int count); 910 /** Sets to bounds of SkPoint pts array with count entries. If any SkPoint in pts 913 @param pts SkPoint array 918 void setBoundsNoCheck(const SkPoint pts[], int count);
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_packet.h | 57 void mpp_packet_set_pts(MppPacket packet, RK_S64 pts);
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_canvas.h | 60 virtual void ClipRoundRect(const TestingRect& rect, std::vector<TestingPoint>& pts, bool antiAlias = false) {} in ClipRoundRect() argument
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | surface_decoder_filter.h | 44 Status NotifyNextFilterEos(int64_t pts);
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/ |
H A D | audioencoderdemo.h | 116 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/ |
H A D | audioencoderdemo.h | 116 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/ |
H A D | audioencoderdemo.h | 116 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/ |
H A D | audioencoderdemo.h | 116 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_inner_demo.h | 79 int32_t HandleNormalInput(const uint32_t &index, const int64_t &pts, const size_t &size);
|
/foundation/multimedia/av_codec/test/unittest/demuxer_test/capi/ |
H A D | demuxer_capi_buffer_mock.cpp | 73 bufferInfo->presentationTimeUs = bufferAttr.pts; in ReadSample()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | InnerAVMuxerDemo.cpp | 86 info.pts = 0; in WriteSampleBuffer()
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/ |
H A D | audioencoderdemo.h | 114 int32_t HandleNormalInput(const uint32_t& index, const int64_t pts, const size_t size);
|
/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.h | 89 int64_t pts = 0; member in OHOS::Media::TestRecorder
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature.h | 75 uint64_t pts; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | packet.h | 362 * 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/libavformat/ |
H A D | adxdec.c | 84 pkt->pts = (pkt->pos - c->header_size) / (BLOCK_SIZE * par->ch_layout.nb_channels); in adx_read_packet()
|
H A D | bmv.c | 102 pkt->pts = c->audio_pos; in bmv_read_packet()
|
H A D | fifo_test.c | 93 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 D | mpl2dec.c | 116 sub->pts = pts_start; in mpl2_read_header()
|