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 131 const int input_channel_count_; member in class:media::AudioConverter
audio_converter.cc 30 input_channel_count_(input_params.channels()) {
168 AudioBus::Create(input_channel_count_, dest->frames());
176 unmixed_audio_ = AudioBus::Create(input_channel_count_, dest->frames());

Completed in 109 milliseconds