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

  /external/chromium_org/media/audio/pulse/
pulse_util.cc 89 int channel_index = ChannelOrder(channel_layout, ch); local
90 if (channel_index < 0)
93 channel_map.map[channel_index] = ChromiumToPAChannelPosition(ch);
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 311 int channel_index = 0; local
723 if (channel_index < kMaxNumChannels) {
724 res = base1->StartReceive(channels[channel_index]);
726 res = base1->StartPlayout(channels[channel_index]);
728 res = base1->StartSend(channels[channel_index]);
730 res = file->StartPlayingFileAsMicrophone(channels[channel_index],
735 channel_index++;
736 printf("Using %d additional channels\n", channel_index);
741 if (channel_index > 0) {
742 channel_index--
    [all...]

Completed in 307 milliseconds