| /external/webrtc/webrtc/modules/audio_device/test/ |
| func_test_manager.cc | 197 const size_t nChannels, 211 packet->nChannels = nChannels; 310 if ((nChannels == 1) && addMarker) 314 } else if ((nChannels == 2) && (nBytesPerSample == 2) && addMarker) 329 if (nChannels == 2 && nBytesPerSample == 2) 342 const size_t nChannels, 368 const size_t nChannelsIn = packet->nChannels; 387 if (nChannels == 2) 427 if (nChannels == 1 [all...] |
| audio_device_test_api.cc | 88 const size_t nChannels, 97 if (nChannels == 1) { 100 } else if ((nChannels == 2) && (nBytesPerSample == 2)) { 113 const size_t nChannels, 121 if (nChannels == 1) { [all...] |
| /external/tensorflow/tensorflow/contrib/layers/python/layers/ |
| layers_test.py | [all...] |
| /external/aac/libFDK/include/ |
| FDK_tools_rom.h | 358 * \param nChannels amount of channels contained in the current element. 364 SCHAR epConfig, UCHAR nChannels,
|
| /external/python/cpython3/Doc/library/ |
| sunau.rst | 154 Returns a :func:`~collections.namedtuple` ``(nchannels, sampwidth, 239 The *tuple* should be ``(nchannels, sampwidth, framerate, nframes, comptype,
|
| /hardware/google/av/media/codecs/aac/ |
| C2SoftAacEnc.cpp | 159 static CHANNEL_MODE getChannelMode(uint32_t nChannels) { 161 switch (nChannels) {
|
| /external/aac/libAACenc/src/ |
| qc_main.h | 115 const INT nChannels, const INT nSubFrames,
|
| psy_main.cpp | 138 const INT nChannels, UCHAR *dynamic_RAM) { 159 for (i = 0; i < nChannels; i++) { 194 const INT nChannels, const INT nSubFrames, 208 for (i = 0; i < nChannels; i++) { 253 if ((nMaxChannels > 2) && (cm->nChannels == 2)) { [all...] |
| qc_data.h | 137 INT nChannels;
|
| sf_estim.cpp | 168 const INT nChannels) { 170 for (j = 0; j < nChannels; j++) { [all...] |
| /external/aac/libSBRdec/src/ |
| sbr_ram.h | 131 int nChannels; /* Number of elements output channels (=2 in case of PS) */
|
| /external/aac/libSBRenc/src/ |
| sbr.h | 161 int nChannels; /* Total channel count across all elements. */
|
| /external/python/cpython2/Doc/library/ |
| al.rst | 104 .. method:: audio configuration.setchannels(nchannels)
|
| /external/webrtc/webrtc/modules/audio_device/android/ |
| audio_device_unittest.cc | 386 const size_t nChannels, 396 const size_t nChannels, 426 const size_t nChannels, 448 const size_t nChannels, [all...] |
| /frameworks/av/media/libstagefright/codecs/aacdec/ |
| SoftAAC2.cpp | 284 aacParams->nChannels = 1; 288 aacParams->nChannels = mStreamInfo->numChannels; 322 pcmParams->nChannels = 1; 325 pcmParams->nChannels = mStreamInfo->numChannels; [all...] |
| /external/aac/libPCMutils/src/ |
| limiter.cpp | 442 unsigned int nChannels) { 445 if (nChannels > limiter->maxChannels) return TDLIMIT_INVALID_PARAMETER; 447 limiter->channels = nChannels;
|
| /external/aac/libSACdec/include/ |
| sac_dec_lib.h | 356 * \param nChannels Amount of input channels. 394 * \param nChannels Pointer where the amount of input channels is 410 int *nChannels, int *frameSize, int sampleRate,
|
| /external/pdfium/third_party/lcms/src/ |
| cmssamp.c | 72 cmsUInt32Number nChannels; 93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) { 99 if (nChannels != T_CHANNELS(dwFormat)) {
|
| /external/opencv/cvaux/src/ |
| _cvfacedetection.h | 363 if (pImage->width != sz.width || pImage->height != sz.height || pImage->nChannels != lChNum)
|
| cvfacedetection.cpp | 135 assert(imgGray->nChannels == 1);
|
| /external/opencv/cxcore/src/ |
| cximage.cpp | 118 if( (img->nChannels > 1) != (color == 0) )
|
| /external/opencv/otherlibs/highgui/ |
| highgui.h | 373 int Bpp() { return m_img ? (m_img->depth & 255)*m_img->nChannels : 0; };
|
| /external/python/cpython2/Lib/plat-mac/ |
| videoreader.py | 171 # number of bytes, so frames are nchannels*samplesize, and there's one frame per block.
|
| /external/webrtc/webrtc/modules/media_file/ |
| media_file_utility.h | 215 int16_t nChannels;
|
| /frameworks/av/media/libstagefright/codecs/xaacdec/ |
| SoftXAAC.cpp | 326 aacParams->nChannels = 1; 330 aacParams->nChannels = mNumChannels; 362 pcmParams->nChannels = 1; 365 pcmParams->nChannels = mNumChannels; [all...] |