Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md41 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](#oh_audiodecoder_getoutputdescription) (OH_…
231 ### OH_AudioDecoder_GetOutputDescription()
234 OH_AVFormat* OH_AudioDecoder_GetOutputDescription (OH_AVCodec *codec)
H A Dnative__avcodec__audiodecoder_8h.md32 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](_audio_decoder.md#oh_audiodecoder_getoutput…
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiodecoder.h203 OH_AVFormat *OH_AudioDecoder_GetOutputDescription(OH_AVCodec *codec);
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_audio_decoder.md41 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](#oh_audiodecoder_getoutputdescription) (OH_…
231 ### OH_AudioDecoder_GetOutputDescription()
234 OH_AVFormat* OH_AudioDecoder_GetOutputDescription (OH_AVCodec *codec)
H A Dnative__avcodec__audiodecoder_8h.md32 | OH_AVFormat \* [OH_AudioDecoder_GetOutputDescription](_audio_decoder.md#oh_audiodecoder_getoutput…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_capi_unit_test.cpp691 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_));
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp162 return OH_AudioDecoder_GetOutputDescription(codec); in NativeGetOutputDescription()
441 curFormat = OH_AudioDecoder_GetOutputDescription(audioDec_); in NativeGetDescription()
445 curFormat = OH_AudioDecoder_GetOutputDescription(audioDec_); in NativeGetDescription()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp398 OH_AVFormat *OH_AudioDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_AudioDecoder_GetOutputDescription() function
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.cpp146 return OH_AudioDecoder_GetOutputDescription(codec); in GetOutputDescription()