Home
last modified time | relevance | path

Searched refs:OH_VideoDecoder_RenderOutputData (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h310 OH_AVErrCode OH_VideoDecoder_RenderOutputData(OH_AVCodec *codec, uint32_t index);
/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()
/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()
/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)); 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 Dvideodec_capi_mock.cpp245 return OH_VideoDecoder_RenderOutputData(codec_, index); in RenderOutputData()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp62 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/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()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp114 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp370 * @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 Dvideodec_ndk_sample.cpp409 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in WriteOutputFrame()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp534 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 Dvideodec_ndk_sample.cpp796 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
H A Dapi_test.cpp433 * @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 Dvideodec_ndk_sample.cpp751 if (OH_VideoDecoder_RenderOutputData(vdec_, index) != AV_ERR_OK) { in ProcessOutputData()
H A Dapi_test.cpp396 * @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 Dnative_video_decoder.cpp601 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 Dvideodec_func_unit_test.cpp545 EXPECT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_RenderOutputData(codec_, 0)); in HWTEST_F()

Completed in 44 milliseconds