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

1 2 3 4

  /external/chromium_org/media/audio/
audio_power_monitor.cc 35 const int num_channels = buffer.channels(); local
36 if (num_frames <= 0 || num_channels <= 0)
43 for (int i = 0; i < num_channels; ++i) {
56 average_power_ = std::max(0.0f, std::min(1.0f, sum_power / num_channels));
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.h 31 uint16 num_channels() const { return num_channels_; } function in class:media::WavAudioHandler
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon29726
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_zscan.h 45 unsigned num_channels; member in struct:vl_zscan
78 unsigned num_channels);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 45 unsigned num_channels; member in struct:vl_zscan
78 unsigned num_channels);
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 26 int num_channels; // bytes to jump between pixels member in struct:__anon12144
44 int num_channels,
  /external/webp/src/utils/
rescaler.h 26 int num_channels; // bytes to jump between pixels member in struct:__anon28591
44 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;
  /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/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanager.cc 143 unsigned num_channels = propsize / sizeof(AudioStreamID); local
144 if (0 < num_channels) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600.h 55 unsigned num_channels; member in struct:r600_tiling_info
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 55 unsigned num_channels; member in struct:r600_tiling_info
  /external/tinyalsa/
tinycap.c 50 uint16_t num_channels; member in struct:wav_header
139 header.num_channels = channels;
167 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
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 206 int num_channels = mono ? 1 : 2; local
213 command_line.AppendArg(base::StringPrintf("%d", num_channels));
  /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:__anon20106
  /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);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 129 uint8_t num_channels; member in struct:__anon1805
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 644 unsigned num_channels = propsize / sizeof(AudioStreamID); local
645 if (0 < num_channels) {

Completed in 499 milliseconds

1 2 3 4