Searched refs:OH_AudioDecoder_Configure (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 330 | OH_AudioDecoder_Configure | 9 | 353 | OH_AudioDecoder_Configure | 原音频解码模块变更为音频编解码模块 | OH_AudioCodec_Configure | 372 调用OH_AudioDecoder_Configure(),配置解码器。
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_ability_unit_test.cpp | 524 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 560 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 592 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 628 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 665 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 698 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 731 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 768 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 801 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_));
|
H A D | audio_decoder_capi_unit_test.cpp | 524 return OH_AudioDecoder_Configure(audioDec_, format_); in Configure() 770 ASSERT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 782 ASSERT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 794 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 859 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 1022 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 1072 ASSERT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 1086 ASSERT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 1165 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); 1384 ASSERT_NE(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Configure(audioDec_, format_)); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_decoder.md | 35 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Configure](#oh_audiodecoder_configure) (OH… 51 ### OH_AudioDecoder_Configure() 54 OH_AVErrCode OH_AudioDecoder_Configure (OH_AVCodec *codec, OH_AVFormat *format)
|
H A D | native__avcodec__audiodecoder_8h.md | 26 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Configure](_audio_decoder.md#oh_audiodecod…
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_audiodecoder.h | 115 OH_AVErrCode OH_AudioDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _audio_decoder.md | 35 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Configure](#oh_audiodecoder_configure) (OH… 51 ### OH_AudioDecoder_Configure() 54 OH_AVErrCode OH_AudioDecoder_Configure (OH_AVCodec *codec, OH_AVFormat *format)
|
H A D | native__avcodec__audiodecoder_8h.md | 26 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Configure](_audio_decoder.md#oh_audiodecod…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 121 return OH_AudioDecoder_Configure(codec, format); in NativeConfigure() 585 result = OH_AudioDecoder_Configure(audioDec_, format); in NativeCreateToStart() 699 result = OH_AudioDecoder_Configure(audioDec_, format); in NativeRunCaseWithoutCreate() 755 result = OH_AudioDecoder_Configure(audioDec_, format); in NativeRunCasePerformance() 846 result = OH_AudioDecoder_Configure(audioDec_, format); in NativeRunCaseReset() 981 result = OH_AudioDecoder_Configure(audioDec_, format); in TestRunCase()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 330 | OH_AudioDecoder_Configure | 9 | 353 | OH_AudioDecoder_Configure | The **AudioDecoder** module is changed to the **AudioCodec** module.|… 372 Call **OH_AudioDecoder_Configure()** to configure the decoder.
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_demo.cpp | 238 return OH_AudioDecoder_Configure(audioDec_, format); in Configure()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_decoder.cpp | 247 OH_AVErrCode OH_AudioDecoder_Configure(struct OH_AVCodec *codec, struct OH_AVFormat *format) in OH_AudioDecoder_Configure() function
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.cpp | 362 return OH_AudioDecoder_Configure(audioDec_, format); in Configure()
|