/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 284 OH_AVErrCode OH_VideoDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _video_decoder.md | 47 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetParameter](#oh_videodecoder_setparamete… 602 ### OH_VideoDecoder_SetParameter() 605 OH_AVErrCode OH_VideoDecoder_SetParameter (OH_AVCodec *codec, OH_AVFormat *format )
|
H A D | native__avcodec__videodecoder_8h.md | 35 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetParameter](_video_decoder.md#oh_videode…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 450 OH_VideoDecoder_SetParameter(vdec_, format); in testAPI() 666 OH_VideoDecoder_SetParameter(vdec_, format); in AutoSwitchSurface() 846 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 | reli_test.cpp | 176 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_SetParameter(vdec_, format));
|
H A D | api_test.cpp | 302 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); 331 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); 764 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); 765 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format));
|
/ohos5.0/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 | 324 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); 356 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); 772 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); 773 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format));
|
/ohos5.0/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 | 291 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(vdec_, NULL)); 322 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoDecoder_SetParameter(NULL, format)); 748 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format)); 749 ASSERT_EQ(AV_ERR_INVALID_STATE, OH_VideoDecoder_SetParameter(vdec_, format));
|
H A D | reli_test.cpp | 125 ASSERT_EQ(AV_ERR_OK, OH_VideoDecoder_SetParameter(vdec_, format));
|
H A D | videodec_ndk_sample.cpp | 758 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/ohos5.0/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()
|
/ohos5.0/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_)); 548 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetParameter(videoDec_, format_)); 560 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetParameter(videoDec_, format_));
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__videodecoder_8h.md | 35 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetParameter](_video_decoder.md#oh_videode…
|
H A D | _video_decoder.md | 47 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetParameter](#oh_videodecoder_setparamete… 634 ### OH_VideoDecoder_SetParameter() 637 OH_AVErrCode OH_VideoDecoder_SetParameter (OH_AVCodec *codec, OH_AVFormat *format )
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 499 OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 314 OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-decoding.md | 397 7. (可选)OH_VideoDecoder_SetParameter()动态配置解码器surface参数。 406 int32_t ret = OH_VideoDecoder_SetParameter(videoDec, format);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 519 return OH_VideoDecoder_SetParameter(vdec_, format); in SetParameter()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 448 return OH_VideoDecoder_SetParameter(codec_, dyFormat_.get()); in SetParameter()
|
/ohos5.0/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
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-decoding.md | 398 7. (Optional) Call **OH_VideoDecoder_SetParameter()** to set the surface parameters of the decoder. 408 int32_t ret = OH_VideoDecoder_SetParameter(videoDec, format);
|