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

  /external/opencore/codecs_v2/audio/aac/dec/src/
s_mc_info.h 81 Int nch; /* total number of audio channels */ member in struct:__anon3449
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;
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_mc_info.h 81 Int nch; /* total number of audio channels */ member in struct:__anon7351
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;
  /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/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
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;
getactualaacconfig.cpp 273 *NumChannels = pVars->mc_info.nch;
  /external/jhead/
jpgfile.c 49 int nch; local
52 nch = 0;
62 Comment[nch++] = (char)ch;
64 Comment[nch++] = '?';
68 Comment[nch] = '\0'; // Null terminate
  /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) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 882 final char nch = number.charAt(n); local
884 if (fch == nch || (fch == 'x' && Character.isDigit(nch))) {
887 sb.append(nch);
    [all...]
  /external/opencore/engines/author/test/src/
pvaetest.cpp 1332 int nch = 0; local
    [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...]

Completed in 1387 milliseconds