HomeSort by relevance Sort by last modified time
    Searched full:chindex (Results 1 - 6 of 6) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 357 UCHAR *chIndex,
364 *chIndex = index;
374 *chIndex = index - 3;
378 *chIndex = 0;
387 *chIndex = index - 3;
392 *chIndex = index - 5;
396 *chIndex = 0;
414 UCHAR chIndex[],
440 getImplicitAudioChannelTypeAndIndex(&chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx);
443 chIndex[channelIdx+1] = chIndex[channelIdx]+1
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 195 for (int chIndex = 0; chIndex < 6; chIndex++) {
379 for (int chIndex = 0; chIndex < 6; chIndex++) {
  /external/skia/src/utils/
SkParseColor.cpp 195 for (int chIndex = 0; chIndex < 6; chIndex++) {
379 for (int chIndex = 0; chIndex < 6; chIndex++) {
  /external/icu4c/layoutex/
ParagraphLayout.cpp 496 le_int32 chIndex;
497 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) {
498 fCharToMinGlyphMap[chIndex] = -1;
499 fCharToMaxGlyphMap[chIndex] = -1;
    [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 221 * \param chIndex Array to store the individual audio channel type index.
235 UCHAR chIndex[],
  /external/ppp/pppd/
sys-linux.c 192 static int chindex; /* channel index (new style driver) */ variable
460 if (ioctl(fd, PPPIOCGCHAN, &chindex) == -1) {
464 dbglog("using channel %d", chindex);
471 if (ioctl(fd, PPPIOCATTCHAN, &chindex) < 0) {
472 error("Couldn't attach to channel %d: %m", chindex);
    [all...]

Completed in 808 milliseconds