Searched refs:OH_AudioDecoder_GetOutputDescription (Results 1 – 4 of 4) sorted by relevance
25 export const OH_AudioDecoder_GetOutputDescription: () => number; constant
155 * @tc.desc : test OH_AudioDecoder_GetOutputDescription161 expect(audiodecoderxdlndk.OH_AudioDecoder_GetOutputDescription()).assertEqual(0);446 * @tc.desc : test OH_AudioDecoder_GetOutputDescription460 * @tc.desc : test OH_AudioDecoder_GetOutputDescription474 * @tc.desc : test OH_AudioDecoder_GetOutputDescription
287 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()
130 OH_AVFormat *OutDescDec = OH_AudioDecoder_GetOutputDescription(audDec);