Searched refs:OH_AudioDecoder_Start (Results 1 – 4 of 4) sorted by relevance
186 checkParam = OH_AudioDecoder_Start(audioDec); in AudioDecoderStart()209 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderStop()234 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderFlush()260 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderReset()286 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderGetOutputDescription()313 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderSetParameter()343 if (OH_AudioDecoder_Start(audioDec) == AV_ERR_OK) { in AudioDecoderIsValid()411 checkParam = OH_AudioDecoder_Start(audioDec); in OHAudioDecoderStartAnormal()434 checkParam = OH_AudioDecoder_Start(audioDec); in OHAudioDecoderStartBnormal()454 checkParam = OH_AudioDecoder_Start(audioDec); in OHAudioDecoderStartCnormal()[all …]
21 export const OH_AudioDecoder_Start: () => number; constant
103 * @tc.desc : test OH_AudioDecoder_Start109 expect(audiodecoderxdlndk.OH_AudioDecoder_Start()).assertEqual(0);278 * @tc.desc : test OH_AudioDecoder_Start292 * @tc.desc : test OH_AudioDecoder_Start306 * @tc.desc : test OH_AudioDecoder_Start
196 return OH_AudioDecoder_Start(adec_); in StartDec()