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

1 2 34 5 6 7 8 91011>>

  /external/python/cpython3/Doc/library/
aifc.rst 32 ``nchannels * samplesize`` bytes, and a second's worth of audio consists of
33 ``nchannels * samplesize * framerate`` bytes.
99 Returns a :func:`~collections.namedtuple` ``(nchannels, sampwidth,
167 .. method:: aifc.setnchannels(nchannels)
203 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
sndhdr.rst 22 ``framerate``, ``nchannels``, ``nframes``, ``sampwidth``). The value for *type*
  /external/python/cpython3/Lib/
sndhdr.py 38 'filetype framerate nchannels nframes sampwidth')
45 SndHeaders.nchannels.__doc__ = ("""The number of channels or 0 if it cannot be
108 nchannels = func(h[20:24])
119 frame_size = sample_size * nchannels
124 return filetype, rate, nchannels, nframe, sample_bits
wave.py 92 'nchannels sampwidth framerate nframes comptype compname')
327 def setnchannels(self, nchannels):
330 if nchannels < 1:
332 self._nchannels = nchannels
386 nchannels, sampwidth, framerate, nframes, comptype, compname = params
389 self.setnchannels(nchannels)
  /external/python/cpython3/Lib/test/
test_aifc.py 22 nchannels = 2 variable in class:AifcPCM8Test
39 nchannels = 2 variable in class:AifcPCM16Test
58 nchannels = 2 variable in class:AifcPCM24Test
83 nchannels = 2 variable in class:AifcPCM32Test
108 nchannels = 2 variable in class:AifcULAWTest
129 nchannels = 2 variable in class:AifcALAWTest
176 self.assertEqual(params.nchannels, f.getnchannels())
  /external/python/cpython3/Modules/
ossaudiodev.c 619 _ssize(oss_audio_t *self, int *nchannels, int *ssize)
645 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0)
657 int nchannels=0, ssize=0; local
662 if (_ssize(self, &nchannels, &ssize) < 0 || !nchannels || !ssize) {
670 return PyLong_FromLong((ai.fragstotal * ai.fragsize) / (nchannels * ssize));
679 int nchannels=0, ssize=0; local
684 if (_ssize(self, &nchannels, &ssize) < 0 || !nchannels || !ssize) {
693 (ssize * nchannels));
702 int nchannels=0, ssize=0; local
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 93 if (first_frame->nChannels != 3)
229 || prev_frame->nChannels != 3
230 || curr_frame->nChannels != 3
231 || change_mask->nChannels != 1
246 for (b=0 ; b<prev_frame->nChannels ; b++) {
257 for (x=0 ; x<curr_frame->width ; x++, rowStart1+=curr_frame->nChannels, rowStart2+=prev_frame->nChannels) {
299 for (x = 0; x < curr_frame->width; x++, rowStart1+=curr_frame->nChannels,
300 rowStart2+=prev_frame->nChannels, rowStart3+=change_mask->nChannels) {
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 198 int Channels() const {return image_->nChannels; }
267 assert(!img || img->nChannels == Channels());
310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) {
311 Allocate(width, height, nchannels);
320 void Allocate(int width, int height, int nchannels);
531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels)
534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) {
537 WImage<T>::Depth(), nchannels);
565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step)
568 cvInitImageHeader(&header_, cvSize(width, height), WImage<T>::Depth(), nchannels);
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_AudioExtensions.h 112 * nChannels : Number of channels
124 OMX_U32 nChannels;
143 * nChannels : Number of channels
160 OMX_U16 nChannels;
207 * nChannels : Number of channels
222 OMX_U16 nChannels;
526 OMX_U8 nChannels; /* Number of channels for multichannel decoding */
546 OMX_U16 nChannels; /* Number of channels for decoding */
555 OMX_U32 nChannels;
571 OMX_U32 nChannels;
    [all...]
OMX_Audio.h 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
371 OMX_U16 nChannels; /**< Number of channels */
397 OMX_U32 nChannels; /**< Number of channels */
423 OMX_U32 nChannels; /**< Number of channels */
442 OMX_U32 nChannels; /**< Number of channels in the data stream (not
467 OMX_U32 nChannels; /**< Number of channels in the data stream (not
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsalpha.c 285 int nchannels = T_CHANNELS(Format); local
286 int total_chans = nchannels + extra;
329 ComponentStartingOrder[i] = channels[i + nchannels];
343 int nchannels = T_CHANNELS(Format); local
344 int total_chans = nchannels + extra;
385 ComponentStartingOrder[i] = channels[i + nchannels];
cmsvirt.c 294 int nChannels;
309 nChannels = cmsChannelsOf(ColorSpace);
312 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
317 if (!cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, cmsStageAllocToneCurves(ContextID, nChannels, TransferFunctions)))
400 int nChannels;
433 nChannels = cmsChannelsOf(ColorSpace);
435 CLUT = cmsStageAllocCLut16bit(ContextID, 17, nChannels, nChannels, NULL);
440 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 177 aacParams->nChannels = mNumChannels;
240 pcmParams->nChannels = mNumChannels;
332 mNumChannels = aacParams->nChannels;
375 mNumChannels = pcmParams->nChannels;
389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) {
391 switch (nChannels) {
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 185 pInfo->AudioBlocksArray[i].nChannels = channels[i];
186 ALOGV("pInfo->AudioBlocksArray[i].nChannels %d\n", pInfo->AudioBlocksArray[i].nChannels);
  /external/python/cpython2/Doc/library/
aifc.rst 33 *nchannels*\*\ *samplesize* bytes, and a second's worth of audio consists of
34 *nchannels*\*\ *samplesize*\*\ *framerate* bytes.
159 .. method:: aifc.setnchannels(nchannels)
194 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 155 amrParams->nChannels = 1;
184 pcmParams->nChannels = 1;
252 if (amrParams->nChannels != 1
283 if (pcmParams->nChannels != 1
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 190 amrParams->nChannels = 1;
222 pcmParams->nChannels = 1;
290 if (amrParams->nChannels != 1
330 if (pcmParams->nChannels != 1
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.cpp 173 flacParams->nChannels = mStreamInfo.channels;
176 flacParams->nChannels = 1;
211 pcmParams->nChannels = mStreamInfo.channels;
214 pcmParams->nChannels = 1;
  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 92 void (*mCopy)(short *dst, const int *src[kMaxChannels], unsigned nSamples, unsigned nChannels);
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
QOMX_AudioExtensions.h 81 * nChannels : Number of channels
93 OMX_U32 nChannels;
112 * nChannels : Number of channels
129 OMX_U16 nChannels;
OMX_Audio.h 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
208 OMX_U32 nChannels; /**< Number of channels */
278 OMX_U32 nChannels; /**< Number of channels */
301 OMX_U32 nChannels; /**< Number of channels */
354 OMX_U16 nChannels; /**< Number of channels */
387 OMX_U32 nChannels; /**< Number of channels */
413 OMX_U32 nChannels; /**< Number of channels */
432 OMX_U32 nChannels; /**< Number of channels in the data stream (not
457 OMX_U32 nChannels; /**< Number of channels in the data stream (not
485 OMX_U32 nChannels; /**< Number of channels in the data stream (no
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_AudioExtensions.h 111 * nChannels : Number of channels
123 OMX_U32 nChannels;
142 * nChannels : Number of channels
159 OMX_U16 nChannels;
206 * nChannels : Number of channels
221 OMX_U16 nChannels;
525 OMX_U8 nChannels; /* Number of channels for multichannel decoding */
545 OMX_U16 nChannels; /* Number of channels for decoding */
554 OMX_U32 nChannels;
OMX_Audio.h 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
388 OMX_U32 nChannels; /**< Number of channels */
414 OMX_U32 nChannels; /**< Number of channels */
433 OMX_U32 nChannels; /**< Number of channels in the data stream (not
458 OMX_U32 nChannels; /**< Number of channels in the data stream (not
486 OMX_U32 nChannels; /**< Number of channels in the data stream (not
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Audio.h 180 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
225 OMX_U32 nChannels; /**< Number of channels */
299 OMX_U32 nChannels; /**< Number of channels */
322 OMX_U32 nChannels; /**< Number of channels */
351 OMX_U32 nChannels; /**< Number of channels */
388 OMX_U16 nChannels; /**< Number of channels */
421 OMX_U32 nChannels; /**< Number of channels */
447 OMX_U32 nChannels; /**< Number of channels */
466 OMX_U32 nChannels; /**< Number of channels in the data stream (not
491 OMX_U32 nChannels; /**< Number of channels in the data stream (no
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Audio.h 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
388 OMX_U32 nChannels; /**< Number of channels */
414 OMX_U32 nChannels; /**< Number of channels */
433 OMX_U32 nChannels; /**< Number of channels in the data stream (not
458 OMX_U32 nChannels; /**< Number of channels in the data stream (not
486 OMX_U32 nChannels; /**< Number of channels in the data stream (no
    [all...]

Completed in 1390 milliseconds

1 2 34 5 6 7 8 91011>>