Home
last modified time | relevance | path

Searched refs:RenderOutputBufferAtTime (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h53 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
83 int32_t RenderOutputBufferAtTime(MessageParcel &data, MessageParcel &reply);
H A Dcodec_service_stub.cpp142 ret = RenderOutputBufferAtTime(data, reply); in OnRemoteRequest()
367 int32_t CodecServiceStub::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::CodecServiceStub
371 return codecServer_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
590 int32_t CodecServiceStub::RenderOutputBufferAtTime(MessageParcel &data, MessageParcel &reply) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::CodecServiceStub
601 ret = reply.WriteInt32(RenderOutputBufferAtTime(index, renderTimestampNs)); in RenderOutputBufferAtTime()
H A Di_standard_codec_service.h53 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
H A Dcodec_service_proxy.h49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dcodec_service_proxy.cpp391 int32_t CodecServiceProxy::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::CodecServiceProxy
/ohos5.0/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() function in OHOS::MediaAVCodec::AVCodecVideoDecoderImpl
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;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideodec_inner_mock.cpp255 int32_t VideoDecInnerMock::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::VideoDecInnerMock
258 return videoDec_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
H A Dvideodec_inner_mock.h46 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
/ohos5.0/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() function
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_decoder.h187 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);
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h57 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
/ohos5.0/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() function in OHOS::MediaAVCodec::VideoDecCapiMock
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp360 int32_t VideoDecoderAdapter::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::Media::VideoDecoderAdapter
364 mediaCodec_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
H A Ddecoder_surface_filter.cpp661 videoDecoder_->RenderOutputBufferAtTime(index, renderTime); in ReleaseOutputBuffer()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h57 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dcodec_client.cpp371 int32_t CodecClient::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::CodecClient
379 int32_t ret = codecProxy_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvdec_sample.h89 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs);
H A Dvdec_sample.cpp401 int32_t VideoDecSample::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::VideoDecSample
406 return videoDec_->RenderOutputBufferAtTime(index, renderTimestampNs); in RenderOutputBufferAtTime()
783 …(renderAtTimeFlag_ == true) ? RenderOutputBufferAtTime(index, renderTimestamp) : RenderOutputBuffe… in OutputLoopInnerExt()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/
H A Dvcodec_mock.h89 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h73 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
H A Dcodec_server.cpp697 int32_t CodecServer::RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function in OHOS::MediaAVCodec::CodecServer
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp665 int32_t ret = videoDecObj->videoDecoder_->RenderOutputBufferAtTime(index, renderTimestampNs); in OH_VideoDecoder_RenderOutputBufferAtTime()