Searched refs:max_channels (Results 1 – 3 of 3) sorted by relevance
304 size_t* max_channels) { in GetSendCodecInfo() argument306 *max_channels = 1; in GetSendCodecInfo()314 *max_channels = std::max(*max_channels, codec.channels); in GetSendCodecInfo()
173 void GetSendCodecInfo(int* max_sample_rate, size_t* max_channels);
1400 const int max_channels = 3; in Get_MLDB_Full_Descriptor() local1401 CV_Assert(options_->descriptor_channels <= max_channels); in Get_MLDB_Full_Descriptor()1402 float values[16*max_channels]; in Get_MLDB_Full_Descriptor()