/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 262 OH_AVErrCode OH_VideoDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 521 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 719 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 900 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
H A D | videodec_api11_sample.cpp | 568 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 801 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 1074 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
H A D | api_test.cpp | 317 * @tc.name : OH_VideoDecoder_SetParameter para error 324 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); in HWTEST_F() 344 * @tc.name : OH_VideoDecoder_SetParameter para error 356 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); in HWTEST_F() 758 * @tc.name : repeat OH_VideoDecoder_SetParameter 772 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F() 773 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
H A D | func_test.cpp | 1594 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 462 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 678 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 858 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
H A D | videodec_api11_sample.cpp | 557 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 789 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 1061 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
H A D | api_test.cpp | 296 * @tc.name : OH_VideoDecoder_SetParameter para error 302 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); in HWTEST_F() 319 * @tc.name : OH_VideoDecoder_SetParameter para error 331 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); in HWTEST_F() 748 * @tc.name : repeat OH_VideoDecoder_SetParameter 764 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F() 765 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
H A D | reli_test.cpp | 176 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 441 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 666 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 879 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
H A D | api_test.cpp | 281 * @tc.name : OH_VideoDecoder_SetParameter para error 287 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); in HWTEST_F() 304 * @tc.name : OH_VideoDecoder_SetParameter para error 315 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); in HWTEST_F() 702 * @tc.name : repeat OH_VideoDecoder_SetParameter 717 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F() 718 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
H A D | reli_test.cpp | 120 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_SetParameter(vdec_, format)); in HWTEST_F()
|
H A D | videodec_ndk_sample.cpp | 758 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.cpp | 235 return OH_VideoDecoder_SetParameter(codec_, formatMock->GetFormat()); in SetParameter()
|
/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
H A D | video_decoder_capi_unit_test.cpp | 538 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetParameter(videoDec_, format_)); in HWTEST_F() 548 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetParameter(videoDec_, format_)); in HWTEST_F() 560 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetParameter(videoDec_, format_)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 519 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 314 OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 519 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 499 OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 314 OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_decoder.cpp | 690 OH_AVErrCode OH_VideoDecoder_SetParameter(struct OH_AVCodec *codec, struct OH_AVFormat *format) in OH_VideoDecoder_SetParameter() function
|