/external/adhd/cras/src/server/ |
audio_thread.c | 783 di->num_channels = fmt->num_channels; 787 di->num_channels = 0; 809 si->num_channels = stream->stream->format.num_channels; [all...] |
dev_stream.c | 94 out->conv_area = cras_audio_area_create(ofmt->num_channels); 201 num_samples = dev_frames * fmt->num_channels; 235 dev_stream->conv_area->num_channels = dst_format->num_channels;
|
cras_rstream.c | 34 fmt->num_channels; 74 cras_audio_area_create(stream->format.num_channels);
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.cpp | 374 // mConfig->samplingRate and mConfig->num_channels? 385 || mConfig->num_channels != mNumChannels) { 387 mNumChannels = mConfig->num_channels;
|
/external/adhd/cras/src/common/ |
cras_messages.h | 375 unsigned int num_channels; member in struct:cras_config_global_remix 381 unsigned int num_channels, 387 m->num_channels = num_channels;
|
/external/adhd/cras/src/tests/ |
audio_thread_unittest_obsolete.cc | 73 cras_iodev_set_format_val.num_channels = 2; 100 dummy_audio_area1->num_channels = 2; 106 dummy_audio_area2->num_channels = 2; 173 area_->num_channels = 2; 503 fmt_.num_channels = 2; 601 area_->num_channels = 2; [all...] |
/external/kernel-headers/original/uapi/sound/ |
tlv.h | 26 * TLV length must match with num_channels
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_logic.c | 432 unsigned num_channels) 466 for(j = 0; j < n; j += num_channels) 467 for(i = 0; i < num_channels; ++i) 475 LLVMValueRef mask_vec = lp_build_const_mask_aos(bld->gallivm, type, mask, num_channels);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.h | 290 * "num_channels" can be 1, 2, 3, or 4, and specifies if the clear value is 293 * For each element, only "num_channels" components of "clear_value" are 294 * copied to the buffer, then the offset is incremented by num_channels*4. 299 unsigned num_channels,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_point.c | 43 #define NUM_CHANNELS 4 255 for (i = 0; i < NUM_CHANNELS; i++) { 267 for (i = 0; i < NUM_CHANNELS; i++) { 280 for (i = 0; i < NUM_CHANNELS; i++)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.h | 443 unsigned num_channels); 450 unsigned num_channels); 467 unsigned num_channels); 474 unsigned num_channels);
|
/external/tensorflow/tensorflow/core/framework/ |
summary.proto | 86 int64 num_channels = 2;
|
/external/tensorflow/tensorflow/core/lib/png/ |
png_io.h | 96 const void* image, int width, int height, int row_bytes, int num_channels,
|
/external/tensorflow/tensorflow/examples/udacity/ |
4_convolutions.ipynb | 171 "num_channels = 1 # grayscale\n", 177 " (-1, image_size, image_size, num_channels)).astype(np.float32)\n", 256 " tf.float32, shape=(batch_size, image_size, image_size, num_channels))\n", 263 " [patch_size, patch_size, num_channels, depth], stddev=0.1))\n",
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
background_noise.h | 34 explicit BackgroundNoise(size_t num_channels);
|
merge.h | 37 size_t num_channels,
|
/external/webrtc/webrtc/modules/audio_processing/ |
echo_cancellation_impl.cc | 95 assert(audio->num_channels() == apm_->num_reverse_channels()); 103 for (size_t j = 0; j < audio->num_channels(); j++) { 177 assert(audio->num_channels() == apm_->num_proc_channels()); 184 for (size_t i = 0; i < audio->num_channels(); i++) {
|
high_pass_filter_impl.cc | 112 RTC_DCHECK_EQ(filters_.size(), audio->num_channels());
|
/external/webrtc/webrtc/voice_engine/ |
output_mixer.cc | 466 size_t num_channels, 470 "OutputMixer::GetMixedAudio(sample_rate_hz=%d, num_channels=%" PRIuS ")", 471 sample_rate_hz, num_channels); 480 frame->num_channels_ = num_channels;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.c | 1570 num_channels); local 1590 u8 num_channels = 0, num_intol = 0, i; local [all...] |
/hardware/google/av/media/codecs/mp3/ |
C2SoftMp3Dec.cpp | 362 int32_t numChannels = mConfig->num_channels; 427 || mConfig->num_channels != numChannels) { 430 numChannels, mConfig->num_channels); 432 numChannels = mConfig->num_channels;
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wifihal_internal.h | 78 int *num_channels);
|
/external/adhd/cras/ |
README.dbus-api | 148 void SetGlobalOutputChannelRemix(int32 num_channels, 153 conversion matrix M, where N is num_channels, with
|
/external/mesa3d/src/mesa/main/ |
format_info.py | 49 elif fmat.has_channel('a') and fmat.num_channels() == 1: 58 elif fmat.has_channel('i') and fmat.num_channels() == 1:
|
/external/tinyalsa/ |
tinyplay.c | 54 uint16_t num_channels; member in struct:chunk_fmt 155 play_sample(file, card, device, chunk_fmt.num_channels, chunk_fmt.sample_rate,
|