Searched refs:channels (Results 26 - 50 of 108) sorted by relevance

12345

/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio_aac.h75 uint32_t channels; member in struct:msm_audio_aac_enc_config
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio_aac.h46 /* 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/kernel-headers/linux/
H A Dmsm_audio_aac.h75 uint32_t channels; member in struct:msm_audio_aac_enc_config
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_aac.h46 /* 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/kernel-headers/linux/
H A Dmsm_audio_aac.h75 uint32_t channels; member in struct:msm_audio_aac_enc_config
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio_aac.h46 /* 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DWebMElement.c81 double samplingFrequency, unsigned int channels,
102 Ebml_SerializeUnsigned(glob, Channels, channels);
79 writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, const char *codecId, double samplingFrequency, unsigned int channels, unsigned char *private, unsigned long privateSize) argument
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c90 * @channels: the channel info array
93 * Has the side effect of filling the channels[i].location values used
96 int size_from_channelarray(struct iio_channel_info *channels, int num_channels) argument
101 if (bytes % channels[i].bytes == 0)
102 channels[i].location = bytes;
104 channels[i].location = bytes - bytes%channels[i].bytes
105 + channels[i].bytes;
106 bytes = channels[i].location + channels[
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Darec.c115 pcm->channels * 16);
117 pcm->channels);
178 int record_file(unsigned rate, unsigned channels, int fd, unsigned count, unsigned flags, const char *device) argument
193 if (channels == 1)
195 else if (channels == 4)
197 else if (channels == 6)
207 pcm->channels = channels;
/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp269 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);
332 handle->handle->channels
350 int channels = handle->channels; local
[all...]
H A DAudioUtil.cpp125 unsigned char channels[16]; local
175 channels [nIndex] = (sad[nIndex] & 0x7) + 1;
185 pInfo->AudioBlocksArray[i].nChannels = channels[i];
H A DAudioUsbALSA.cpp91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate) argument
148 channels = 1;
150 channels = 2;
152 ALOGD("channels supported by device: %d", lchannelsPlayback);
278 status_t AudioUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int periodBytes) argument
299 ALOGV("Setting period size:%d samplerate:%d, channels: %d",periodBytes,sampleRate, channels);
303 channels - 1 ? 32 : 16);
305 channels);
390 uint32_t channels; local
779 uint32_t channels; local
[all...]
/hardware/qcom/audio/msm8909/voice_processing/
H A Dvoice_processing.c295 session->config.inputCfg.channels = AUDIO_CHANNEL_IN_MONO;
298 session->config.outputCfg.channels = AUDIO_CHANNEL_IN_MONO;
341 ALOGV("session_set_config() sampling rate %d channels %08x",
342 config->inputCfg.samplingRate, config->inputCfg.channels);
347 session->config.inputCfg.channels != config->inputCfg.channels ||
348 session->config.outputCfg.channels != config->outputCfg.channels)
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c296 session->config.inputCfg.channels = AUDIO_CHANNEL_IN_MONO;
299 session->config.outputCfg.channels = AUDIO_CHANNEL_IN_MONO;
342 ALOGV("session_set_config() sampling rate %d channels %08x",
343 config->inputCfg.samplingRate, config->inputCfg.channels);
348 session->config.inputCfg.channels != config->inputCfg.channels ||
349 session->config.outputCfg.channels != config->outputCfg.channels)
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c109 uint32_t channels = 2; variable
524 channels = (uint32_t)atoi(argv[4]);
531 DEBUG_PRINT("Input parameters: samplerate = %d, channels = %d, tunnel = %d,"
533 samplerate, channels, tunnel, rectime, bitrate, format, profile);
545 if ((channels > 2) || (channels <= 0)) {
546 DEBUG_PRINT("channels = %d, not supported. Supported "
547 "number of channels are 1 and 2\n", channels);
794 pcmparam.nChannels = channels;
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c200 if (pme->channels[i].ch_id == bufs->ch_id) {
201 channel = &pme->channels[i];
280 if (pme->channels[i].ch_id == bufs->ch_id) {
281 channel = &pme->channels[i];
348 if (pme->channels[i].ch_id == bufs->ch_id) {
349 channel = &pme->channels[i];
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h145 mraa_iio_channel* channels; member in struct:_iio
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h141 unsigned int channels; /**< Number of audio channels. */ member in struct:__anon1036
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dcompress_capture.c57 in->config.channels = COMPRESS_IN_CONFIG_CHANNELS;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifihal_internal.h77 wifi_channel *channels,
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c106 .channels = 2,
139 uint32_t channels; member in struct:stream_out
239 out->pcm_config.channels,
270 activeChannel = out->pcm_config.channels;
272 ALOGV("Initialized PCM device for channels %d handle = %d",out->pcm_config.channels, (int)activePcm);
458 ALOGD("[EDID]valid number of channels supported by sink = %d",chcount);
489 ALOGV("%s sink supports 0x%x max channels", __func__,adev->sink_sup_channels);
572 ALOGV("%s enter for bytes = %d channels = %d",__func__,bytes, out->pcm_config.channels);
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h28 int band, int max_channels, wifi_channel *channels, int *num_channels);
154 // channels to scan; these may include DFS channels
156 wifi_scan_channel_spec channels[MAX_CHANNELS]; member in struct:__anon1913
201 // probes were not sent on some channels
/hardware/qcom/audio/post_proc/
H A Dbass_boost.c195 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
203 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
H A Dvirtualizer.c195 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
203 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c64 return dev->channels;
106 dev->channels = calloc(chan_num, sizeof(mraa_iio_channel));
118 chan = &dev->channels[chan_num];
609 chan = &dev->channels[chan_num];
652 free(dev->channels);

Completed in 985 milliseconds

12345