Home
last modified time | relevance | path

Searched refs:renderTimestampNs (Results 1 - 25 of 33) sorted by relevance

12

/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp371 int32_t CodecClient::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
376 CHECK_AND_RETURN_RET_LOG(renderTimestampNs >= 0, AVCS_ERR_INVALID_VAL, in RenderOutputBufferAtTime()
377 "The renderTimestamp:%{public}" PRId64 " value error", renderTimestampNs); in RenderOutputBufferAtTime()
379 int32_t ret = codecProxy_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
381 renderTimestampNs); in RenderOutputBufferAtTime()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp199 int32_t AVCodecVideoDecoderImpl::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
204 return codecClient_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
H A Davcodec_video_decoder_impl.h41 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h394 * @param renderTimestampNs The timestamp is associated with the output buffer when it is sent to the surface. The unit
405 OH_AVErrCode OH_VideoDecoder_RenderOutputBufferAtTime(OH_AVCodec *codec, uint32_t index, int64_t renderTimestampNs);
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Di_standard_codec_service.h54 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
H A Dcodec_listener_proxy.h51 bool SetOutputBufferRenderTimestamp(uint32_t index, int64_t renderTimestampNs);
H A Dcodec_service_stub.cpp367 int32_t CodecServiceStub::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
371 return codecServer_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
595 int64_t renderTimestampNs = data.ReadInt64(); in RenderOutputBufferAtTime() local
598 ->SetOutputBufferRenderTimestamp(index, renderTimestampNs); in RenderOutputBufferAtTime()
601 ret = reply.WriteInt32(RenderOutputBufferAtTime(index, renderTimestampNs)); in RenderOutputBufferAtTime()
H A Dcodec_service_proxy.h49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dcodec_listener_proxy.cpp226 bool CodecListenerProxy::SetOutputBufferRenderTimestamp(uint32_t index, int64_t renderTimestampNs) in SetOutputBufferRenderTimestamp() argument
230 buffer->meta_->SetData(Media::Tag::VIDEO_DECODER_DESIRED_PRESENT_TIMESTAMP, renderTimestampNs); in SetOutputBufferRenderTimestamp()
H A Dcodec_service_stub.h53 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_decoder_unit_test.h104 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp769 if (renderTimestampNs == 0) { in ProcessOutputData()
770 renderTimestampNs = GetSystemTimeUs() / usTimeNum; in ProcessOutputData()
772 renderTimestampNs = renderTimestampNs + (usTimeNum / DEFAULT_FRAME_RATE * msTimeNum); in ProcessOutputData()
773 if (OH_VideoDecoder_RenderOutputBufferAtTime(vdec_, index, renderTimestampNs) != AV_ERR_OK) { in ProcessOutputData()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_decoder.h182 * @param renderTimestampNs The timestamp is associated with the output buffer when it is sent to the surface. The
187 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
H A Dvideo_decoder_adapter.h56 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs);
/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h57 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideodec_inner_mock.h46 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dvideodec_inner_mock.cpp255 int32_t VideoDecInnerMock::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
258 return videoDec_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.h49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dvideodec_capi_mock.cpp263 int32_t VideoDecCapiMock::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
265 return OH_VideoDecoder_RenderOutputBufferAtTime(codec_, index, renderTimestampNs); in RenderOutputBufferAtTime()
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dvideo_decoder_adapter_unit_test.h159 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_api11_sample.h141 int64_t renderTimestampNs = 0; member in OHOS::Media::VDecAPI11Sample
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h134 int64_t renderTimestampNs = 0; member in OHOS::Media::VDecAPI11Sample
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp961 if (renderTimestampNs == 0) { in RenderOutAtTime()
962 renderTimestampNs = GetSystemTimeUs() / usTimeNum; in RenderOutAtTime()
964 renderTimestampNs = renderTimestampNs + (usTimeNum / DEFAULT_FRAME_RATE * msTimeNum); in RenderOutAtTime()
965 OH_AVErrCode code = OH_VideoDecoder_RenderOutputBufferAtTime(vdec_, index, renderTimestampNs); in RenderOutAtTime()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp948 if (renderTimestampNs == 0) { in RenderOutAtTime()
949 renderTimestampNs = GetSystemTimeUs() / usTimeNum; in RenderOutAtTime()
951 renderTimestampNs = renderTimestampNs + (usTimeNum / DEFAULT_FRAME_RATE * msTimeNum); in RenderOutAtTime()
952 OH_AVErrCode code = OH_VideoDecoder_RenderOutputBufferAtTime(vdec_, index, renderTimestampNs); in RenderOutAtTime()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp378 int32_t VideoDecoderAdapter::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() argument
382 mediaCodec_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()

Completed in 16 milliseconds

12