Home
last modified time | relevance | path

Searched refs:OH_AudioDecoder_Destroy (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudiodecoderxdlndk/
Dindex.d.ts17 export const OH_AudioDecoder_Destroy: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DAudioDeCoderNdk.test.ets51 * @tc.desc : test OH_AudioDecoder_Destroy
57 expect(audiodecoderxdlndk.OH_AudioDecoder_Destroy()).assertEqual(0);
236 * @tc.desc : test OH_AudioDecoder_Destroy
250 * @tc.desc : test OH_AudioDecoder_Destroy
264 * @tc.desc : test OH_AudioDecoder_Destroy
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Daudiodecoderxdlndk.cpp80 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in AudioDecoderDestroy()
140 OH_AudioDecoder_Destroy(audioDec); in AudioDecoderSetCallback()
381 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyAnormal()
387 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyBnormal()
393 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyCnormal()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DADecEncNdkSample.cpp123 OH_AudioDecoder_Destroy(adec_); in ~ADecEncNdkSample()
337 OH_AudioDecoder_Destroy(adec_); in ReleaseDec()