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

<<111213141516

  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 500 // num_channels: The number of audio channels in the stream, excluding the
504 // N == {num_channels + 1 if has_keyboard
505 // {num_channels if !has_keyboard
511 size_t num_channels = 0,
514 num_channels_(num_channels),
529 size_t num_channels() const { return num_channels_; } function in class:webrtc::StreamConfig
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /external/mesa3d/src/mesa/main/
formats.c 227 int num_channels; local
230 num_channels = _mesa_array_format_get_num_channels(format);
232 switch (num_channels) {
376 int num_channels; local
379 num_channels = _mesa_array_format_get_num_channels(format);
382 if (num_channels == 1)
385 if (num_channels == 2) {
397 if (num_channels == 4) {
    [all...]
  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 330 const void* image, int width, int height, int row_bytes, int num_channels,
355 switch (num_channels) {
  /external/webp/src/dsp/
rescaler_mips_dsp_r2.c 29 const int x_out_max = wrk->dst_width * wrk->num_channels;
169 const int x_out_max = wrk->dst_width * wrk->num_channels;
rescaler_msa.c 252 const int x_out_max = wrk->dst_width * wrk->num_channels;
417 const int x_out_max = wrk->dst_width * wrk->num_channels;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 28 size_t num_channels,
32 num_channels_(num_channels),
expand.cc 34 size_t num_channels)
39 num_channels_(num_channels),
    [all...]
time_stretch.cc 40 // interleaved. Thus, we take the first sample, skip forward |num_channels|
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.cc 190 int num_channels,
192 size_t length = num_channels * samples_per_channel;
  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 237 for (i = 0; i < mode->num_channels; i++) {
241 if (i == mode->num_channels)
sta_info.h 58 u8 num_channels; member in struct:mbo_non_pref_chan_info
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 37 int band, int max_channels, wifi_channel *channels, int *num_channels);
162 int num_channels; member in struct:__anon48389
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_params.h 262 __u8 num_channels; member in struct:snd_dec_alac
281 __u16 num_channels; member in struct:snd_dec_ape
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_params.h 372 __u8 num_channels; member in struct:snd_dec_alac
388 __u16 num_channels; member in struct:snd_dec_ape
  /hardware/qcom/msm8998/kernel-headers/sound/
compress_params.h 266 __u8 num_channels; member in struct:snd_dec_alac
285 __u16 num_channels; member in struct:snd_dec_ape
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_params.h 379 __u8 num_channels; member in struct:snd_dec_alac
395 __u16 num_channels; member in struct:snd_dec_ape
  /hardware/qcom/msm8x09/kernel-headers/sound/
compress_params.h 262 __u8 num_channels; member in struct:snd_dec_alac
281 __u16 num_channels; member in struct:snd_dec_ape
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_params.h 372 __u8 num_channels; member in struct:snd_dec_alac
388 __u16 num_channels; member in struct:snd_dec_ape
  /external/adhd/cras/src/server/
cras_loopback_iodev.c 178 cras_iodev_init_audio_area(iodev, iodev->format->num_channels);
  /external/adhd/cras/src/tests/
hfp_info_unittest.cc 24 format.num_channels = 1;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 936 unsigned num_channels; local
945 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1;
948 dec->blocks_per_line, dec->num_blocks, num_channels))
952 dec->blocks_per_line, dec->num_blocks, num_channels))
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_v3.fbs 168 num_channels:int;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 127 int num_channels,
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_event_defs.h 194 u8 num_channels; member in struct:wlan_ext_bucket

Completed in 788 milliseconds

<<111213141516