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

1 2 3 4 5 6

  /frameworks/av/cmds/stagefright/
WaveWriter.h 26 uint16_t num_channels, uint32_t sampling_rate)
30 write_u16(num_channels);
32 write_u32(sampling_rate * num_channels * 2);
33 write_u16(num_channels * 2);
  /external/chromium_org/media/audio/
audio_power_monitor.cc 34 const int num_channels = buffer.channels(); local
35 if (num_frames <= 0 || num_channels <= 0)
44 for (int i = 0; i < num_channels; ++i) {
66 average_power_ = std::max(0.0f, std::min(1.0f, sum_power / num_channels));
audio_power_monitor_unittest.cc 25 TestScenario(const float* data, int num_channels, int num_frames,
28 CreatePopulatedBuffer(data, num_channels, num_frames);
65 const float* data, int num_channels, int num_frames) {
66 bus_ = AudioBus::Create(num_channels, kFramesPerBuffer);
67 for (int ch = 0; ch < num_channels; ++ch) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon31536
  /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
ring_buffer.h 42 // @param num_channels: number of channels of the original audio.
44 void Init(int size, int num_channels, int num_readers);
77 // Returns a pointer to num_frames x num_channels contiguous samples for
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 26 int num_channels; // bytes to jump between pixels member in struct:__anon14035
44 int num_channels,
rescaler.c 29 int dst_stride, int num_channels, int x_add, int x_sub,
38 wrk->num_channels = num_channels;
51 wrk->frow = work + num_channels * dst_width;
56 const int x_stride = wrk->num_channels;
57 const int x_out_max = wrk->dst_width * wrk->num_channels;
104 const int x_out_max = wrk->dst_width * wrk->num_channels;
131 for (channel = 0; channel < wrk->num_channels; ++channel) {
  /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);
vl_zscan.c 109 o_vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
123 for (i = 0; i < zscan->num_channels; ++i)
148 for (i = 0; i < zscan->num_channels; ++i) {
151 * (i - (signed)zscan->num_channels / 2)));
186 vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_src));
187 tmp = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
189 for (i = 0; i < zscan->num_channels; ++i)
196 for (i = 0; i < zscan->num_channels; ++i)
207 for (i = 0; i < zscan->num_channels; ++i)
210 for (i = 0; i < zscan->num_channels; ++i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 45 unsigned num_channels; member in struct:vl_zscan
78 unsigned num_channels);
vl_zscan.c 109 o_vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
123 for (i = 0; i < zscan->num_channels; ++i)
148 for (i = 0; i < zscan->num_channels; ++i) {
151 * (i - (signed)zscan->num_channels / 2)));
186 vtex = MALLOC(zscan->num_channels * sizeof(struct ureg_src));
187 tmp = MALLOC(zscan->num_channels * sizeof(struct ureg_dst));
189 for (i = 0; i < zscan->num_channels; ++i)
196 for (i = 0; i < zscan->num_channels; ++i)
207 for (i = 0; i < zscan->num_channels; ++i)
210 for (i = 0; i < zscan->num_channels; ++i
    [all...]
  /external/webp/src/utils/
rescaler.h 26 int num_channels; // bytes to jump between pixels member in struct:__anon30401
44 int num_channels,
rescaler.c 29 int dst_stride, int num_channels, int x_add, int x_sub,
38 wrk->num_channels = num_channels;
51 wrk->frow = work + num_channels * dst_width;
56 const int x_stride = wrk->num_channels;
57 const int x_out_max = wrk->dst_width * wrk->num_channels;
104 const int x_out_max = wrk->dst_width * wrk->num_channels;
131 for (channel = 0; channel < wrk->num_channels; ++channel) {
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 116 u32 num_channels,
120 u32 num_channels,
140 u32 num_channels, u32 vol_percentage /* in percentage */);
143 u32 num_channels, u32 volume /* in percentage */);
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
msm-adie-codec.h 116 u32 num_channels,
120 u32 num_channels,
140 u32 num_channels, u32 vol_percentage /* in percentage */);
143 u32 num_channels, u32 volume /* in percentage */);
  /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
  /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/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 183 int16 num_channels; member in struct:tPVMP3DecoderExternal
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 99 u32 num_channels,
102 u32 num_channels,
  /hardware/qcom/msm8x74/kernel-headers/linux/mfd/
msm-adie-codec.h 99 u32 num_channels,
102 u32 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/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

Completed in 660 milliseconds

1 2 3 4 5 6