HomeSort by relevance Sort by last modified time
    Searched refs:nch (Results 1 - 24 of 24) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
s_mc_info.h 81 Int nch; /* total number of audio channels */ member in struct:__anon15033
set_mc_info.cpp 74 pMC_Info->nch contains the number of channels depending
146 pMC_Info->nch = 0;
169 pMC_Info->nch = 1;
177 pMC_Info->nch = 2;
292 pMC_Info->nch = 1 + is_cpe;
get_ga_specific_config.cpp 371 pVars->mc_info.nch = 1;
pvmp4audiodecoderframe.cpp     [all...]
sbr_applied.cpp 223 if (pVars->mc_info.nch > 1)
243 if (pVars->mc_info.nch > 1)
275 if (pVars->mc_info.nch > 1)
huffdecode.cpp 426 pMcInfo->nch = (id_syn_ele & 1) + 1; /* update number of channels */
pvmp4setaudioconfig.cpp 256 pVars->mc_info.nch = num_ch;
  /external/opencv/cv/include/
cvtypes.h 109 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
110 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
111 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
112 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
113 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
  /bionic/libc/netbsd/resolv/
res_comp.c 175 int nch = *dn++; local
182 } else if (periodchar(nch) || nch == '\0') {
189 pch = ch, ch = nch;
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 197 int nch = color ? 3 : 1; local
198 int width3 = m_width*nch;
272 uchar* end = data + len*nch;
282 while( (data += nch) < end );
286 if( data + code*nch > line_end ) goto decode_rle4_bad;
300 x_shift3 = m_strm.GetByte()*nch;
353 len *= nch;
372 int code3 = code*nch;
393 x_shift3 = m_strm.GetByte()*nch;
grfmt_sunras.cpp 183 int nch = color ? 3 : 1; local
184 int width3 = m_width*nch;
309 while( (max_count -= nch) > 0 );
319 data += len1*nch;
324 len = (len + 1)*nch;
grfmt_pxm.cpp 206 int nch = m_iscolor ? 3 : 1; local
207 int width3 = m_width*nch;
grfmt_jpeg.cpp 1117 int nch = color ? 3 : 1; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 212 find_device(_THIS, int nch)
218 AuDeviceNumTracks(AuServerDevice(this->hidden->aud, i)) == nch) {
  /external/jhead/
jpgfile.c 51 int nch; local
54 nch = 0;
64 Comment[nch++] = (char)ch;
66 Comment[nch++] = '?';
70 Comment[nch] = '\0'; // Null terminate
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_rdft.c 131 int j, nch; local
135 nch = nc >> 1;
136 delta = atanf(1.0f) / nch;
137 c[0] = cosf(delta * nch);
138 c[nch] = 0.5f * c[0];
139 for (j = 1; j < nch; j++) {
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
psy_main.c 121 Word32 nch; local
131 for (nch=0; nch<MAX_CHANNELS; nch++){
132 hPsy->psyData[nch].mdctDelayBuffer = NULL;
133 hPsy->psyData[nch].mdctSpectrum = NULL;
  /external/opencv/cv/src/
cvcontours.cpp 44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 881 final char nch = number.charAt(n); local
883 if (fch == nch || (fch == 'x' && Character.isDigit(nch))) {
886 sb.append(nch);
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 699 int j, nch; local
704 nch = nc >> 1;
705 delta = (float)atan(1.0f) / nch;
706 c[0] = (float)cos(delta * nch);
707 c[nch] = 0.5f * c[0];
708 for (j = 1; j < nch; j++) {
    [all...]
  /bionic/libc/regex/
regcomp.c 91 static int nch(struct parse *, cset *);
693 if (nch(p, cs) == 1) { /* optimize singleton sets */
1147 - nch - number of characters in a set
1150 nch(struct parse *p, cset *cs) function
    [all...]
  /external/llvm/lib/Support/
regcomp.c 92 static int nch(struct parse *, cset *);
701 if (nch(p, cs) == 1) { /* optimize singleton sets */
1155 - nch - number of characters in a set
1158 nch(struct parse *p, cset *cs) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 91 static int nch(struct parse *, cset *);
693 if (nch(p, cs) == 1) { /* optimize singleton sets */
1147 - nch - number of characters in a set
1150 nch(struct parse *p, cset *cs) function
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 308 int nch = CV_MAT_CN( img->type ); local
313 assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
319 ptr += img->step*2 + 2*nch;
402 if( nch == 3 )
576 //assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U );
    [all...]

Completed in 1040 milliseconds