HomeSort by relevance Sort by last modified time
    Searched refs:max_channels (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 173 void GetSendCodecInfo(int* max_sample_rate, size_t* max_channels);
transmit_mixer.cc 304 size_t* max_channels) {
306 *max_channels = 1;
314 *max_channels = std::max(*max_channels, codec.channels);
    [all...]
  /device/generic/goldfish/wifi/wifi_hal/
wifi_hal.cpp 234 int max_channels,
243 max_channels,
  /external/libxaac/decoder/
ixheaacd_struct_def.h 259 WORD slot_element, WORD max_channels, WORD32 total_channels,
ixheaacd_aacdecoder.c 96 WORD slot_element, WORD max_channels, WORD32 total_channels,
444 if (max_channels > 2) {
    [all...]
ixheaacd_api.c 1001 WORD32 max_channels; local
    [all...]
  /device/linaro/poplar/wifi/wifi_hal/
gscan.cpp 248 int max_channels; member in class:GetChannelListCommand
255 max_channels(num_max_ch), num_channels(ch_num), band(band)
257 memset(channels, 0, sizeof(wifi_channel) * max_channels);
305 if(num_channels_to_copy > max_channels)
306 num_channels_to_copy = max_channels;
321 int band, int max_channels, wifi_channel *channels, int *num_channels)
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c 5063 max_channels; local
    [all...]
accelerate-kernels-private.h     [all...]

Completed in 4696 milliseconds