HomeSort by relevance Sort by last modified time
    Searched full:num_channels (Results 201 - 225 of 315) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /external/llvm/lib/Target/AMDGPU/
SIIntrinsics.td 28 llvm_i32_ty, // num_channels(imm), selects opcode suffix: 1=X, 2=XY, 3=XYZ, 4=XYZW
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 76 unsigned num_channels; member in struct:r600_tiling_info
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 240 int num_channels)
252 num_channels_(num_channels) {
393 auto populate_audio_frame = [](float amplitude, size_t num_channels,
396 for (size_t ch = 0; ch < num_channels; ch++) {
  /external/webrtc/webrtc/modules/include/
module_common_types.h 511 size_t num_channels = 1, uint32_t energy = -1);
577 size_t num_channels,
585 num_channels_ = num_channels;
588 const size_t length = samples_per_channel * num_channels;
  /frameworks/opt/net/wifi/service/jni/
wifi_hal_stub.h 66 int band, int max_channels, wifi_channel *channels, int *num_channels);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
ChannelHelperTest.java 149 testBucket.num_channels = 2;
  /hardware/qcom/audio/msm8909/hal/audio_extn/
audio_extn.c 671 out->compr_config.codec->options.alac.num_channels = atoi(value);
703 out->compr_config.codec->options.alac.num_channels,
747 out->compr_config.codec->options.ape.num_channels = atoi(value);
771 out->compr_config.codec->options.ape.num_channels,
    [all...]
  /external/autotest/client/common_lib/
site_utils.py 737 def check_wav_file(filename, num_channels=None, sample_rate=None,
742 @param num_channels: Number of channels to expect (None to not check).
754 if num_channels is not None and chk_file.getnchannels() != num_channels:
756 num_channels, chk_file.getnchannels())
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
omx_aac_enc_test.c 189 uint16_t num_channels; member in struct:wav_header
191 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
192 uint16_t block_align; /* num_channels * bps / 8 */
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 70 cb->num_channels());
73 cb->num_channels(),
75 for (size_t i = 0; i < cb->num_channels(); ++i) {
326 if (cb->num_channels() == 1) {
375 size_t num_channels,
819 size_t num_channels,
821 frame_->num_channels_ = num_channels;
    [all...]
  /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/kernel-headers/original/uapi/sound/
asoc.h 268 __le32 num_channels; member in struct:snd_soc_tplg_mixer_control
286 __le32 num_channels; member in struct:snd_soc_tplg_enum_control
  /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;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 28 size_t num_channels,
32 num_channels_(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/wpa_supplicant/
mbo.c 398 for (i = 0; i < mode->num_channels; i++) {
403 if (i == mode->num_channels ||
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 28 int band, int max_channels, wifi_channel *channels, int *num_channels);
153 int num_channels; member in struct:__anon31460
  /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

Completed in 1755 milliseconds

1 2 3 4 5 6 7 891011>>