/foundation/multimedia/av_codec/services/engine/base/ |
H A D | codecbase.cpp | 81 int32_t CodecBase::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::CodecBase 84 AVCODEC_LOGW("RenderOutputBuffer is not supported"); in RenderOutputBuffer()
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/ |
H A D | video_processing_loader.cpp | 154 VideoProcessing_ErrorCode VideoProcessingNdkLoader::RenderOutputBuffer(OH_VideoProcessing* videoProcessor, 158 return intfNdk->RenderOutputBuffer(videoProcessor, index);
|
H A D | video_processing.cpp | 245 return obj->RenderOutputBuffer(index); 247 return loader.RenderOutputBuffer(videoProcessor, index);
|
H A D | video_processing_native.cpp | 224 VideoProcessing_ErrorCode VideoProcessingNative::RenderOutputBuffer(uint32_t index) 231 "RenderOutputBuffer must be called during running!");
|
/foundation/multimedia/media_foundation/video_processing_engine/interface/inner_api/ |
H A D | video_processing_capi_interface.h | 39 virtual VideoProcessing_ErrorCode RenderOutputBuffer(OH_VideoProcessing* videoProcessor, uint32_t index) = 0;
|
/foundation/multimedia/av_codec/services/engine/base/include/ |
H A D | codecbase.h | 53 virtual int32_t RenderOutputBuffer(uint32_t index);
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_loader.h | 50 VideoProcessing_ErrorCode RenderOutputBuffer(OH_VideoProcessing* videoProcessor, uint32_t index);
|
H A D | video_processing_native.h | 50 VideoProcessing_ErrorCode RenderOutputBuffer(uint32_t index);
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/ |
H A D | videodec_inner_mock.h | 45 int32_t RenderOutputBuffer(uint32_t index) override;
|
H A D | videodec_inner_mock.cpp | 247 int32_t VideoDecInnerMock::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::VideoDecInnerMock
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.h | 48 int32_t RenderOutputBuffer(uint32_t index) override;
|
H A D | videodec_capi_mock.cpp | 258 int32_t VideoDecCapiMock::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::VideoDecCapiMock
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codecbase_mock.cpp | 285 int32_t CodecBase::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::CodecBase 291 return mock->RenderOutputBuffer(index); in RenderOutputBuffer()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/ |
H A D | codecbase.h | 199 MOCK_METHOD(int32_t, RenderOutputBuffer, (uint32_t index)); 246 virtual int32_t RenderOutputBuffer(uint32_t index);
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.h | 88 int32_t RenderOutputBuffer(uint32_t index);
|
H A D | vdec_sample.cpp | 393 int32_t VideoDecSample::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::VideoDecSample 398 return videoDec_->RenderOutputBuffer(index); in RenderOutputBuffer() 783 (renderAtTimeFlag_ == true) ? RenderOutputBufferAtTime(index, renderTimestamp) : RenderOutputBuffer(index); in OutputLoopInnerExt() 784 UNITTEST_CHECK_AND_RETURN_RET_LOG(ret == AV_ERR_OK, ret, "Fatal: RenderOutputBuffer failed index: %d", index); in OutputLoopInnerExt()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/ |
H A D | vcodec_mock.h | 88 virtual int32_t RenderOutputBuffer(uint32_t index) = 0;
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 65 int32_t RenderOutputBuffer(uint32_t index) override;
|
H A D | hevc_decoder.cpp | 1316 int32_t HevcDecoder::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::Codec::HevcDecoder 1320 "RenderOutputBuffer fail, surface is nullptr"); in RenderOutputBuffer()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.h | 64 int32_t RenderOutputBuffer(uint32_t index) override;
|
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/ |
H A D | video_sample.cpp | 81 VideoProcessing_ErrorCode ret = videoProcessor->GetObj()->RenderOutputBuffer(index); in OnNewOutputBufferCallImpl()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_codecbase.cpp | 487 ret = codec_->RenderOutputBuffer(idx); in ReturnOutput() 488 apiName = "RenderOutputBuffer"; in ReturnOutput()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 48 int32_t RenderOutputBuffer(uint32_t index) override;
|
H A D | hcodec.cpp | 263 int32_t HCodec::RenderOutputBuffer(uint32_t index) in RenderOutputBuffer() function in OHOS::MediaAVCodec::HCodec
|
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/ |
H A D | detail_enhancer_video_ndk_unit_test.cpp | 206 ndkLoader.RenderOutputBuffer(instance, 0);
in HWTEST_F() 1165 instance->GetObj()->RenderOutputBuffer(0);
in HWTEST_F()
|