HomeSort by relevance Sort by last modified time
    Searched refs:chIndex (Results 1 - 5 of 5) 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/aac/libMpegTPDec/include/
tpdec_lib.h 221 * \param chIndex Array to store the individual audio channel type index.
235 UCHAR 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...]

Completed in 627 milliseconds