Searched refs:OH_AudioDecoder_Destroy (Results 1 – 13 of 13) sorted by relevance
339 | OH_AudioDecoder_Destroy | 9 |362 | OH_AudioDecoder_Destroy | 原音频解码模块变更为音频编解码模块 | OH_AudioCodec_Destroy |390 调用OH_AudioDecoder_Destroy(),销毁解码器实例,释放资源。
33 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Destroy](#oh_audiodecoder_destroy) (OH_AVC…141 ### OH_AudioDecoder_Destroy()144 OH_AVErrCode OH_AudioDecoder_Destroy (OH_AVCodec *codec)
24 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioDecoder_Destroy](_audio_decoder.md#oh_audiodecoder…
84 OH_AVErrCode OH_AudioDecoder_Destroy(OH_AVCodec *codec);
216 OH_AudioDecoder_Destroy(audioDec_); in Release()673 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));682 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));945 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));954 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));1269 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));1281 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));1547 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));1556 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));1764 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioDecoder_Destroy(audioDec_));[all …]
272 OH_AudioDecoder_Destroy(audioDec_); in Release()
104 OH_AVErrCode ret = OH_AudioDecoder_Destroy(codec); in Destroy()463 return OH_AudioDecoder_Destroy(audioDec_); in Release()
339 | OH_AudioDecoder_Destroy | 9 |362 | OH_AudioDecoder_Destroy | The **AudioDecoder** module is changed to the **AudioCodec** module.| O…390 Call **OH_AudioDecoder_Destroy()** to destroy the decoder instance and release resources.
340 return OH_AudioDecoder_Destroy(audioDec_); in Release()
216 OH_AVErrCode OH_AudioDecoder_Destroy(struct OH_AVCodec *codec) in OH_AudioDecoder_Destroy() function
111 return OH_AudioDecoder_Destroy(codec); in NativeDestroy()615 result = OH_AudioDecoder_Destroy(audioDec_); in NativeStopDec()