Home
last modified time | relevance | path

Searched refs:OH_VideoDecoder_Configure (Results 1 - 25 of 30) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/
H A Dvideo_decoder_capi_unit_test.cpp419 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 Dconfigure_test.cpp89 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 Dapi_test.cpp191 * @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 Dhwh265_hdr2sdr_test.cpp97 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 Dreli_test.cpp144 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 Dvideodec_ndk_sample.cpp252 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dapi_test.cpp196 * @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 Dfunc_test.cpp432 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 Dvideodec_ndk_sample.cpp311 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp808 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 Dapi_test.cpp177 * @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 Dreli_test.cpp89 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 Dnative_avcodec_videodecoder.h143 OH_AVErrCode OH_VideoDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp340 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 Dvideo_decoder.cpp131 int ret = OH_VideoDecoder_Configure(codec_.get(), format.get()); in Configure()
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp184 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemoAPI10()
H A Davcodec_e2e_demo.cpp162 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemo()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp188 return OH_VideoDecoder_Configure(codec_, avFormat); in Configure()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp165 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp138 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp165 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp257 return OH_VideoDecoder_Configure(videoDec_, format); in Configure()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp139 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp138 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp599 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()

Completed in 24 milliseconds

12