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

1 2 3

  /frameworks/av/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/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon16549
  /device/moto/wingray/taudio/
twav.c 29 uint16_t num_channels; member in struct:wav_header
65 hdr->num_channels = channels;
89 int num_channels = -1; local
97 num_channels = atoi(optarg);
98 assert(num_channels == 1 || num_channels == 2);
114 assert(num_channels >= 0);
125 printf("> channels %d\n", num_channels);
151 total * 8 / (num_channels * bits_per_sample),
153 num_channels,
    [all...]
trec.c 29 uint16_t num_channels; member in struct:wav_header
65 hdr->num_channels = channels;
86 int num_channels = -1; local
97 num_channels = atoi(optarg);
98 assert(num_channels == 1 || num_channels == 2);
119 printf("> channels %d\n", num_channels);
138 if (num_channels >= 0 || sampling_rate >= 0) {
139 if (num_channels >= 0)
140 cfg.stereo = num_channels == 2
    [all...]
resample.c 19 uint16_t num_channels; member in struct:wav_header
55 hdr->num_channels = channels;
200 FAILIF(src_hdr.num_channels != 2,
  /frameworks/av/media/libstagefright/
XINGSeeker.cpp 95 int num_channels; local
97 if (!GetMPEGAudioFrameSize(header, &xingframesize, &sampling_rate, &num_channels,
107 if (num_channels != 1) offset += 32;
110 if (num_channels != 1) offset += 17;
MP3Extractor.cpp 148 int sample_rate, num_channels, bitrate; local
151 &sample_rate, &num_channels, &bitrate)) {
287 int num_channels; local
290 header, &frame_size, &sample_rate, &num_channels, &bitrate);
312 mMeta->setInt32(kKeyChannelCount, num_channels);
MPEG4Extractor.cpp 936 uint16_t num_channels = U16_AT(&buffer[16]); local
944 num_channels = 1;
949 num_channels = 1;
955 chunk, num_channels, sample_size, sample_rate);
959 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
    [all...]
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 45 // @param num_channels number of interleaved channels in the signal.
46 void Init(int sample_rate, int num_channels) {
48 num_channels_ = num_channels;
85 // @param num_channels number of channels of the signal to process
89 void Init(double sample_rate, int num_channels, double initial_speed,
107 // @param num_frames number of frames (num_samples / num_channels)
125 int num_channels() const { return num_channels_; } function in class:video_editing::SolaTimeScaler
  /external/tinyalsa/
tinycap.c 49 uint16_t num_channels; member in struct:wav_header
137 header.num_channels = channels;
149 frames = capture_sample(file, card, device, header.num_channels,
tinyplay.c 48 uint16_t num_channels; member in struct:wav_header
121 play_sample(file, card, device, header.num_channels, header.sample_rate,
  /external/webrtc/src/modules/audio_processing/
audio_buffer.cc 177 int AudioBuffer::num_channels() const { function in class:webrtc::AudioBuffer
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 183 int16 num_channels; member in struct:tPVMP3DecoderExternal
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 45 unsigned int num_channels; member in struct:snd_akm4xxx_dac_channel
53 unsigned int num_channels; member in struct:snd_akm4xxx_adc_channel
  /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:__anon8058
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/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 644 unsigned num_channels = propsize / sizeof(AudioStreamID); local
645 if (0 < num_channels) {
  /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;
  /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 351 __u8 num_channels; member in struct:iw_scan_req
505 __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...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/host/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...]

Completed in 350 milliseconds

1 2 3