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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Lib/
aifc.py 613 def setnchannels(self, nchannels):
616 if nchannels < 1:
618 self._nchannels = nchannels
677 nchannels, sampwidth, framerate, nframes, comptype, compname = info
682 self.setnchannels(nchannels)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 611 def setnchannels(self, nchannels):
614 if nchannels < 1:
616 self._nchannels = nchannels
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
680 self.setnchannels(nchannels)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 611 def setnchannels(self, nchannels):
614 if nchannels < 1:
616 self._nchannels = nchannels
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
680 self.setnchannels(nchannels)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 611 def setnchannels(self, nchannels):
614 if nchannels < 1:
616 self._nchannels = nchannels
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
680 self.setnchannels(nchannels)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 611 def setnchannels(self, nchannels):
614 if nchannels < 1:
616 self._nchannels = nchannels
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
680 self.setnchannels(nchannels)
    [all...]
  /external/aac/libAACenc/src/
metadata_main.h 155 * \param nChannels Number of audio input channels.
167 const UINT sampleRate, const UINT nChannels, const CHANNEL_MODE channelMode,
aacenc.h 228 INT nChannels; /* number of channels to process */
299 * \param nChannels number of total channels
312 INT coreSamplingRate, INT frameLength, INT nChannels,
356 const INT nChannels, /* number of maximal channels in instance to support */
block_switch.cpp 428 BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight, const INT nChannels,
432 if (nChannels == 2 && commonWindow == TRUE) {
460 if (nChannels == 2) {
571 if (nChannels == 2) {
  /external/aac/libPCMutils/include/
limiter.h 191 * nChannels: number of channels ( <= maxChannels specified on create) *
195 unsigned int nChannels);
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 308 if(img[0]->nChannels != 1)
357 if( img[0]->nChannels != 1 )
  /external/opencv/cxcore/src/
cxarray.cpp 992 if( img->depth == IPL_DEPTH_32F || img->nChannels == 64 )
1084 pix_size = ((img->depth & 255) >> 3)*img->nChannels;
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsps2.c 865 cmsUInt32Number nChannels;
875 nChannels = T_CHANNELS(InputFormat);
897 switch (nChannels) {
926 cmsSignalError(m ->ContextID, cmsERROR_COLORSPACE_CHECK, "Only 3, 4 channels supported for CSA. This profile has %d channels.", nChannels);
    [all...]
  /external/python/cpython2/Doc/library/
sunau.rst 153 Returns a tuple ``(nchannels, sampwidth, framerate, nframes, comptype,
234 The *tuple* should be ``(nchannels, sampwidth, framerate, nframes, comptype,
ossaudiodev.rst 224 .. method:: oss_audio_device.channels(nchannels)
226 Set the number of output channels to *nchannels*. A value of 1 indicates
279 .. method:: oss_audio_device.setparameters(format, nchannels, samplerate[, strict=False])
282 sampling rate---in one method call. *format*, *nchannels*, and *samplerate*
286 :exc:`OSSAudioError` if not. Returns a tuple (*format*, *nchannels*,
  /external/python/cpython3/Doc/library/
wave.rst 108 Returns a :func:`~collections.namedtuple` ``(nchannels, sampwidth,
214 The *tuple* should be ``(nchannels, sampwidth, framerate, nframes, comptype,
ossaudiodev.rst 240 .. method:: oss_audio_device.channels(nchannels)
242 Set the number of output channels to *nchannels*. A value of 1 indicates
295 .. method:: oss_audio_device.setparameters(format, nchannels, samplerate[, strict=False])
298 sampling rate---in one method call. *format*, *nchannels*, and *samplerate*
302 :exc:`OSSAudioError` if not. Returns a tuple (*format*, *nchannels*,
  /frameworks/av/media/libstagefright/
AudioSource.cpp 216 const int32_t nChannels = mRecord->channelCount();
224 if (nChannels == 1) { // mono
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 183 amrParams->nChannels = 1;
213 pcmParams->nChannels = 1;
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 268 switch (info.AudioBlocksArray[i].nChannels) {
278 ALOGD("Unsupported number of channels %d", info.AudioBlocksArray[i].nChannels);
  /external/aac/libSBRenc/src/
env_est.cpp     [all...]
  /external/opencv/cvaux/src/
_cvvectrack.h 155 if (pImage->width != sz.width || pImage->height != sz.height || pImage->nChannels != lChNum)
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 376 const size_t nChannels,
386 const size_t nChannels,
416 const size_t nChannels,
440 const size_t nChannels,
    [all...]
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.cc 322 size_t nChannels,
331 "nChannels=%" PRIuS ", samplesPerSec=%u, totalDelayMS=%u, "
333 nSamples, nChannels, samplesPerSec, totalDelayMS, clockDrift,
339 nChannels,
    [all...]
voe_base_impl.cc 85 const size_t nChannels,
93 nullptr, 0, audioSamples, samplesPerSec, nChannels, nSamples,
100 const size_t nChannels,
106 GetPlayoutData(static_cast<int>(samplesPerSec), nChannels, nSamples, true,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
audioop.so 

Completed in 1258 milliseconds

1 2 3 4 5 67 8 91011>>