Home
last modified time | relevance | path

Searched refs:RenderOutputBuffer (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp81 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 Dvideo_processing_loader.cpp154 VideoProcessing_ErrorCode VideoProcessingNdkLoader::RenderOutputBuffer(OH_VideoProcessing* videoProcessor,
158 return intfNdk->RenderOutputBuffer(videoProcessor, index);
H A Dvideo_processing.cpp245 return obj->RenderOutputBuffer(index);
247 return loader.RenderOutputBuffer(videoProcessor, index);
H A Dvideo_processing_native.cpp224 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 Dvideo_processing_capi_interface.h39 virtual VideoProcessing_ErrorCode RenderOutputBuffer(OH_VideoProcessing* videoProcessor, uint32_t index) = 0;
/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h53 virtual int32_t RenderOutputBuffer(uint32_t index);
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_loader.h50 VideoProcessing_ErrorCode RenderOutputBuffer(OH_VideoProcessing* videoProcessor, uint32_t index);
H A Dvideo_processing_native.h50 VideoProcessing_ErrorCode RenderOutputBuffer(uint32_t index);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideodec_inner_mock.h45 int32_t RenderOutputBuffer(uint32_t index) override;
H A Dvideodec_inner_mock.cpp247 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 Dvideodec_capi_mock.h48 int32_t RenderOutputBuffer(uint32_t index) override;
H A Dvideodec_capi_mock.cpp258 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 Dcodecbase_mock.cpp285 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 Dcodecbase.h199 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 Dvdec_sample.h88 int32_t RenderOutputBuffer(uint32_t index);
H A Dvdec_sample.cpp393 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 Dvcodec_mock.h88 virtual int32_t RenderOutputBuffer(uint32_t index) = 0;
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h65 int32_t RenderOutputBuffer(uint32_t index) override;
H A Dhevc_decoder.cpp1316 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 Dfcodec.h64 int32_t RenderOutputBuffer(uint32_t index) override;
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp81 VideoProcessing_ErrorCode ret = videoProcessor->GetObj()->RenderOutputBuffer(index); in OnNewOutputBufferCallImpl()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.cpp487 ret = codec_->RenderOutputBuffer(idx); in ReturnOutput()
488 apiName = "RenderOutputBuffer"; in ReturnOutput()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h48 int32_t RenderOutputBuffer(uint32_t index) override;
H A Dhcodec.cpp263 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 Ddetail_enhancer_video_ndk_unit_test.cpp206 ndkLoader.RenderOutputBuffer(instance, 0); in HWTEST_F()
1165 instance->GetObj()->RenderOutputBuffer(0); in HWTEST_F()

Completed in 19 milliseconds

12