Home
last modified time | relevance | path

Searched refs:OH_AudioCodec_Destroy (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderconfigure_fuzzer/
H A DaudiodecoderConfigure_fuzzer.cpp46 OH_AudioCodec_Destroy(source); in AudioAACConfigureFuzzTest()
68 OH_AudioCodec_Destroy(encodersource); in AudioAACConfigureFuzzTest()
98 OH_AudioCodec_Destroy(decodersource); in AudioFlacConfigureFuzzTest()
120 OH_AudioCodec_Destroy(encodersource); in AudioFlacConfigureFuzzTest()
150 OH_AudioCodec_Destroy(decodersource); in AudioMP3ConfigureFuzzTest()
180 OH_AudioCodec_Destroy(decodersource); in AudioVorbisConfigureFuzzTest()
210 OH_AudioCodec_Destroy(decodersource); in AudioLBVCConfigureFuzzTest()
232 OH_AudioCodec_Destroy(encodersource); in AudioLBVCConfigureFuzzTest()
262 OH_AudioCodec_Destroy(decodersource); in AudioAMRNBConfigureFuzzTest()
284 OH_AudioCodec_Destroy(encodersource); in AudioAMRNBConfigureFuzzTest()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecodersetparameter_fuzzer/
H A DaudiodecoderSetParameter_fuzzer.cpp45 OH_AudioCodec_Destroy(source); in AudioAACSetParameterFuzzTest()
67 OH_AudioCodec_Destroy(encodersource); in AudioAACSetParameterFuzzTest()
97 OH_AudioCodec_Destroy(decodersource); in AudioFlacSetParameterFuzzTest()
119 OH_AudioCodec_Destroy(encodersource); in AudioFlacSetParameterFuzzTest()
149 OH_AudioCodec_Destroy(decodersource); in AudioMP3SetParameterFuzzTest()
179 OH_AudioCodec_Destroy(decodersource); in AudioVorbisSetParameterFuzzTest()
209 OH_AudioCodec_Destroy(decodersource); in AudioLBVCSetParameterFuzzTest()
231 OH_AudioCodec_Destroy(encodersource); in AudioLBVCSetParameterFuzzTest()
261 OH_AudioCodec_Destroy(decodersource); in AudioAMRNBSetParameterFuzzTest()
283 OH_AudioCodec_Destroy(encodersource); in AudioAMRNBSetParameterFuzzTest()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp242 OH_AudioCodec_Destroy(audioEnc_); in Release()
561 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
587 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
609 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
632 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
654 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
676 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
724 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
818 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
1000 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
[all …]
H A Daudio_encoder_capi_unit_test.cpp1736 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
1747 OH_AudioCodec_Destroy(tmpCodec);
1794 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioEnc_));
1805 OH_AudioCodec_Destroy(tmpCodec);
1865 OH_AudioCodec_Destroy(tmpCodec);
1907 OH_AudioCodec_Destroy(tmpCodec);
1919 OH_AudioCodec_Destroy(tmpCodec);
1931 OH_AudioCodec_Destroy(tmpCodec);
1943 OH_AudioCodec_Destroy(tmpCodec);
1980 OH_AudioCodec_Destroy(tmpCodec);
[all …]
H A Daudio_decoder_avbuffer_capi_unit_test.cpp218 OH_AudioCodec_Destroy(audioDec_); in Release()
772 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
781 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1089 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1098 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1413 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1422 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1726 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
1735 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
2036 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md362 | OH_AudioDecoder_Destroy | 原音频解码模块变更为音频编解码模块 | OH_AudioCodec_Destroy |
416 调用OH_AudioCodec_Destroy(),销毁编解码器实例,释放资源。
471 | OH_AudioEncoder_Destroy | 原音频编码模块变更为音频编解码模块 | OH_AudioCodec_Destroy |
525 调用OH_AudioCodec_Destroy(),销毁编解码器实例,释放资源。
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/
H A Daudioencoder_fuzzer.cpp39 OH_AudioCodec_Destroy(source); in AudioEncoderFuzzTest()
43 OH_AudioCodec_Destroy(sourcename); in AudioEncoderFuzzTest()
H A Daudio_encoder_demo.cpp370 return OH_AudioCodec_Destroy(audioEnc_); in Release()
495 OH_AVErrCode ret = OH_AudioCodec_Destroy(codec); in Destroy()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_fuzzer.cpp39 OH_AudioCodec_Destroy(source); in AudioEncoderFuzzTest()
43 OH_AudioCodec_Destroy(sourcename); in AudioEncoderFuzzTest()
H A Daudio_encoder_flush_demo.cpp349 return OH_AudioCodec_Destroy(audioEnc_); in Release()
474 OH_AVErrCode ret = OH_AudioCodec_Destroy(codec); in Destroy()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_fuzzer.cpp39 OH_AudioCodec_Destroy(source); in AudioEncoderFuzzTest()
43 OH_AudioCodec_Destroy(sourcename); in AudioEncoderFuzzTest()
H A Daudio_encoder_reset_demo.cpp349 return OH_AudioCodec_Destroy(audioEnc_); in Release()
474 OH_AVErrCode ret = OH_AudioCodec_Destroy(codec); in Destroy()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_codec.md34 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Destroy](#oh_audiocodec_destroy) ([OH_AVCode…
124 ### OH_AudioCodec_Destroy()
127 OH_AVErrCode OH_AudioCodec_Destroy (OH_AVCodec *codec)
H A Dnative__avcodec__audiocodec_8h.md24 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Destroy](_audio_codec.md#oh_audiocodec_destr…
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudiodecoder_fuzzer.cpp40 OH_AudioCodec_Destroy(source); in AudioDecoderFuzzTest()
44 OH_AudioCodec_Destroy(sourcename); in AudioDecoderFuzzTest()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_fuzzer.cpp40 OH_AudioCodec_Destroy(source); in AudioDecoderFuzzTest()
44 OH_AudioCodec_Destroy(sourcename); in AudioDecoderFuzzTest()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_fuzzer.cpp40 OH_AudioCodec_Destroy(source); in AudioDecoderFuzzTest()
44 OH_AudioCodec_Destroy(sourcename); in AudioDecoderFuzzTest()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-encoding.md387 12. 调用OH_AudioCodec_Destroy()销毁编码器实例,释放资源。
393 // 调用OH_AudioCodec_Destroy, 注销编码器
394 ret = OH_AudioCodec_Destroy(audioEnc_);
H A Daudio-decoding.md449 14. 调用OH_AudioCodec_Destroy()销毁解码器实例,释放资源。
455 // 调用OH_AudioCodec_Destroy, 注销解码器
456 ret = OH_AudioCodec_Destroy(audioDec_);
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiocodec.h87 OH_AVErrCode OH_AudioCodec_Destroy(OH_AVCodec *codec);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/
H A Daudio_decoder_capi_avbuffer_vivid_unit_test.cpp162 OH_AudioCodec_Destroy(audioDec_); in Release()
692 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
701 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
715 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
724 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Destroy(audioDec_));
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md362 …roy | The **AudioDecoder** module is changed to the **AudioCodec** module.| OH_AudioCodec_Destroy |
416 Call **OH_AudioCodec_Destroy()** to destroy the codec instance and release resources.
471 …roy | The **AudioEncoder** module is changed to the **AudioCodec** module.| OH_AudioCodec_Destroy |
525 Call **OH_AudioCodec_Destroy()** to destroy the codec instance and release resources.
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-encoding.md394 12. Call **OH_AudioCodec_Destroy()** to destroy the encoder instance and release resources.
401 // Call OH_AudioCodec_Destroy to destroy the encoder.
402 ret = OH_AudioCodec_Destroy(audioEnc_);
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_audio_codec.md34 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Destroy](#oh_audiocodec_destroy) ([OH_AVCode…
130 ### OH_AudioCodec_Destroy()
133 OH_AVErrCode OH_AudioCodec_Destroy (OH_AVCodec *codec)
H A Dnative__avcodec__audiocodec_8h.md24 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Destroy](_audio_codec.md#oh_audiocodec_destr…

12