Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Daudiodecoderxdlndk.cpp210 checkParam = OH_AudioDecoder_Stop(audioDec); in AudioDecoderStop()
238 OH_AudioDecoder_Stop(audioDec); in AudioDecoderFlush()
264 OH_AudioDecoder_Stop(audioDec); in AudioDecoderReset()
290 OH_AudioDecoder_Stop(audioDec); in AudioDecoderGetOutputDescription()
349 OH_AudioDecoder_Stop(audioDec); in AudioDecoderIsValid()
478 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopAnormal()
503 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopBnormal()
525 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopCnormal()
553 OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderFlushAnormal()
579 OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderFlushBnormal()
[all …]
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudiodecoderxdlndk/
Dindex.d.ts22 export const OH_AudioDecoder_Stop: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DAudioDeCoderNdk.test.ets116 * @tc.desc : test OH_AudioDecoder_Stop
122 expect(audiodecoderxdlndk.OH_AudioDecoder_Stop()).assertEqual(0);
320 * @tc.desc : test OH_AudioDecoder_Stop
334 * @tc.desc : test OH_AudioDecoder_Stop
348 * @tc.desc : test OH_AudioDecoder_Stop
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DADecEncNdkSample.cpp253 int32_t ret = OH_AudioDecoder_Stop(adec_); in StopDec()