Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudiodecoderxdlndk/
Dindex.d.ts25 export const OH_AudioDecoder_GetOutputDescription: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DAudioDeCoderNdk.test.ets155 * @tc.desc : test OH_AudioDecoder_GetOutputDescription
161 expect(audiodecoderxdlndk.OH_AudioDecoder_GetOutputDescription()).assertEqual(0);
446 * @tc.desc : test OH_AudioDecoder_GetOutputDescription
460 * @tc.desc : test OH_AudioDecoder_GetOutputDescription
474 * @tc.desc : test OH_AudioDecoder_GetOutputDescription
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Daudiodecoderxdlndk.cpp287 checkParam = OH_AudioDecoder_GetOutputDescription(audioDec); in AudioDecoderGetOutputDescription()
314 format = OH_AudioDecoder_GetOutputDescription(audioDec); in AudioDecoderSetParameter()
700 checkParam = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderGetOutputDescriptionAnormal()
727 checkParam = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderGetOutputDescriptionBnormal()
751 checkParam = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderGetOutputDescriptionCnormal()
778 format = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderSetParameterAnormal()
807 format = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderSetParameterBnormal()
833 format = OH_AudioDecoder_GetOutputDescription(audioDec); in OHAudioDecoderSetParameterCnormal()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
DActsAudioDecEncNdkTest.cpp130 OH_AVFormat *OutDescDec = OH_AudioDecoder_GetOutputDescription(audDec);