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

  /system/bt/stack/avdt/
avdt_l2c.cc 177 int channel_index = BTA_AvObtainPeerChannelIndex(bd_addr); local
178 if (channel_index >= 0) {
179 p_ccb = avdt_ccb_alloc_by_channel_index(bd_addr, channel_index);
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 315 int channel_index = 0; local
735 if (channel_index < kMaxNumChannels) {
736 res = base1->StartReceive(channels[channel_index]);
738 res = base1->StartPlayout(channels[channel_index]);
740 res = base1->StartSend(channels[channel_index]);
742 res = file->StartPlayingFileAsMicrophone(channels[channel_index],
747 channel_index++;
748 printf("Using %d additional channels\n", channel_index);
753 if (channel_index > 0) {
754 channel_index--
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.cc 470 int x_index, y_index, channel_index; local
475 channel_index = 1;
479 channel_index = 3;
484 int64 iz = image_shape.dim(channel_index).size();
    [all...]

Completed in 214 milliseconds