Home
last modified time | relevance | path

Searched defs:AudioDecoderFakeApi (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/api/audio_codecs/test/
H A Daudio_decoder_factory_template_unittest.cc42 struct AudioDecoderFakeApi { struct
43 struct Config {
47 static absl::optional<Config> SdpToConfig( in SdpToConfig()
57 static void AppendSupportedDecoders(std::vector<AudioCodecSpec>* specs) { in AppendSupportedDecoders()
61 static AudioCodecInfo QueryAudioDecoder(const Config&) { in QueryAudioDecoder()
65 static std::unique_ptr<AudioDecoder> MakeAudioDecoder( in MakeAudioDecoder()