/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
H A D | video_decoder_capi_unit_test.cpp | 419 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 427 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 436 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 438 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 446 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 447 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 455 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 470 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 480 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 490 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | configure_test.cpp | 89 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec, format)); in HWTEST_F() 109 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec, format)); in HWTEST_F() 129 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec, format)); in HWTEST_F() 149 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec, format)); in HWTEST_F()
|
H A D | api_test.cpp | 191 * @tc.name : OH_VideoDecoder_Configure para error 198 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, NULL)); in HWTEST_F() 203 * @tc.name : OH_VideoDecoder_Configure para error 210 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 215 * @tc.name : OH_VideoDecoder_Configure para error 224 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 229 * @tc.name : OH_VideoDecoder_Configure para error 241 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 530 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 531 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_Configure(vdec in HWTEST_F() [all...] |
H A D | hwh265_hdr2sdr_test.cpp | 97 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 108 ASSERT_EQ(AV_ERR_VIDEO_UNSUPPORTED_COLOR_SPACE_CONVERSION, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 127 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 139 ASSERT_EQ(AV_ERR_VIDEO_UNSUPPORTED_COLOR_SPACE_CONVERSION, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 158 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 169 ASSERT_EQ(AV_ERR_VIDEO_UNSUPPORTED_COLOR_SPACE_CONVERSION, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 189 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 200 ASSERT_EQ(AV_ERR_VIDEO_UNSUPPORTED_COLOR_SPACE_CONVERSION, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 566 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 586 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec in HWTEST_F() [all...] |
H A D | reli_test.cpp | 144 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 171 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F()
|
H A D | videodec_ndk_sample.cpp | 252 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | api_test.cpp | 196 * @tc.name : OH_VideoDecoder_Configure para error 204 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, NULL)); in HWTEST_F() 210 * @tc.name : OH_VideoDecoder_Configure para error 218 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 224 * @tc.name : OH_VideoDecoder_Configure para error 233 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 239 * @tc.name : OH_VideoDecoder_Configure para error 251 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 579 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 580 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_Configure(vdec in HWTEST_F() [all...] |
H A D | func_test.cpp | 432 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 468 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1195 ASSERT_EQ(AV_ERR_UNSUPPORT, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1217 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1239 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1261 ASSERT_EQ(AV_ERR_UNSUPPORT, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1283 ASSERT_EQ(AV_ERR_UNSUPPORT, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1305 ASSERT_EQ(AV_ERR_UNSUPPORT, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1533 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 1561 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec in HWTEST_F() [all...] |
H A D | videodec_ndk_sample.cpp | 311 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
H A D | codec_param_checker_test.cpp | 808 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 822 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 836 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 850 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 863 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 877 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 891 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 905 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 918 OH_AVErrCode ret = OH_VideoDecoder_Configure(g_videoDec, g_format); in HWTEST_F() 954 OH_AVErrCode ret = OH_VideoDecoder_Configure(videoDe in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 177 * @tc.name : OH_VideoDecoder_Configure para error 184 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(vdec_, NULL)); in HWTEST_F() 189 * @tc.name : OH_VideoDecoder_Configure para error 196 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 201 * @tc.name : OH_VideoDecoder_Configure para error 210 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 215 * @tc.name : OH_VideoDecoder_Configure para error 226 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_Configure(NULL, format)); in HWTEST_F() 503 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 504 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_Configure(vdec in HWTEST_F() [all...] |
H A D | reli_test.cpp | 89 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F() 115 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_Configure(vdec_, format)); in HWTEST_F()
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 143 OH_AVErrCode OH_VideoDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 340 int ret = OH_VideoDecoder_Configure(vdec_, format); in Configure() 393 ret = OH_VideoDecoder_Configure(vdec_, format); in ReConfigure()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/ |
H A D | video_decoder.cpp | 131 int ret = OH_VideoDecoder_Configure(codec_.get(), format.get());
in Configure()
|
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo_api10.cpp | 184 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemoAPI10()
|
H A D | avcodec_e2e_demo.cpp | 162 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemo()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 188 return OH_VideoDecoder_Configure(codec_, avFormat); in Configure()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 165 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 138 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 165 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_demo.cpp | 257 return OH_VideoDecoder_Configure(videoDec_, format); in Configure()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 139 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 138 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 599 OH_AVErrCode ret = OH_VideoDecoder_Configure(codec_, fmt.get()); in ConfigureDecoder() 601 TLOGE("OH_VideoDecoder_Configure failed"); in ConfigureDecoder() 604 CostRecorder::Instance().Update(begin, "OH_VideoDecoder_Configure"); in ConfigureDecoder()
|