/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.cpp | 120 << ", flags:" << buffer->buffer_->flag_ << ", pts: " << buffer->buffer_->pts_ << endl; in OnOutputBufferAvailable() 568 info.pts = 0;
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.cpp | 120 << ", flags:" << buffer->buffer_->flag_ << ", pts: " << buffer->buffer_->pts_ << endl; in OnOutputBufferAvailable() 547 info.pts = 0;
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderdescription_fuzzer/ |
H A D | audio_encoder_description_demo.cpp | 120 << ", flags:" << buffer->buffer_->flag_ << ", pts: " << buffer->buffer_->pts_ << endl; in OnOutputBufferAvailable() 547 info.pts = 0;
|
/third_party/ffmpeg/libavcodec/ |
H A D | audiotoolboxenc.c | 555 &avpkt->pts, in ffat_encode()
|
H A D | flacdec.c | 611 av_log(s->avctx, AV_LOG_ERROR, "CRC error at PTS %"PRId64"\n", avpkt->pts); in flac_decode_frame()
|
H A D | rv40.c | 154 si->pts = get_bits(gb, 13); in rv40_parse_slice_header()
|
H A D | ac3enc.c | 1822 if (frame->pts != AV_NOPTS_VALUE) in ff_ac3_encode_frame_common_end() 1823 avpkt->pts = frame->pts - ff_samples_to_time_base(avctx, avctx->initial_padding); in ff_ac3_encode_frame_common_end()
|
H A D | nvenc.c | 2032 pkt->pts = params->outputTimeStamp; in nvenc_set_timestamp() 2424 pic_params.inputTimeStamp = frame->pts; in nvenc_send_frame() 2457 timestamp_queue_enqueue(ctx->timestamp_list, frame->pts); in nvenc_send_frame()
|
/third_party/ffmpeg/doc/examples/ |
H A D | transcoding.c | 561 stream->dec_frame->pts = stream->dec_frame->best_effort_timestamp; in main()
|
/third_party/ffmpeg/libavdevice/ |
H A D | kmsgrab.c | 352 pkt->pts = now; in kmsgrab_read_packet()
|
H A D | gdigrab.c | 404 avpriv_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */ in gdigrab_read_header() 584 pkt->pts = av_gettime(); in gdigrab_read_packet()
|
H A D | android_camera.c | 456 pkt.pts = image_timestamp; in image_available()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | rv40dsp.asm | 428 ; The weights are FP0.14 notation of fractions depending on pts.
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc.c | 537 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
|
H A D | mvdec.c | 499 pkt->pts = index->timestamp; in mv_read_packet()
|
H A D | swfdec.c | 321 pkt->pts = frame; in swf_read_packet()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | api_test.cpp | 504 attr.pts = -1; in HWTEST_F() 521 attr.pts = 0; in HWTEST_F() 539 attr.pts = 0; in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/ |
H A D | mediacontroller_unit_test.cpp | 231 mediaData->pts = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in MediaDataSetup()
|
H A D | videoplaycontroller_unit_test.cpp | 208 mediaData->pts = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in MediaDataSetup()
|
H A D | audioplaycontroller_unit_test.cpp | 67 mediaData_->pts = 0; in AudioPlayControllerTestBaseImpl()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 219 const sptr<SurfaceBuffer>& surfaceBuffer, int64_t pts, uint32_t flag);
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 831 info.pts = 0; in PushInputDataEOS()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 96 info.pts = 0; in WriteSampleBuffer()
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 461 frameInfo.pts = sinkFrameInfo.pts_; in HandleSourceStreamExt()
|
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 830 info.pts = 0; in PushInputDataEOS()
|