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

  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 46 number_of_channels_in_frame_(0) {
266 // And the master channel is not counted in |number_of_channels_in_frame_|.
267 number_of_channels_in_frame_ = GetNumberOfChannelsFromStream();
331 for (int i = 0; i <= number_of_channels_in_frame_; ++i) {
375 for (int i = 1; i <= number_of_channels_in_frame_; ++i) {
431 for (int i = 1; i <= number_of_channels_in_frame_; ++i) {
audio_low_latency_input_mac.h 152 int number_of_channels_in_frame_; member in class:media::AUAudioInputStream

Completed in 45 milliseconds