Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc304 size_t* max_channels) { in GetSendCodecInfo() argument
306 *max_channels = 1; in GetSendCodecInfo()
314 *max_channels = std::max(*max_channels, codec.channels); in GetSendCodecInfo()
Dtransmit_mixer.h173 void GetSendCodecInfo(int* max_sample_rate, size_t* max_channels);
/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp1400 const int max_channels = 3; in Get_MLDB_Full_Descriptor() local
1401 CV_Assert(options_->descriptor_channels <= max_channels); in Get_MLDB_Full_Descriptor()
1402 float values[16*max_channels]; in Get_MLDB_Full_Descriptor()