/frameworks/base/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 144 vorbisParams->nChannels = 1; 147 vorbisParams->nChannels = mVi->channels; 175 pcmParams->nChannels = 1; 178 pcmParams->nChannels = mVi->channels;
|
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
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 (not [all...] |
/frameworks/base/include/media/stagefright/openmax/ |
OMX_Audio.h | 180 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 225 OMX_U32 nChannels; /**< Number of channels */ 295 OMX_U32 nChannels; /**< Number of channels */ 318 OMX_U32 nChannels; /**< Number of channels */ 371 OMX_U16 nChannels; /**< Number of channels */ 404 OMX_U32 nChannels; /**< Number of channels */ 430 OMX_U32 nChannels; /**< Number of channels */ 449 OMX_U32 nChannels; /**< Number of channels in the data stream (not 474 OMX_U32 nChannels; /**< Number of channels in the data stream (not 502 OMX_U32 nChannels; /**< Number of channels in the data stream (not [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
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 (not [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
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 (not [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
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 (not [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mme/ |
SDL_mmeaudio.c | 151 shm->wFmt.wf.nChannels = spec->channels; 154 shm->wFmt.wf.nChannels * shm->wFmt.wBitsPerSample / 8;
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
aacenc_core.c | 128 hAacEnc->bseInit.nChannels = elInfo->nChannelsInEl; 145 Word16 *timeSignal, /*!< BLOCKSIZE*nChannels audio samples, interleaved */
|
/external/opencv/cvaux/src/ |
cvlines.cpp | 383 if( img->nChannels != 1 && img->nChannels != 3 ) 388 CV_CALL( icvDeleteMoire8u( img_data, img_step, img_size, img->nChannels )); 421 if( img->nChannels != 3 ) 465 if( img->nChannels != 3 )
|
cvcreatehandmask.cpp | 129 if( img_mask->nChannels != 1 )
|
cveigenobjects.cpp | [all...] |
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/quake/quake/src/QW/client/ |
snd_win.c | 201 format.nChannels = shm->channels;
204 format.nBlockAlign = format.nChannels
322 shm->channels = format.nChannels;
437 format.nChannels = shm->channels;
440 format.nBlockAlign = format.nChannels
|
/external/quake/quake/src/WinQuake/ |
snd_win.cpp | 203 format.nChannels = shm->channels;
206 format.nBlockAlign = format.nChannels
324 shm->channels = format.nChannels;
439 format.nChannels = shm->channels;
442 format.nBlockAlign = format.nChannels
|
/external/srec/srec/EventLog/src/ |
riff.c | 168 swapShort(&wf->nChannels); 222 if (wf->nChannels != 1) 255 if (wf->nChannels != 1) 280 if (wf->nChannels != 1) 720 if (wf->nChannels != 1) 727 swapShort(&wf->nBlockAlign); /* usually == blockAlign / nChannels */ 769 /* assuming nchannels = 1, usually bytes_per_sample==blockAlign / nchannels (not aurora!) */ 1033 header.waveinfo.nChannels = swapConstShort(num_channels); 1050 header.waveinfo.nChannels = num_channels [all...] |
/external/srec/srec/EventLog/include/ |
riff.h | 52 unsigned short nChannels;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
SDL_dibaudio.c | 278 waveformat.nChannels = spec->channels; 281 waveformat.nChannels * (waveformat.wBitsPerSample/8);
|
/frameworks/base/media/libstagefright/ |
AudioSource.cpp | 172 const int32_t nChannels = mRecord->channelCount(); 180 if (nChannels == 1) { // mono
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 155 amrParams->nChannels = 1; 181 pcmParams->nChannels = 1;
|
/external/sonivox/arm-fm-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));
|
/external/sonivox/arm-hybrid-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));
|
/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));
|
/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...] |