Home
last modified time | relevance | path

Searched refs:AudioDecoderMultiChannelOpusImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_decoder_multi_channel_opus_impl.cc25 std::unique_ptr<AudioDecoderMultiChannelOpusImpl>
26 AudioDecoderMultiChannelOpusImpl::MakeAudioDecoder( in MakeAudioDecoder()
44 return std::unique_ptr<AudioDecoderMultiChannelOpusImpl>( in MakeAudioDecoder()
45 new AudioDecoderMultiChannelOpusImpl(dec_state, config)); in MakeAudioDecoder()
48 AudioDecoderMultiChannelOpusImpl::AudioDecoderMultiChannelOpusImpl( in AudioDecoderMultiChannelOpusImpl() function in webrtc::AudioDecoderMultiChannelOpusImpl
56 AudioDecoderMultiChannelOpusImpl::~AudioDecoderMultiChannelOpusImpl() { in ~AudioDecoderMultiChannelOpusImpl()
61 AudioDecoderMultiChannelOpusImpl::SdpToConfig(const SdpAudioFormat& format) { in SdpToConfig()
89 AudioDecoderMultiChannelOpusImpl::ParsePayload(rtc::Buffer&& payload, in ParsePayload()
108 int AudioDecoderMultiChannelOpusImpl::DecodeInternal(const uint8_t* encoded, in DecodeInternal()
124 int AudioDecoderMultiChannelOpusImpl::DecodeRedundantInternal( in DecodeRedundantInternal()
[all …]
H A Daudio_decoder_multi_channel_opus_impl.h27 class AudioDecoderMultiChannelOpusImpl final : public AudioDecoder {
29 static std::unique_ptr<AudioDecoderMultiChannelOpusImpl> MakeAudioDecoder(
32 ~AudioDecoderMultiChannelOpusImpl() override;
34 AudioDecoderMultiChannelOpusImpl(const AudioDecoderMultiChannelOpusImpl&) =
36 AudioDecoderMultiChannelOpusImpl& operator=(
37 const AudioDecoderMultiChannelOpusImpl&) = delete;
65 AudioDecoderMultiChannelOpusImpl(OpusDecInst* dec_state,
/aosp_15_r20/external/webrtc/api/audio_codecs/opus/
H A Daudio_decoder_multi_channel_opus.cc25 return AudioDecoderMultiChannelOpusImpl::SdpToConfig(format); in SdpToConfig()
69 return AudioDecoderMultiChannelOpusImpl::MakeAudioDecoder(config); in MakeAudioDecoder()