Searched refs:OH_AudioDecoder_GetOutputDescription (Results 1 – 9 of 9) sorted by relevance
41 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](#oh_audiodecoder_getoutputdescription) (OH_…231 ### OH_AudioDecoder_GetOutputDescription()234 OH_AVFormat* OH_AudioDecoder_GetOutputDescription (OH_AVCodec *codec)
32 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](_audio_decoder.md#oh_audiodecoder_getoutput…
203 OH_AVFormat *OH_AudioDecoder_GetOutputDescription(OH_AVCodec *codec);
691 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));963 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));1293 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));1565 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));1782 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));2075 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));2322 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));2536 EXPECT_NE(nullptr, OH_AudioDecoder_GetOutputDescription(audioDec_));
162 return OH_AudioDecoder_GetOutputDescription(codec); in NativeGetOutputDescription()441 curFormat = OH_AudioDecoder_GetOutputDescription(audioDec_); in NativeGetDescription()445 curFormat = OH_AudioDecoder_GetOutputDescription(audioDec_); in NativeGetDescription()
398 OH_AVFormat *OH_AudioDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_AudioDecoder_GetOutputDescription() function
146 return OH_AudioDecoder_GetOutputDescription(codec); in GetOutputDescription()