HomeSort by relevance Sort by last modified time
    Searched refs:num_channels (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /external/tinycompress/
cplay.c 100 int parse_mp3_header(struct mp3_header *header, unsigned int *num_channels,
121 *num_channels = (channel_idx == MONO ? 1 : 2);
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 49 uint16_t num_channels; member in struct:chunk_fmt
271 config.channels = chunkFmt->num_channels;
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 81 int num_channels,
88 num_channels_ = num_channels;
  /frameworks/av/media/libstagefright/
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);
  /hardware/qcom/audio/legacy/libalsa-intf/
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);
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);
  /external/wpa_supplicant_8/src/ap/
dfs.c 131 if (first_chan_idx + num_chans >= mode->num_channels)
185 for (i = 0; i < mode->num_channels; i++) {
298 for (i = 0; i < mode->num_channels; i++) {
311 for (i = 0; i < mode->num_channels; i++) {
326 mode->num_channels, channel_no, iface->conf->channel,
331 for (i = 0; i < mode->num_channels; i++) {
473 for (i = 0; i < iface->current_mode->num_channels; i++) {
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc 52 AudioProcessing::ChannelLayout ChannelsToLayout(int num_channels) {
53 switch (num_channels) {
59 NOTREACHED() << "Channels not supported: " << num_channels;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 464 int num_channels; local
469 kMaxOutputSize, output, &samples_per_channel, &num_channels, &type));
471 EXPECT_EQ(1, num_channels);
  /external/chromium_org/third_party/webrtc/voice_engine/
output_mixer.cc 490 int num_channels,
493 "OutputMixer::GetMixedAudio(sample_rate_hz=%d, num_channels=%d)",
494 sample_rate_hz, num_channels);
503 frame->num_channels_ = num_channels;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 76 unsigned num_channels; member in struct:r600_tiling_info
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 593 rscreen->tiling_info.num_channels = 1;
596 rscreen->tiling_info.num_channels = 2;
599 rscreen->tiling_info.num_channels = 4;
602 rscreen->tiling_info.num_channels = 8;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 670 int num_channels = 1, uint32_t energy = -1);
733 VADActivity vad_activity, int num_channels,
741 num_channels_ = num_channels;
744 const int length = samples_per_channel * num_channels;
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 76 unsigned num_channels; member in struct:r600_tiling_info
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 593 rscreen->tiling_info.num_channels = 1;
596 rscreen->tiling_info.num_channels = 2;
599 rscreen->tiling_info.num_channels = 4;
602 rscreen->tiling_info.num_channels = 8;
  /external/webrtc/src/modules/audio_processing/
noise_suppression_impl.cc 64 assert(audio->num_channels() == num_handles());
  /frameworks/opt/net/wifi/service/lib/
wifi_hal.cpp 117 int band, int max_channels, wifi_channel *channels, int *num_channels) {
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 112 u32 num_channels; // number of channels member in struct:__anon20567
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 201 int num_channels = mono ? 1 : 2; local
208 command_line.AppendArg(base::StringPrintf("%d", num_channels));
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 295 || mConfig->num_channels != mNumChannels) {
297 mNumChannels = mConfig->num_channels;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 155 int *num_channels; member in class:GetChannelListCommand
160 : WifiCommand(iface, 0), channels(channel_buf), max_channels(num_max_ch), num_channels(ch_num),
213 *num_channels = num_channels_to_copy;
227 int band, int max_channels, wifi_channel *channels, int *num_channels)
229 GetChannelListCommand command(handle, channels, num_channels,
457 mParams->buckets[i].num_channels);
462 if (mParams->buckets[i].num_channels) {
464 for (int j = 0; j < mParams->buckets[i].num_channels; j++) {
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 383 params.buckets[i].num_channels = getIntField(env, bucket, "num_channels");
384 ALOGD("Initialized num_channels to %d", params.buckets[i].num_channels);
386 for (int j = 0; j < params.buckets[i].num_channels; j++) {
1035 int num_channels = 0; local
    [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;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 267 int num_channels; local
270 &num_channels, NULL);
281 size_t write_len = samples_per_channel * num_channels;
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 197 int num_channels = in.readInt();
198 settings.channels = new ChannelSpec[num_channels];
199 for (int i = 0; i < num_channels; i++) {
    [all...]

Completed in 1895 milliseconds

1 2 3 45 6 7 8 910