Home
last modified time | relevance | path

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

/external/webrtc/api/audio_codecs/
Daudio_format.h26 struct RTC_EXPORT SdpAudioFormat { struct
29 SdpAudioFormat(const SdpAudioFormat&); argument
47 SdpAudioFormat& operator=(const SdpAudioFormat&); argument
48 SdpAudioFormat& operator=(SdpAudioFormat&&); argument
55 std::string name;
56 int clockrate_hz;
57 size_t num_channels;
58 Parameters parameters;
Daudio_format.cc22 SdpAudioFormat::SdpAudioFormat(absl::string_view name, in SdpAudioFormat() function in webrtc::SdpAudioFormat
27 SdpAudioFormat::SdpAudioFormat(absl::string_view name, in SdpAudioFormat() function in webrtc::SdpAudioFormat
36 SdpAudioFormat::SdpAudioFormat(absl::string_view name, in SdpAudioFormat() function in webrtc::SdpAudioFormat
/external/webrtc/test/
Dfunction_audio_decoder_factory.h36 explicit FunctionAudioDecoderFactory( in FunctionAudioDecoderFactory()
Daudio_decoder_proxy_factory.h43 const SdpAudioFormat& /* format */, in MakeAudioDecoder()