/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.h | 53 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override; 83 int32_t RenderOutputBufferAtTime(MessageParcel &data, MessageParcel &reply);
|
H A D | codec_service_stub.cpp | 142 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 D | i_standard_codec_service.h | 53 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
|
H A D | codec_service_proxy.h | 49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
|
H A D | codec_service_proxy.cpp | 391 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 D | avcodec_video_decoder_impl.cpp | 199 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 D | avcodec_video_decoder_impl.h | 41 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 D | videodec_inner_mock.cpp | 255 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 D | videodec_inner_mock.h | 46 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | surface_decoder_unit_test.h | 104 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) in RenderOutputBufferAtTime() function
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_video_decoder.h | 187 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
|
H A D | video_decoder_adapter.h | 56 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs);
|
/ohos5.0/foundation/multimedia/av_codec/services/include/ |
H A D | i_codec_service.h | 57 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 D | videodec_capi_mock.h | 49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
|
H A D | videodec_capi_mock.cpp | 263 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 D | video_decoder_adapter.cpp | 360 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 D | decoder_surface_filter.cpp | 661 videoDecoder_->RenderOutputBufferAtTime(index, renderTime); in ReleaseOutputBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/ |
H A D | codec_client.h | 57 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
|
H A D | codec_client.cpp | 371 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 D | vdec_sample.h | 89 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs);
|
H A D | vdec_sample.cpp | 401 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 D | vcodec_mock.h | 89 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.h | 73 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
|
H A D | codec_server.cpp | 697 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 D | native_video_decoder.cpp | 665 int32_t ret = videoDecObj->videoDecoder_->RenderOutputBufferAtTime(index, renderTimestampNs); in OH_VideoDecoder_RenderOutputBufferAtTime()
|