/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 310 OH_AVErrCode OH_VideoDecoder_RenderOutputData(OH_AVCodec *codec, uint32_t index);
|
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo_api10.cpp | 95 OH_VideoDecoder_RenderOutputData(codec, first.index); in sortFrame() 109 OH_VideoDecoder_RenderOutputData(codec, first.index); in OnDecOutputDataAvailable()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/ |
H A D | video_decoder.cpp | 170 int32_t ret = OH_VideoDecoder_RenderOutputData(codec_.get(), bufferIndex);
in FreeOutput()
|
/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
H A D | video_decoder_capi_unit_test.cpp | 379 EXPECT_EQ(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, index)); in OutputFunc() 1018 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, 0)); in HWTEST_F() 1019 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, -1)); in HWTEST_F() 1020 EXPECT_NE(AV_ERR_OK, OH_VideoDecoder_RenderOutputData(videoDec_, 1024)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 245 return OH_VideoDecoder_RenderOutputData(codec_, index); in RenderOutputData()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 62 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
|
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_demo.cpp | 456 if (mode_ != "0" && OH_VideoDecoder_RenderOutputData(videoDec_, index) != AV_ERR_OK) { in OutputFunc()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 114 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 370 * @tc.name : OH_VideoDecoder_RenderOutputData para error 375 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0)); in HWTEST_F() 380 * @tc.name : OH_VideoDecoder_RenderOutputData para error 386 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0)); in HWTEST_F()
|
H A D | videodec_ndk_sample.cpp | 409 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in WriteOutputFrame()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 534 err = OH_VideoDecoder_RenderOutputData(codec_, idx); in ReturnOutput() 535 apiName = "OH_VideoDecoder_RenderOutputData"; in ReturnOutput()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 796 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
|
H A D | api_test.cpp | 433 * @tc.name : OH_VideoDecoder_RenderOutputData para error 439 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0)); in HWTEST_F() 445 * @tc.name : OH_VideoDecoder_RenderOutputData para error 452 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 751 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
|
H A D | api_test.cpp | 396 * @tc.name : OH_VideoDecoder_RenderOutputData para error 401 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_RenderOutputData(NULL, 0)); in HWTEST_F() 406 * @tc.name : OH_VideoDecoder_RenderOutputData para error 412 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(vdec_, 0)); in HWTEST_F()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_decoder.cpp | 601 OH_AVErrCode OH_VideoDecoder_RenderOutputData(struct OH_AVCodec *codec, uint32_t index) in OH_VideoDecoder_RenderOutputData() function
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 545 EXPECT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(codec_, 0)); in HWTEST_F()
|