HomeSort by relevance Sort by last modified time
    Searched refs:nChannels (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.h 43 // nChannels Number of input/output channels.
45 AudioBiquadFilter(int nChannels, int sampleRate);
48 // nChannels Number of input/output channels.
50 void configure(int nChannels, int sampleRate);
75 // in The input buffer. Should be of size frameCount * nChannels.
76 // out The output buffer. Should be of size frameCount * nChannels.
AudioFormatAdapter.h 54 // nChannels Number of input and output channels. The adapter does not do
59 void configure(T & processor, int nChannels, uint8_t pcmFormat,
62 mNumChannels = nChannels;
65 mMaxSamplesPerCall = bufSize / nChannels;
AudioBiquadFilter.cpp 30 AudioBiquadFilter::AudioBiquadFilter(int nChannels, int sampleRate) {
31 configure(nChannels, sampleRate);
35 void AudioBiquadFilter::configure(int nChannels, int sampleRate) {
36 assert(nChannels > 0 && nChannels <= MAX_CHANNELS);
38 mNumChannels = nChannels;
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
channel_map.c 64 Word16 InitElementInfo (Word16 nChannels, ELEMENT_INFO* elInfo)
69 switch(nChannels) {
qc_main.c 121 Word16 QCOutNew(QC_OUT *hQC, Word16 nChannels, VO_MEM_OPERATOR *pMemOP)
128 quantSpec = (Word16 *)mem_malloc(pMemOP, nChannels * FRAME_LEN_LONG * sizeof(Word16), 32, VO_INDEX_ENC_AAC);
131 scf = (Word16 *)mem_malloc(pMemOP, nChannels * MAX_GROUPED_SFB * sizeof(Word16), 32, VO_INDEX_ENC_AAC);
136 maxValueInSfb = (UWord16 *)mem_malloc(pMemOP, nChannels * MAX_GROUPED_SFB * sizeof(UWord16), 32, VO_INDEX_ENC_AAC);
142 for (i=0; i<nChannels; i++) {
224 hQC->nChannels = init->elInfo->nChannelsInEl;
264 Word16 nChannels,
281 nChannels,
295 CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nChannels);
307 nChannels,
    [all...]
line_pe.c 44 const Word16 nChannels,
50 for(ch=0; ch<nChannels; ch++) {
73 const Word16 nChannels)
84 for(ch=0; ch<nChannels; ch++) {
block_switch.c 76 const Word32 bitRate, const Word16 nChannels)
80 if ((sub(nChannels,1)==0 && L_sub(bitRate, 24000) > 0) ||
81 (sub(nChannels,1)>0 && bitRate > (nChannels * 16000))) {
374 const Word16 nChannels)
380 if (nChannels == 1) { /* Mono */
  /hardware/qcom/media/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;
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
block_switch.h 59 const Word32 bitRate, const Word16 nChannels);
psy_main.h 57 Word16 psyMain(Word16 nChannels, /*!< total number of channels */
qc_data.h 128 Word16 nChannels;
  /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));
  /frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 51 // bitRate/nChannels > 8000
52 // bitRate/nChannels < 160000
53 // bitRate/nChannels < sampleRate*6
56 param->nChannels = 2;
90 param->nChannels = atoi(*argv);
118 param->bitRate = 640*param->nChannels*param->sampleRate/scale;
  /external/srec/srec/EventLog/include/
riff.h 52 unsigned short nChannels;
  /frameworks/base/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 124 pcmParams->nChannels = mNumChannels;
147 if (pcmParams->nChannels < 1 || pcmParams->nChannels > 2) {
151 mNumChannels = pcmParams->nChannels;
  /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 )
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...]
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/opencv/otherlibs/highgui/
image.cpp 120 color = img->nChannels > 1;
123 (!color ? 1 : img->nChannels > 1 ? img->nChannels : 3)*8,
  /external/opencv/cxcore/include/
cxcore.hpp 90 image->depth != depth || image->nChannels != channels )
154 int channels() const { return image ? image->nChannels : 0; }
155 int pix_size() const { return image ? ((image->depth & 255)>>3)*image->nChannels : 0; }
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
  /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

Completed in 322 milliseconds

12 3 4 5 6