Home
last modified time | relevance | path

Searched refs:GetOutputDescription (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/multimedia/av_codec/audio_encoder/include/
Davcodec_audio_avbuffer_encoder_demo.h184 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/test/xts/acts/multimedia/av_codec/audio_decoder/include/
Davcodec_audio_avbuffer_decoder_demo.h214 OH_AVFormat* GetOutputDescription(OH_AVCodec* codec);
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
Dnull_check_test.cpp309 result1 = aDecBufferDemo->GetOutputDescription(nullptr);
Davcodec_audio_avbuffer_decoder_demo.cpp761 OH_AVFormat *ADecBufferDemo::GetOutputDescription(OH_AVCodec *codec) in GetOutputDescription() function in ADecBufferDemo
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
Dnull_check_test.cpp339 result1 = audioBufferAacEncDemo->GetOutputDescription(nullptr);
Davcodec_audio_avbuffer_encoder_demo.cpp646 OH_AVFormat *AudioBufferAacEncDemo::GetOutputDescription(OH_AVCodec *codec) in GetOutputDescription() function in AudioBufferAacEncDemo