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

1 2 3 4 56 7 8 91011>>

  /external/aac/libAACenc/src/
psy_main.h 135 const INT nChannels, UCHAR *dynamic_RAM);
138 const INT nChannels, const INT nSubFrames,
  /external/opencv/cvaux/src/
camshift.cpp 91 assert( image->nChannels == 3 && m_hist != 0 );
95 m_temp->nChannels != 3 )
cv3dtracker.cpp 101 if( samples[c]->dataOrder != IPL_DATA_ORDER_PIXEL && samples[c]->nChannels > 1 )
115 (unsigned) (samples[c]->roi->coi) > (unsigned) (samples[c]->nChannels)))
123 if (samples[c]->nChannels != 3 && samples[c]->nChannels != 1)
141 if (samples[c]->nChannels == 3)
345 const CvScalar* colors = img->nChannels == 3 ? rgb_colors : gray_colors;
  /external/python/cpython2/Doc/library/
wave.rst 101 Returns a tuple ``(nchannels, sampwidth, framerate, nframes, comptype,
184 The *tuple* should be ``(nchannels, sampwidth, framerate, nframes, comptype,
  /external/python/cpython3/Lib/
aifc.py 258 'nchannels sampwidth framerate nframes comptype compname')
260 _aifc_params.nchannels.__doc__ = 'Number of audio channels (1 for mono, 2 for stereo)'
609 def setnchannels(self, nchannels):
612 if nchannels < 1:
614 self._nchannels = nchannels
674 nchannels, sampwidth, framerate, nframes, comptype, compname = params
680 self.setnchannels(nchannels)
927 print("nchannels =", f.getnchannels())
sunau.py 109 'nchannels sampwidth framerate nframes comptype compname')
339 def setnchannels(self, nchannels):
342 if nchannels not in (1, 2, 4):
344 self._nchannels = nchannels
401 nchannels, sampwidth, framerate, nframes, comptype, compname = params
402 self.setnchannels(nchannels)
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 52 const size_t nChannels,
62 const size_t nChannels,
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 141 memcpy(tmpStr2, &_wavFormatObj.nChannels, 2);
142 _wavFormatObj.nChannels =
227 if((_wavFormatObj.nChannels < 1) ||
228 (_wavFormatObj.nChannels > 2))
231 "nChannels value=%d not supported!",
232 _wavFormatObj.nChannels);
250 _readSizeBytes = samples_per_10ms * _wavFormatObj.nChannels *
387 if( InitWavCodec(_wavFormatObj.nSamplesPerSec, _wavFormatObj.nChannels,
    [all...]
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 153 pcmParams->nChannels = 1;
180 if (pcmParams->nChannels != 1) {
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_AudioExtensions.h 105 * nChannels : Number of channels
117 OMX_U32 nChannels;
136 * nChannels : Number of channels
153 OMX_U16 nChannels;
200 * nChannels : Number of channels
215 OMX_U16 nChannels;
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 376 for (ch = 0; ch < self->pSbrElement[elementIndex]->nChannels; ch++) {
435 for (ch = 0; ch < self->pSbrElement[el]->nChannels; ch++) {
443 absCh_offset += self->pSbrElement[el]->nChannels;
619 self->numSbrChannels -= self->pSbrElement[elementIndex]->nChannels;
658 if (elChannels < self->pSbrElement[elementIndex]->nChannels) {
659 self->numSbrChannels += self->pSbrElement[elementIndex]->nChannels;
664 self->pSbrElement[elementIndex]->nChannels = elChannels;
862 if ((elementID == ID_CPE && pSbrElement->nChannels != 2) ||
863 (elementID != ID_CPE && pSbrElement->nChannels != 1)) {
869 pSbrElement->nChannels);
    [all...]
  /external/aac/libSACdec/src/
sac_dec_lib.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
wave.py 330 def setnchannels(self, nchannels):
333 if nchannels < 1:
335 self._nchannels = nchannels
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
392 self.setnchannels(nchannels)
aifc.py 599 def setnchannels(self, nchannels):
602 if nchannels < 1:
604 self._nchannels = nchannels
663 nchannels, sampwidth, framerate, nframes, comptype, compname = info
668 self.setnchannels(nchannels)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsgmt.c 300 int nChannels, nGridpoints;
350 nChannels = cmsChannelsOf(ColorSpace);
352 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
367 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL);
cmstypes.c 415 if (!_cmsWriteUInt16Number(io, 3)) return FALSE; // nChannels
    [all...]
  /external/python/cpython2/Lib/
wave.py 335 def setnchannels(self, nchannels):
338 if nchannels < 1:
340 self._nchannels = nchannels
394 nchannels, sampwidth, framerate, nframes, comptype, compname = params
397 self.setnchannels(nchannels)
  /external/python/cpython3/Modules/clinic/
audioop.c.h 682 "ratecv($module, fragment, width, nchannels, inrate, outrate, state,\n"
693 int nchannels, int inrate, int outrate, PyObject *state,
702 int nchannels; local
710 &fragment, &width, &nchannels, &inrate, &outrate, &state, &weightA, &weightB)) {
713 return_value = audioop_ratecv_impl(module, &fragment, width, nchannels, inrate, outrate, state, weightA, weightB);
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 111 FlipWord(&p->fc.nChannels);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample)
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
wave.py 330 def setnchannels(self, nchannels):
333 if nchannels < 1:
335 self._nchannels = nchannels
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
392 self.setnchannels(nchannels)
  /prebuilts/gdb/linux-x86/lib/python2.7/
wave.py 330 def setnchannels(self, nchannels):
333 if nchannels < 1:
335 self._nchannels = nchannels
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
392 self.setnchannels(nchannels)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 330 def setnchannels(self, nchannels):
333 if nchannels < 1:
335 self._nchannels = nchannels
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
392 self.setnchannels(nchannels)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 330 def setnchannels(self, nchannels):
333 if nchannels < 1:
335 self._nchannels = nchannels
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
392 self.setnchannels(nchannels)
  /external/aac/libSBRenc/include/
sbr_encoder.h 124 INT nChannels;
246 INT nChannels; /**< Number of channels. */
306 INT nChannels, INT supportPS);
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 114 int32_t nChannels, samplerate;
122 if (!md->findInt32(kKeyChannelCount, &nChannels)
151 nChannels,

Completed in 1042 milliseconds

1 2 3 4 56 7 8 91011>>