Home
last modified time | relevance | path

Searched defs:nchannels (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Lib/test/
Dtest_sunau.py20 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
Dtest_wave.py18 nchannels = 2 variable in WavePCM8Test
35 nchannels = 2 variable in WavePCM16Test
56 nchannels = 2 variable in WavePCM24Test
83 nchannels = 2 variable in WavePCM32Test
Dtest_aifc.py26 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
Dtest_ossaudiodev.py48 def play_sound_file(self, data, rate, ssize, nchannels): argument
Daudiotests.py29 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument
/third_party/ffmpeg/libavcodec/
Dsbcdsp.c166 int nsamples, int nchannels) in sbc_enc_process_input_4s()
199 int nsamples, int nchannels) in sbc_enc_process_input_8s()
Ddca_xll.h64 int nchannels; ///< Number of channels in the channel set (N) member
126 int nchannels; ///< Total number of channels in a hierarchy member
Ddcadec.c48 int dca_ch, wav_ch, nchannels = 0; in ff_dca_set_channel_layout() local
Ddca_xll.c1182 int i, j, k, nchannels = 0, *coeff_ptr = o->dmix_coeff; in undo_down_mix() local
1213 int i, j, nchannels = 0; in scale_down_mix() local
Ddca_lbr.h66 int nchannels; ///< Number of fullband channels to decode member
Ddca_core.c155 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; in filter_frame_float() local
Ddca_core.h127 int nchannels; ///< Number of primary audio channels (incl. extension channels) member
Ddca_lbr.c1729 int i, ret, nchannels, ch_conf = (s->ch_mask & 0x7) - 1; in ff_dca_lbr_filter_frame() local
/third_party/python/Modules/
Dossaudiodev.c620 _ssize(oss_audio_t *self, int *nchannels, int *ssize) in _ssize()
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; in oss_obuffree() local
Daudioop.c1326 int nchannels, int inrate, int outrate, PyObject *state, in audioop_ratecv_impl()
/third_party/pulseaudio/src/pulsecore/
Dmix_neon.c205 static void pa_mix_s16ne_neon(pa_mix_info streams[], unsigned nstreams, unsigned nchannels, void *d… in pa_mix_s16ne_neon()
Dmix.c39 unsigned channel, nchannels, padding; in calc_linear_integer_volume() local
54 unsigned channel, nchannels, padding; in calc_linear_float_volume() local
/third_party/python/Lib/
Dsunau.py347 def setnchannels(self, nchannels): argument
Dwave.py458 def setnchannels(self, nchannels): argument
Daifc.py634 def setnchannels(self, nchannels): argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.cpp729 LocalArray::LocalArray(int base_sel, int nchannels, int size, int frac): in LocalArray()
781 uint32_t LocalArray::nchannels() const in nchannels() function in r600::LocalArray
/third_party/python/Modules/clinic/
Daudioop.c.h983 int nchannels; in audioop_ratecv() local
/third_party/alsa-lib/src/pcm/
Dpcm_ladspa.c690 unsigned int channels = 16, nchannels; in snd_pcm_ladspa_allocate_memory() local