HomeSort by relevance Sort by last modified time
    Searched defs:num_channels (Results 1 - 25 of 25) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
huffdecode.cpp 387 Int num_channels = 0; local
439 num_channels = 1;
446 num_channels = 2;
500 while ((ch < num_channels) && (status == SUCCESS))
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon9265
  /device/samsung/crespo/libaudio/
aplay.c 40 uint16_t num_channels; member in struct:wav_header
42 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
43 uint16_t block_align; /* num_channels * bps / 8 */
109 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
128 return play_file(hdr.sample_rate, hdr.num_channels, fd, hdr.data_sz);
arec.c 40 uint16_t num_channels; member in struct:wav_header
42 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
43 uint16_t block_align; /* num_channels * bps / 8 */
103 hdr.num_channels = 1;
112 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
116 return record_file(hdr.sample_rate, hdr.num_channels, fd, hdr.data_sz);
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 183 int16 num_channels; member in struct:tPVMP3DecoderExternal
  /system/extras/sound/
playwav.c 112 uint16_t num_channels; member in struct:wav_header
114 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
115 uint16_t block_align; /* num_channels * bps / 8 */
166 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
185 play_file(hdr.sample_rate, hdr.num_channels,
207 hdr.num_channels = channels;
209 hdr.byte_rate = hdr.sample_rate * hdr.num_channels * 2;
210 hdr.block_align = hdr.num_channels * 2;
235 cfg.channel_count = hdr.num_channels;
  /external/kernel-headers/original/linux/
omap_csmi.h 42 uint8_t num_channels; // 9 2-15 member in struct:__anon4798
wireless.h 729 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1014 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 675 * Returns ESR_FATAL_ERROR if num_channels != 1
933 * WARNING: assuming num_channels = 1
953 short num_channels = 1; local
1024 bytes_sec = (short)(rate * num_channels * bytes_per_sample);
1025 block_align = bytes_per_sample * num_channels;
1033 header.waveinfo.nChannels = swapConstShort(num_channels);
1050 header.waveinfo.nChannels = num_channels;
  /frameworks/base/media/libstagefright/
MP3Extractor.cpp 400 int sample_rate, num_channels, bitrate; local
402 &sample_rate, &num_channels, &bitrate)) {
533 int num_channels; local
536 header, &frame_size, &sample_rate, &num_channels, &bitrate);
543 mMeta->setInt32(kKeyChannelCount, num_channels);
MPEG4Extractor.cpp 709 uint16_t num_channels = U16_AT(&buffer[16]); local
717 num_channels = 1;
722 num_channels = 1;
728 chunk, num_channels, sample_size, sample_rate);
732 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
    [all...]
  /external/wpa_supplicant/
driver.h 219 int num_channels; member in struct:wpa_hw_modes
wireless_copy.h 772 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1060 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 360 int num_channels; member in struct:wpa_hw_modes
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /development/ndk/platforms/android-3/include/linux/
wireless.h 346 __u8 num_channels; member in struct:iw_scan_req
508 __u16 num_channels; member in struct:iw_range
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 780 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1068 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 756 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1044 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h 306 uint8 num_channels; member in struct:dot11_supp_channels
    [all...]

Completed in 922 milliseconds