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

1 2 3 4 5 6

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
stat_bits.h 31 Word16 nChannels,
channel_map.h 29 Word16 InitElementInfo (Word16 nChannels, ELEMENT_INFO* elInfo);
sf_estim.h 37 const Word16 nChannels);
45 const Word16 nChannels);
bitenc.h 33 Word16 nChannels;
line_pe.h 61 const Word16 nChannels,
70 const Word16 nChannels);
qc_main.h 32 Word16 QCOutNew(QC_OUT *hQC, Word16 nChannels, VO_MEM_OPERATOR *pMemOP);
51 Word16 nChannels,
adj_thr.h 50 const Word16 nChannels,
  /frameworks/base/media/libstagefright/codecs/common/include/
voAAC.h 47 short nChannels; /*! number of channels on input (1,2) */
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.cpp 46 AudioPeakingFilter::AudioPeakingFilter(int nChannels, int sampleRate)
47 : mBiquad(nChannels, sampleRate) {
48 configure(nChannels, sampleRate);
52 void AudioPeakingFilter::configure(int nChannels, int sampleRate) {
55 mBiquad.configure(nChannels, sampleRate);
AudioShelvingFilter.cpp 51 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels,
54 mBiquad(nChannels, sampleRate) {
55 configure(nChannels, sampleRate);
58 void AudioShelvingFilter::configure(int nChannels, int sampleRate) {
61 mBiquad.configure(nChannels, sampleRate);
AudioPeakingFilter.h 42 // nChannels Number of input/output channels (interlaced).
44 AudioPeakingFilter(int nChannels, int sampleRate);
48 // nChannels Number of input/output channels (interlaced).
50 void configure(int nChannels, int sampleRate);
99 // frameCount * nChannels interlaced samples. Processing can be done
AudioShelvingFilter.h 49 // nChannels Number of input/output channels (interlaced).
51 AudioShelvingFilter(ShelfType type, int nChannels, int sampleRate);
55 // nChannels Number of input/output channels (interlaced).
57 void configure(int nChannels, int sampleRate);
93 // frameCount * nChannels interlaced samples. Processing can be done
AudioEqualizer.h 69 // nChannels Number of input/output channels (interlaced).
80 int nChannels,
87 // nChannels Number of input/output channels (interlaced).
89 void configure(int nChannels, int sampleRate);
180 // frameCount * nChannels interlaced samples. Processing can be done
231 // nChannels Number of input/output channels (interlaced).
240 AudioEqualizer(void * pMem, int nBands, int nChannels, int sampleRate,
AudioEqualizer.cpp 39 int nChannels, int sampleRate,
42 LOGV("AudioEqualizer::CreateInstance(pMem=%p, nBands=%d, nChannels=%d, "
44 pMem, nBands, nChannels, sampleRate, nPresets);
54 return new (pMem) AudioEqualizer(pMem, nBands, nChannels, sampleRate,
58 void AudioEqualizer::configure(int nChannels, int sampleRate) {
59 LOGV("AudioEqualizer::configure(nChannels=%d, sampleRate=%d)", nChannels,
61 mpLowShelf->configure(nChannels, sampleRate);
63 mpPeakingFilters[i].configure(nChannels, sampleRate);
65 mpHighShelf->configure(nChannels, sampleRate)
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 53 //int nChannels; /* OpenCV functions support 1,2,3 or 4 channels */
82 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
94 static void icvUpdateFullWindow( double* src_pixel, int nChannels,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
104 static void icvUpdatePartialNoMatch( double* src_pixel, int nChannels,
110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point,
112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
182 first_frame->height), IPL_DEPTH_8U, first_frame->nChannels));
198 const int p = i*first_frame->widthStep+j*first_frame->nChannels;
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.h 40 EAS_U16 nChannels;
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h 40 EAS_U16 nChannels;
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 40 EAS_U16 nChannels;
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
  /external/qemu/audio/
audio_win_int.c 20 wfx->nChannels = as->nchannels;
22 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2);
23 wfx->nBlockAlign = 1 << (as->nchannels == 2);
69 switch (wfx->nChannels) {
71 as->nchannels = 1;
75 as->nchannels = 2;
81 wfx->nChannels
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
adj_thr.c 68 const Word16 nChannels)
72 for (ch=0; ch<nChannels; ch++) {
93 const Word16 nChannels)
101 for (ch=0; ch<nChannels; ch++) {
163 const Word16 nChannels,
170 for (ch=0; ch<nChannels; ch++) {
195 for(ch=0; ch<nChannels; ch++) {
255 if (nChannels == 2) {
295 for(ch=0; ch<nChannels; ch++) {
329 const Word16 nChannels)
    [all...]
  /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...]

Completed in 378 milliseconds

1 2 3 4 5 6