OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_sample_rate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.h
173
void GetSendCodecInfo(int*
max_sample_rate
, int* max_channels);
transmit_mixer.cc
304
void TransmitMixer::GetSendCodecInfo(int*
max_sample_rate
, int* max_channels) {
305
*
max_sample_rate
= 8000;
313
*
max_sample_rate
= std::max(*
max_sample_rate
, codec.plfreq);
[
all
...]
Completed in 471 milliseconds