/external/adhd/cras/src/dsp/ |
dsp_util.c | 376 void dsp_util_deinterleave(int16_t *input, float *const *output, int channels, 379 float *output_ptr[channels]; 383 if (channels == 2) { 389 for (i = 0; i < channels; i++) 393 for (j = 0; j < channels; j++) 397 void dsp_util_interleave(float *const *input, int16_t *output, int channels, 400 float *input_ptr[channels]; 404 if (channels == 2) { 410 for (i = 0; i < channels; i++) 414 for (j = 0; j < channels; j++) [all...] |
/external/kernel-headers/original/uapi/linux/ |
ipmi.h | 142 * actual number of channels because this is used in userland and 143 * will cover us if the number of channels is extended. 194 #define IPMI_OEM_RECV_TYPE 5 /* The response for OEM Channels */ 239 * When talking to normal channels, the driver takes care of the 367 * Register to get commands from other entities on specific channels. 368 * This way, you can only listen on specific channels, or have messages 369 * from some channels go to one place and other channels to someplace 371 * It may be IPMI_CHAN_ALL for all channels. 380 * Register to receive a specific command on specific channels. error values [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
neteq_quality_test.cc | 52 "and channels with --channels)."); 70 // Define switch for channels. 74 printf("Invalid number of channels, current support only 1."); 78 DEFINE_int32(channels, 1, "Number of channels in input audio."); 397 size_t channels; local 400 &samples, &channels, NULL); 405 assert(channels == channels_); 407 RTC_CHECK(output_->WriteArray(out_data_.get(), samples * channels)); [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 115 pcm->channels * 16); 117 pcm->channels); 178 int record_file(unsigned rate, unsigned channels, int fd, unsigned count, unsigned flags, const char *device) 193 if (channels == 1) 195 else if (channels == 4) 197 else if (channels == 6) 207 pcm->channels = channels; 530 "-C -- Channels\n" 578 "-C -- Channels\n [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ipmi.h | 149 * actual number of channels because this is used in userland and 150 * will cover us if the number of channels is extended. 201 #define IPMI_OEM_RECV_TYPE 5 /* The response for OEM Channels */ 246 * When talking to normal channels, the driver takes care of the 374 * Register to get commands from other entities on specific channels. 375 * This way, you can only listen on specific channels, or have messages 376 * from some channels go to one place and other channels to someplace 378 * It may be IPMI_CHAN_ALL for all channels. 387 * Register to receive a specific command on specific channels. error values [all...] |
/external/autotest/server/cros/ap_configurators/ |
static_ap_configurator.py | 158 Example: returned is a dictionary of band and a list of channels. The 163 'channels' : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, 165 'channels' : [26, 40, 44, 48, 149, 153, 165]}] 171 'channels' : [self.channel]}] 223 channel in current_band['channels']):
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
sles.cpp | 117 memset(buffer, 0, framesToErase * pSles->channels * sizeof(short)); 181 size_t frameSize = pSles->channels * sizeof(short); // only one channel 269 memset(buffer, 0, pSles->bufSizeInFrames * pSles->channels * sizeof(short)); 280 for (unsigned k = 0; k < pSles->channels; k++) { 281 ((short *) buffer)[(i + j) * pSles->channels + k] = 289 for (unsigned k = 0; k < pSles->channels; ++k) { 290 ((short *) buffer)[i * pSles->channels + k] = pSles->loopbackTone[i]; 306 for (unsigned k = 0; k < pSles->channels; ++k) { 307 ((short *) buffer)[i* pSles->channels + k] = value; 473 // SLuint32 channels = 1; // -c [all...] |
/external/tensorflow/tensorflow/contrib/fused_conv/ops/ |
fused_conv2d_bias_activation_op.cc | 135 "NHWC": `float [ batch, height, width, channels ]` 136 "NCHW": `float [ batch, channels, height, width ]` 138 `qint8 [ batch, channels / 4, height, width, channels % 4 ]` 139 Note: for "NCHW_VECT_C", `channels` must be a multiple of 4.
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.image.pbtxt | 45 argspec: "args=[\'contents\', \'crop_window\', \'channels\', \'ratio\', \'fancy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \'1\', \'True\', \'False\', \'1\', \'\', \'None\'], " 49 argspec: "args=[\'contents\', \'channels\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \'None\'], " 57 argspec: "args=[\'contents\', \'channels\', \'name\'], varargs=None, keywords=None, defaults=[\'None\', \'None\'], " 61 argspec: "args=[\'contents\', \'channels\', \'ratio\', \'fancy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \'1\', \'True\', \'False\', \'1\', \'\', \'None\'], " 65 argspec: "args=[\'contents\', \'channels\', \'dtype\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \"<dtype: \'uint8\'>\", \'None\'], "
|
/external/webrtc/talk/session/media/ |
channelmanager.h | 51 // voice and video channels; by doing so, it can temporarily pause all the 52 // channels when a new audio or video device is chosen. The voice and video 53 // channels are stored in separate vectors, to easily allow operations on just 54 // voice or just video channels. 125 // Indicates whether any channels exist.
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_receive_test_oldapi.cc | 27 // the number of channels for the Opus codec to always be 1. 58 size_t channels, 60 if (channels != 1) 135 my_codec_param.channels, 166 // Don't check number of channels for PLC output, since each test run
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
WebRtcAudioRecord.java | 153 private int initRecording(int sampleRate, int channels) { 154 Logging.d(TAG, "initRecording(sampleRate=" + sampleRate + ", channels=" + 155 channels + ")"); 165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); 212 + "channels: " + audioRecord.getChannelCount() + ", "
|
/external/webrtc/webrtc/modules/media_file/ |
media_file.h | 35 // audio with more channels (in which case the audio will be converted to 66 // Note: codecInst.channels should be set to 2 for stereo (and 1 for 86 // Note: codecInst.channels should be set to 2 for stereo (and 1 for 123 // Note: codecInst.channels should be set to 2 for stereo (and 1 for 138 // Note: codecInst.channels should be set to 2 for stereo (and 1 for
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp_defines.h | 38 size_t channels; member in struct:webrtc::AudioPayload 207 * channels - number of channels in codec (1 = mono, 2 = stereo) 213 const size_t channels, 336 const size_t channels,
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
AbstractInterruptibleChannel.java | 30 package java.nio.channels.spi; 35 import java.nio.channels.*; 42 * Base implementation class for interruptible channels. 45 * the asynchronous closing and interruption of channels. A concrete channel 78 * java.nio.channels.Channel} specification. Implementations of the {@link
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 42 * Note that the entire range of emergency channels is enabled. Test messages 46 * TODO: add notification to re-enable channels after a radio reset. 110 Log.e(TAG, "exception enabling cell broadcast channels", ex); 157 // Non-CMAS channels 233 // Enable/Disable additional channels based on carrier specific requirement.
|
/prebuilts/go/darwin-x86/src/os/signal/ |
signal.go | 16 // Map a signal to the number of channels receiving it. 18 // Map channels to signals while the channel is being stopped. 47 // Stop relaying the signals, sigs, to any channels previously registered to 102 // It is allowed to call Notify multiple times with different channels 183 // channels being stopped and wait for signal delivery to
|
/prebuilts/go/linux-x86/src/os/signal/ |
signal.go | 16 // Map a signal to the number of channels receiving it. 18 // Map channels to signals while the channel is being stopped. 47 // Stop relaying the signals, sigs, to any channels previously registered to 102 // It is allowed to call Notify multiple times with different channels 183 // channels being stopped and wait for signal delivery to
|
/hardware/qcom/audio/hal/audio_extn/ |
a2dp.c | 55 // PCM channels 67 #define MIXER_AFE_IN_CHANNELS "AFE Input Channels" 164 .channels = 1, 454 uint8_t channels; /* 0(Mono), 1(Dual_mono), 2(Stereo), 3(JS) */ member in struct:__anon48641 468 uint8_t channels; member in struct:__anon48642 475 uint8_t channels; member in struct:__anon48643 492 uint16_t channels; /* 1-Mono, 2-Stereo */ member in struct:__anon48645 826 // Configure AFE input channels 837 ALOGV("%s: set AFE input channels = %d", __func__, a2dp.enc_channels); 841 ALOGE("%s: ERROR AFE input channels mixer control not identifed", __func__) [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 257 control.set("HDMI_RX Channels", channel_cnt_str); 269 int channels = handle->channels; local 279 ALOGD("setHardwareParams: reqBuffSize %d channels %d sampleRate %d", 280 (int) reqBuffSize, handle->channels, handle->sampleRate); 283 if (channels == 6) { 286 ALOGV("HWParams: Use 4 channels in kernel for 5.1(%s) recording ", handle->useCase); 287 channels = 4; 313 channels * 16); 315 channels); 350 int channels = handle->channels; local [all...] |
/cts/apps/CtsVerifier/jni/audio_loopback/ |
sles.cpp | 107 memset(buffer, 0, framesToErase * pSles->channels * sizeof(short)); 174 memset(buffer, 0, pSles->bufSizeInFrames * pSles->channels * sizeof(short)); 184 for (unsigned k = 0; k < pSles->channels; k++) { 185 ((short *)buffer)[(i+j)*pSles->channels+k] = j < 4 ? 0x7FFF : 0x8000; 236 // SLuint32 channels = 1; // -c# 264 pSles->channels = 1; // -c# 298 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short); 320 size_t frameSize = pSles->channels * sizeof(short); 322 pSles->fifoBuffer = new short[FIFO_FRAMES * pSles->channels]; 331 // info.channels = channels [all...] |
/external/tensorflow/tensorflow/core/util/ |
tensor_format.h | 31 // N = Batch, H = Image Height, W = Image Width, C = Number of Channels. 41 // as NCHW, except that the size of the Channels dimension is divided by 4, 53 // H = Kernel Height, W = Kernel Width, I = Input Channels, O = Output Channels. 66 // of the Input Channels dimension is divided by 4, and a new dimension of 198 // Returns the index of the inner input channels dimension. 205 // Returns the index of the input channels dimension. 222 // Returns the index of the output channels dimension. 243 // 'C' (channels), 'H' (height), 'W' (width), or a numbered spatial dimension: 285 // channels), 'I' (num input channels), 'H' (height), 'W' (width), or 479 const int64 channels = GetTensorDim(src_shape, src_format, 'C') * local [all...] |
/external/tensorflow/tensorflow/python/ops/ |
image_ops_impl.py | 95 image: A rank-D Tensor. For 3-D of shape: `[height, width, channels]`. 117 image: 3-D Tensor of shape [height, width, channels] 156 image: 3-D Tensor of shape [height, width, channels] 255 image: A 3-D tensor of shape `[height, width, channels].` 287 image: A 3-D tensor of shape `[height, width, channels].` 320 image: 4-D Tensor of shape `[batch, height, width, channels]` or 321 3-D Tensor of shape `[height, width, channels]`. 350 image: 4-D Tensor of shape `[batch, height, width, channels]` or 351 3-D Tensor of shape `[height, width, channels]`. 376 image: 4-D Tensor of shape `[batch, height, width, channels]` o [all...] |
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
convolutional.py | 192 `(batch, height, width, channels)` while `channels_first` 194 `(batch, channels, height, width)`. 220 `(samples, channels, rows, cols)` if data_format='channels_first' 222 `(samples, rows, cols, channels)` if data_format='channels_last'. 328 `(batch, spatial_dim1, spatial_dim2, spatial_dim3, channels)` 330 `(batch, channels, spatial_dim1, spatial_dim2, spatial_dim3)`. 356 `(samples, channels, conv_dim1, conv_dim2, conv_dim3)` if 359 `(samples, conv_dim1, conv_dim2, conv_dim3, channels)` if 469 `(batch, height, width, channels)` while `channels_first` 471 `(batch, channels, height, width)` [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTestXheAac.java | 428 * @param encNch the encoded number of audio channels (number of channels of the original 431 * @return array of energies, at index 0: accumulated energy of all channels, and 460 // the number of input channels 472 // // the number of channels to be analyzed 481 // the num analyzed channels with signal 484 // get the signal offset by counting zero samples at the very beginning (over all channels) 532 // array receiving the segment energy status over all channels 536 // return value: [0]: total energy of all channels 537 // [1 ... procNch + 1]: energy of the individual channels [all...] |