Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_multi_channel_opus_impl.cc74 for (const int supported_frame_length : kOpusSupportedFrameLengths) { in GetFrameSizeMs() local
75 if (supported_frame_length >= *ptime) { in GetFrameSizeMs()
76 return supported_frame_length; in GetFrameSizeMs()
Daudio_encoder_opus.cc135 for (const int supported_frame_length : kOpusSupportedFrameLengths) { in GetFrameSizeMs() local
136 if (supported_frame_length >= *ptime) { in GetFrameSizeMs()
137 return supported_frame_length; in GetFrameSizeMs()