Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc257 constexpr int kMinANAFrameLength = kANASupportedFrameLengths[0]; in SdpToConfig() local
265 GetFormatParameter<int>(format, "minptime").value_or(kMinANAFrameLength); in SdpToConfig()