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

  /system/media/audio/include/system/
audio_effect.h 474 audio_channel_mask_t aux_channels; // channel mask for auxiliary channels member in struct:channel_config_s
  /device/google/dragon/audio/hal/
audio_hw.c 898 channel_config->aux_channels);
914 config.inputCfg.channels = channel_config->aux_channels;
986 uint32_t aux_channels; local
    [all...]
audio_hw.h 283 uint32_t aux_channels; member in struct:stream_in
  /hardware/interfaces/audio/effect/2.0/default/
Effect.cpp 178 config->auxChannels = AudioChannelMask(halConfig.aux_channels);
185 halConfig->aux_channels = static_cast<audio_channel_mask_t>(config.auxChannels);
634 "SET_FEATURE_CONFIG AUX_CHANNELS", sizeof(halCmd), halCmd);
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]

Completed in 453 milliseconds