/third_party/pulseaudio/src/pulsecore/ |
H A D | mix_neon.c | 205 static void pa_mix_s16ne_neon(pa_mix_info streams[], unsigned nstreams, unsigned nchannels, void *data, unsigned length) { in pa_mix_s16ne_neon() argument
|
H A D | mix.c | 39 unsigned channel, nchannels, padding; in calc_linear_integer_volume() local 54 unsigned channel, nchannels, padding; in calc_linear_float_volume() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | sbcdsp.c | 164 sbc_enc_process_input_4s(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) sbc_enc_process_input_4s() argument 197 sbc_enc_process_input_8s(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) sbc_enc_process_input_8s() argument [all...] |
H A D | dcadec.c | 48 int dca_ch, wav_ch, nchannels = 0; in ff_dca_set_channel_layout() local
|
H A D | dca_lbr.h | 66 int nchannels; ///< Number of fullband channels to decode member
|
H A D | dca_xll.h | 64 int nchannels; ///< Number of channels in the channel set (N) member 126 int nchannels; ///< Total number of channels in a hierarchy member
|
H A D | dca_xll.c | 1182 int i, j, k, nchannels = 0, *coeff_ptr = o->dmix_coeff; undo_down_mix() local 1213 int i, j, nchannels = 0; scale_down_mix() local [all...] |
H A D | dca_core.c | 155 int n, ch, nchannels, header_size = 0, header_pos = get_bits_count(&s->gb); in parse_coding_header() local 2166 int i, n, ch, ret, spkr, nsamples, nchannels; filter_frame_float() local [all...] |
H A D | dca_core.h | 127 int nchannels; ///< Number of primary audio channels (incl. extension channels) member
|
H A D | dca_lbr.c | 1729 int i, ret, nchannels, ch_conf = (s->ch_mask & 0x7) - 1; ff_dca_lbr_filter_frame() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_wave.py | 18 nchannels = 2 variable in WavePCM8Test 35 nchannels = 2 variable in WavePCM16Test 56 nchannels = 2 variable in WavePCM24Test 83 nchannels = 2 variable in WavePCM32Test
|
H A D | test_sunau.py | 20 nchannels = 2 variable in SunauPCM8Test 37 nchannels = 2 variable in SunauPCM16Test 56 nchannels = 2 variable in SunauPCM24Test 81 nchannels = 2 variable in SunauPCM32Test 106 nchannels = 2 variable in SunauULAWTest
|
H A D | test_aifc.py | 26 nchannels = 2 variable in AifcPCM8Test 43 nchannels = 2 variable in AifcPCM16Test 62 nchannels = 2 variable in AifcPCM24Test 87 nchannels = 2 variable in AifcPCM32Test 112 nchannels = 2 variable in AifcULAWTest 133 nchannels = 2 variable in AifcALAWTest
|
/third_party/python/Modules/clinic/ |
H A D | audioop.c.h | 983 int nchannels; in audioop_ratecv() local
|
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 620 _ssize(oss_audio_t *self, int *nchannels, int *ssize) in _ssize() argument 658 int nchannels=0, ssize=0; in oss_bufsize() local 680 int nchannels=0, ssize=0; in oss_obufcount() local 703 int nchannels=0, ssize=0; oss_obuffree() local [all...] |
H A D | audioop.c | 1325 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width, int nchannels, int inrate, int outrate, PyObject *state, int weightA, int weightB) audioop_ratecv_impl() argument [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 690 unsigned int channels = 16, nchannels; in snd_pcm_ladspa_allocate_memory() local
|