HomeSort by relevance Sort by last modified time
    Searched full:nchannels (Results 51 - 75 of 321) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 48 int nChannels;
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 69 // nChannels Number of input/output channels (interlaced).
80 int nChannels,
87 // nChannels Number of input/output channels (interlaced).
89 void configure(int nChannels, int sampleRate);
180 // frameCount * nChannels interlaced samples. Processing can be done
231 // nChannels Number of input/output channels (interlaced).
240 AudioEqualizer(void * pMem, int nBands, int nChannels, int sampleRate,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /external/python/cpython2/Lib/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /prebuilts/gdb/linux-x86/lib/python2.7/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 91 nchannels = f(h[20:24])
102 frame_size = sample_size * nchannels
103 return type, rate, nchannels, data_size//frame_size, sample_bits
135 nchannels = get_short_le(h[22:24])
138 return 'wav', rate, nchannels, -1, sample_bits
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 127 void (*mCopy)(short *dst, const int * src[kMaxChannels], unsigned nSamples, unsigned nChannels);
389 unsigned /* nChannels */) {
399 unsigned /* nChannels */) {
406 static void copyMultiCh8(short *dst, const int * src[FLACParser::kMaxChannels], unsigned nSamples, unsigned nChannels)
409 for (unsigned c = 0; c < nChannels; ++c) {
419 unsigned /* nChannels */) {
429 unsigned /* nChannels */) {
436 static void copyMultiCh16(short *dst, const int * src[FLACParser::kMaxChannels], unsigned nSamples, unsigned nChannels)
439 for (unsigned c = 0; c < nChannels; ++c) {
451 unsigned /* nChannels */) {
    [all...]
  /external/python/cpython2/Modules/
ossaudiodev.c 538 _ssize(oss_audio_t *self, int *nchannels, int *ssize)
564 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0)
576 int nchannels=0, ssize=0; local
578 if (_ssize(self, &nchannels, &ssize) < 0 || !nchannels || !ssize) {
586 return PyInt_FromLong((ai.fragstotal * ai.fragsize) / (nchannels * ssize));
595 int nchannels=0, ssize=0; local
597 if (_ssize(self, &nchannels, &ssize) < 0 || !nchannels || !ssize) {
606 (ssize * nchannels));
615 int nchannels=0, ssize=0; local
    [all...]
  /external/aac/libAACenc/src/
metadata_main.cpp 192 INT nChannels;
264 const AACENC_MetaData* const hMetadata, const INT nChannels,
451 const UINT sampleRate, const UINT nChannels, const CHANNEL_MODE channelMode,
466 if ((nChannels > (8)) || (nChannels > hMetaData->maxChannels) ||
501 if ((INT)nChannels != 2) {
513 if (hMetaData->nChannels >= 2) {
532 i = (hMetaData->nChannels > (INT)nChannels)
539 hMetaData->pAudioDelayBuffer[i * hMetaData->nChannels + src[c]]
    [all...]
qc_main.cpp 160 static void FDKaacEnc_crashRecovery(INT nChannels,
168 int* chConstraintsFulfilled, int* calculateQuant, int nChannels,
238 const INT nChannels, const INT nSubFrames,
251 for (i = 0; i < nChannels; i++) {
259 } /* nChannels */
451 INT nChannels = elInfo->nChannelsInEl;
457 nChannels);
462 adjThrStateElement, nChannels);
660 int nChannels = elInfo.nChannelsInEl;
669 nChannels, psyOut[0]->psyOutElement[i]->commonWindow
    [all...]
  /external/python/cpython2/Lib/plat-mac/
Audio_mac.py 41 def setnchannels(self, nchannels):
42 self._nchannels = nchannels
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 40 EAS_U16 nChannels;
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 56 printf("Input file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n",
58 printf("Output file: %s\nChannels: %" PRIuS ", Sample rate: %d Hz\n\n",
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 55 size_t nChannels,
177 size_t nChannels,
voe_base_impl.h 60 const size_t nChannels,
69 const size_t nChannels,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
Audio_mac.py 41 def setnchannels(self, nchannels):
42 self._nchannels = nchannels
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 41 def setnchannels(self, nchannels):
42 self._nchannels = nchannels
  /frameworks/av/media/libstagefright/codecs/common/include/
voAAC.h 47 short nChannels; /*! number of channels on input (1,2) */
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 160 pcmParams->nChannels = mNumChannels;
187 if (pcmParams->nChannels < 1 || pcmParams->nChannels > 2) {
192 mNumChannels = pcmParams->nChannels;
  /external/opencv/otherlibs/highgui/
image.cpp 120 color = img->nChannels > 1;
123 (!color ? 1 : img->nChannels > 1 ? img->nChannels : 3)*8,
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 52 size_t nChannels;
91 const size_t nChannels,
101 const size_t nChannels,
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_AudioExt.h 57 OMX_U32 nChannels; /**< Number of channels */
66 OMX_U32 nChannels; /**< Number of channels */
75 OMX_U32 nChannels; /**< Number of channels */
  /external/opencv/cxcore/include/
cxcore.hpp 90 image->depth != depth || image->nChannels != channels )
154 int channels() const { return image ? image->nChannels : 0; }
155 int pix_size() const { return image ? ((image->depth & 255)>>3)*image->nChannels : 0; }
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);

Completed in 1014 milliseconds

1 23 4 5 6 7 8 91011>>