Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md141 | OH_VideoDecoder_RenderOutputData | 9 |
154 | OH_VideoDecoder_RenderOutputData | 解码输出渲染控制支持AVBuffer |OH_VideoDecoder_RenderOutputBuffer |
165 当收到输出回调通知,调用OH_VideoDecoder_FreeOutputData释放输出图像或调用OH_VideoDecoder_RenderOutputData渲染图像
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp95 OH_VideoDecoder_RenderOutputData(codec, first.index); in sortFrame()
109 OH_VideoDecoder_RenderOutputData(codec, first.index); in OnDecOutputDataAvailable()
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h332 OH_AVErrCode OH_VideoDecoder_RenderOutputData(OH_AVCodec *codec, uint32_t index);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md49 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_RenderOutputData](#oh_videodecoder_rendero…
806 ### OH_VideoDecoder_RenderOutputData()
809 OH_AVErrCode OH_VideoDecoder_RenderOutputData (OH_AVCodec *codec, uint32_t index )
H A Dnative__avcodec__videodecoder_8h.md37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_RenderOutputData](_video_decoder.md#oh_vid…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp379 EXPECT_EQ(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, index)); in OutputFunc()
1018 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, 0));
1019 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, -1));
1020 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, 1024));
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md141 | OH_VideoDecoder_RenderOutputData | 9 |
154 | OH_VideoDecoder_RenderOutputData | The **AVBuffer** struct is used in the decoder's output rende…
165 …eoDecoder_FreeOutputData** to release the output image or **OH_VideoDecoder_RenderOutputData** to …
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A Dvideo_decoder.cpp170 int32_t ret = OH_VideoDecoder_RenderOutputData(codec_.get(), bufferIndex); in FreeOutput()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp245 return OH_VideoDecoder_RenderOutputData(codec_, index); in RenderOutputData()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videodecoder_8h.md37 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_RenderOutputData](_video_decoder.md#oh_vid…
H A D_video_decoder.md49 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_RenderOutputData](#oh_videodecoder_rendero…
846 ### OH_VideoDecoder_RenderOutputData()
849 OH_AVErrCode OH_VideoDecoder_RenderOutputData (OH_AVCodec *codec, uint32_t index )
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp62 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp456 if (mode_ != "0" && OH_VideoDecoder_RenderOutputData(videoDec_, index) != AV_ERR_OK) { in OutputFunc()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp114 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp534 err = OH_VideoDecoder_RenderOutputData(codec_, idx); in ReturnOutput()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp382 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0));
393 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0));
H A Dvideodec_ndk_sample.cpp409 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in WriteOutputFrame()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H A Dvdec_sample.cpp488 ret = OH_VideoDecoder_RenderOutputData(codec_, index); in ReleaseOutputData()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp739 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
H A Dapi_test.cpp401 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0));
412 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0));
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp796 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
H A Dapi_test.cpp439 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0));
452 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0));
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp601 OH_AVErrCode OH_VideoDecoder_RenderOutputData(struct OH_AVCodec *codec, uint32_t index) in OH_VideoDecoder_RenderOutputData() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp545 EXPECT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(codec_, 0));