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

  /external/chromium_org/media/base/
audio_converter.h 140 const int input_channel_count_; member in class:media::AudioConverter
audio_converter.cc 31 input_channel_count_(input_params.channels()) {
169 AudioBus::Create(input_channel_count_, dest->frames());
248 unmixed_audio_ = AudioBus::Create(input_channel_count_, frames);

Completed in 1137 milliseconds