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

1 2 3

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon19371
  /external/webp/src/utils/
rescaler.h 24 int num_channels; // bytes to jump between pixels member in struct:__anon18248
42 int num_channels,
  /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)) {
288 int num_channels; local
291 header, &frame_size, &sample_rate, &num_channels, &bitrate);
313 mMeta->setInt32(kKeyChannelCount, num_channels);
MPEG4Extractor.cpp 916 uint32_t num_channels = 0; local
918 if (AdjustChannelsAndRate(original_fourcc, &num_channels, &sample_rate)) {
919 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
1174 uint32_t num_channels = U16_AT(&buffer[16]); local
    [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 50 uint16_t num_channels; member in struct:wav_header
138 header.num_channels = channels;
150 frames = capture_sample(file, card, device, header.num_channels,
tinyplay.c 54 uint16_t num_channels; member in struct:chunk_fmt
155 play_sample(file, card, device, chunk_fmt.num_channels, chunk_fmt.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
  /prebuilts/gcc/linux-x86/host/x86_64-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
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 41 * @num_channels: size of the channel info array
46 int size_from_channelarray(struct iio_channel_info *channels, int num_channels)
50 while (i < num_channels) {
88 * @num_channels: the number of active channels
92 int num_channels)
96 for (k = 0; k < num_channels; k++) {
441 int num_channels; local
560 ret = enable(dev_dir_name, &infoarray, &num_channels);
601 ret = disable_q_out(dev_dir_name, &infoarray, &num_channels);
604 ret = build_channel_array(dev_dir_name, &infoarray, &num_channels);
    [all...]
  /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:__anon9860
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 74 uint16_t num_channels; member in struct:wav_header
76 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
77 uint16_t block_align; /* num_channels * bps / 8 */
517 hdr.num_channels = ch;
545 hdr.num_channels = ch;
556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz);
arec.c 78 uint16_t num_channels; member in struct:wav_header
80 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
81 uint16_t block_align; /* num_channels * bps / 8 */
448 hdr.num_channels = ch;
470 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
474 hdr.num_channels = ch;
482 return record_file(hdr.sample_rate, hdr.num_channels, fd, count, flag, device);
  /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_8/wpa_supplicant/
sme.c 899 const u8 *chan_list, u8 num_channels,
912 num_channels);
925 if (num_channels > 0) {
928 ic_report->length = num_channels + 1;
930 os_memcpy(wpabuf_put(buf, num_channels), chan_list,
931 num_channels); local
984 u8 num_channels = 0, num_intol = 0, i; local
1022 for (i = 0; i < num_channels; i++) {
1026 if (i != num_channels)
1032 chan_list[num_channels++] = channel
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 354 unsigned num_channels = bits.getBits(3); local
357 CHECK_EQ(num_channels, 1u); // stereo!
  /external/webp/src/dec/
vp8l.c 367 const int num_channels = 4; local
372 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
374 const uint64_t scaled_data_size = num_channels * (uint64_t)out_width;
394 out_width, out_height, 0, num_channels,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 234 uint8 num_channels; /* # of channels in the channel list */ member in struct:wifi_p2p_chanlist_entry_s
  /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

Completed in 603 milliseconds

1 2 3