/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.c | 712 * for HT40 and VHT. DFS channels are not covered. 738 /* 2.407 GHz, channels 1..13 */ 784 /* 5 GHz, channels 36..48 */ 803 /* 5 GHz, channels 52..64 */ 822 /* 5 GHz, channels 149..169 */ 843 /* 5 GHz, channels 100..140 */ 923 case 12: /* channels 1..11 */ 924 case 32: /* channels 1..7; 40 MHz */ 925 case 33: /* channels 5..11; 40 MHz */ 929 case 1: /* channels 36,40,44,48 * [all...] |
/device/google/marlin/ |
media_profiles_V1_0.xml | 35 channels="1" /> 47 channels="1" /> 59 channels="1" /> 71 channels="2" /> 83 channels="1" /> 95 channels="1" /> 107 channels="1" /> 119 channels="1" /> 131 channels="1" /> 144 channels="1" / [all...] |
/device/google/wahoo/ |
media_profiles_V1_0.xml | 35 channels="1" /> 47 channels="1" /> 59 channels="1" /> 71 channels="2" /> 83 channels="1" /> 95 channels="1" /> 107 channels="1" /> 119 channels="1" /> 131 channels="1" /> 144 channels="1" / [all...] |
/external/webrtc/webrtc/modules/audio_processing/test/ |
debug_dump_test.cc | 60 // Sets if converts stereo input signal to mono by discarding other channels. 67 // channels. 73 // Sets the required channels of the APM output. 74 void SetOutputChannels(int channels); 84 static void ReadAndDeinterleave(ResampleInputAudioFile* audio, int channels, 156 const int channels = mono ? 1 : input_file_channels_; local 157 input_config_.set_num_channels(channels); 168 const int channels = mono ? 1 : reverse_file_channels_; local 169 reverse_config_.set_num_channels(channels); 178 void DebugDumpGenerator::SetOutputChannels(int channels) { [all...] |
/external/libopus/src/ |
opus_multistream_encoder.c | 91 /* then opus_val32 window_mem[channels*120]; */ 92 /* then opus_val32 preemph_mem[channels]; */ 177 static void channel_pos(int channels, int pos[8]) 180 if (channels==4) 186 } else if (channels==3||channels==5||channels==6) 194 } else if (channels==7) 203 } else if (channels==8) 256 int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in, int arc 525 OPUS_CLEAR(ms_get_preemph_mem(st), channels); local [all...] |
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/values/ |
strings.xml | 22 <string name="simple_setup_message">Do you want to register detected channels?</string> 25 <string name="rich_setup_add_channel">Add Channels</string> 26 <string name="rich_setup_update_channel">Update Channels</string>
|
/external/libopus/include/ |
opus_multistream.h | 107 * single packet, enabling support for up to 255 channels. Unlike an 124 * is configured to decode them to either 1 or 2 channels, respectively. 141 * The output channels specified by the encoder 197 * encoded channels (<code>streams + 209 int channels, 220 * @param channels <tt>int</tt>: Number of channels in the input signal. 223 * coded channels (<code>streams + 227 * This must be no more than the number of channels. 233 * encoded channels (<code>streams [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
avgpooling_op_gpu.cu.cc | 45 const int channels, const int pooled_height, 53 const int c = index % channels; 54 const int w = index / channels % width + pad_l; 55 const int h = (index / channels / width) % height + pad_t; 56 const int n = index / channels / width / height; 63 top_diff + n * pooled_height * pooled_width * channels + c; 74 gradient += top_diff_slice[(ph * pooled_width + pw) * channels] / 85 const int channels, const int pooled_height, 91 int x_size = num * height * width * channels; 95 config.virtual_thread_count, top_diff, num, height, width, channels, [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_decoder_g722.h | 27 size_t Channels() const override; 53 size_t Channels() const override; 57 // for left and right channels. The separated payloads are written to
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_classifier.h | 35 // input_length : must be channels * 960; 36 // channels : must be 1 (mono) or 2 (stereo). 37 bool Analysis(const int16_t* input, int input_length, int channels);
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
PacketLossTest.h | 24 std::string out_file_name, int channels, int loss_rate, 41 std::string in_file_name, int sample_rate, int channels, 51 PacketLossTest(int channels, int expected_loss_rate_, int actual_loss_rate,
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_audio_aac.h | 46 /* Primary channel on both left and right channels */ 48 /* Secondary channel on both left and right channels */ 69 uint32_t channels; member in struct:msm_audio_aac_enc_config
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_audio_aac.h | 46 /* Primary channel on both left and right channels */ 48 /* Secondary channel on both left and right channels */ 70 uint32_t channels; member in struct:msm_audio_aac_enc_config
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_audio_aac.h | 46 /* Primary channel on both left and right channels */ 48 /* Secondary channel on both left and right channels */ 70 uint32_t channels; member in struct:msm_audio_aac_enc_config
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
msm_audio_aac.h | 46 /* Primary channel on both left and right channels */ 48 /* Secondary channel on both left and right channels */ 70 uint32_t channels; member in struct:msm_audio_aac_enc_config
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_audio_aac.h | 46 /* Primary channel on both left and right channels */ 48 /* Secondary channel on both left and right channels */ 70 uint32_t channels; member in struct:msm_audio_aac_enc_config
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
AlreadyConnectedExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.AlreadyConnectedException; 30 * @tests {@link java.nio.channels.AlreadyConnectedException#AlreadyConnectedException()}
|
AsynchronousCloseExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.AsynchronousCloseException; 30 * @tests {@link java.nio.channels.AsynchronousCloseException#AsynchronousCloseException()}
|
CancelledKeyExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.CancelledKeyException; 30 * @tests {@link java.nio.channels.CancelledKeyException#CancelledKeyException()}
|
ClosedByInterruptExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.ClosedByInterruptException; 30 * @tests {@link java.nio.channels.ClosedByInterruptException#ClosedByInterruptException()}
|
ClosedChannelExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.ClosedChannelException; 30 * @tests {@link java.nio.channels.ClosedChannelException#ClosedChannelException()}
|
ClosedSelectorExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.ClosedSelectorException; 30 * @tests {@link java.nio.channels.ClosedSelectorException#ClosedSelectorException()}
|
ConnectionPendingExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.ConnectionPendingException; 30 * @tests {@link java.nio.channels.ConnectionPendingException#ConnectionPendingException()}
|
FileLockInterruptionExceptionTest.java | 16 package org.apache.harmony.tests.java.nio.channels; 18 import java.nio.channels.FileLockInterruptionException; 30 * @tests {@link java.nio.channels.FileLockInterruptionException#FileLockInterruptionException()}
|
FileLockTest.java | 17 package org.apache.harmony.tests.java.nio.channels; 23 import java.nio.channels.ClosedChannelException; 24 import java.nio.channels.FileChannel; 25 import java.nio.channels.FileLock; 72 * @tests java.nio.channels.FileLock#FileLock(FileChannel, long, long, 101 * @tests java.nio.channels.FileLock#channel() 110 * @tests java.nio.channels.FileLock#position() 123 * @tests java.nio.channels.FileLock#size() 137 * @tests java.nio.channels.FileLock#isShared() 146 * @tests java.nio.channels.FileLock#overlaps(long, long [all...] |