HomeSort by relevance Sort by last modified time
    Searched full:num_channels (Results 326 - 350 of 392) sorted by null

<<111213141516

  /external/kernel-headers/original/uapi/sound/
asoc.h 376 __le32 num_channels; member in struct:snd_soc_tplg_mixer_control
394 __le32 num_channels; member in struct:snd_soc_tplg_enum_control
  /external/libxaac/decoder/drc_src/
impd_drc_parametric_dec.c 1049 WORD32 num_channels = pstr_parametric_lim_type_drc_params->channels; local
    [all...]
  /external/mesa3d/src/mesa/main/
format_parser.py 321 def num_channels(self): member in class:Format
333 considered to be an array of num_channels() channels identical to the
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 643 def _benchmarkResize(self, image_size, num_channels):
648 [batch_size, image_size[0], image_size[1], num_channels]),
665 num_channels)))
691 def _benchmarkResize(self, image_size, num_channels):
696 [batch_size, image_size[0], image_size[1], num_channels]),
714 num_channels)))
749 def _benchmarkResize(self, image_size, num_channels):
754 [batch_size, image_size[0], image_size[1], num_channels]),
770 num_channels)))
    [all...]
nn_ops.py     [all...]
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h 1643 int32_t num_channels; member in struct:tflite::ConcatEmbeddingsOptionsT
1658 int32_t num_channels() const { function in struct:tflite::FLATBUFFERS_FINAL_CLASS
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 894 int num_channels; member in struct:webrtc::AcmReceiverBitExactnessOldApi::ExternalDecoder
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 303 int num_channels = in.readInt();
304 settings.channels = new ChannelSpec[num_channels];
305 for (int i = 0; i < num_channels; i++) {
    [all...]
  /external/adhd/cras/src/server/
cras_a2dp_iodev.c 159 cras_iodev_init_audio_area(iodev, iodev->format->num_channels);
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng_unittest.cc 450 config_.num_channels = 2;
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 359 for (j = 0; j < modes[i].num_channels; j++) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon45398
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio.h 395 __u32 num_channels; member in struct:msm_hwacc_data_config
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio.h 397 __u32 num_channels; member in struct:msm_hwacc_data_config
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_audio.h 397 __u32 num_channels; member in struct:msm_hwacc_data_config
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_audio.h 397 __u32 num_channels; member in struct:msm_hwacc_data_config
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 45 #define NUM_CHANNELS 4
93 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 463 size_t num_channels,
466 for (size_t ch = 0; ch < num_channels; ch++) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1109 mode->num_channels = 14;
1112 clen = mode->num_channels * sizeof(struct hostapd_channel_data);
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 1104 uint32_t num_channels = 0; local
1497 uint32_t num_channels = U16_AT(&buffer[16]); local
    [all...]
  /external/adhd/cras/src/libcras/
cras_client.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 811 /* TBUFFER_STORE_FORMAT_{X,XY,XYZ,XYZW} <- the suffix is selected by num_channels=1..4.
812 * The type of vdata must be one of i32 (num_channels=1), v2i32 (num_channels=2),
813 * or v4i32 (num_channels=3,4). */
817 unsigned num_channels,
833 LLVMConstInt(ctx->i32, num_channels, 0),
850 unsigned func = CLAMP(num_channels, 1, 3) - 1;
862 unsigned num_channels,
873 assert(num_channels >= 1 && num_channels <= 4)
    [all...]
  /external/adhd/cras/src/tests/
alsa_io_unittest.cc     [all...]
  /external/iw/
scan.c 63 __u8 num_channels; member in struct:ieee80211_country_ie_triplet::__anon22477
569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1);
571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1));
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 490 const int num_channels = 4; local
495 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
517 out_width, out_height, 0, num_channels, work);
    [all...]

Completed in 2006 milliseconds

<<111213141516