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

  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 147 static unsigned int numSet = defaultPerPassNumSet;
282 numSet = strtoul(optarg, &chptr, 10);
372 testPrintI("numSet: %u", numSet);
491 for (unsigned int n1 = 0; n1 < numSet; n1++) {
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 143 UCHAR numSet;
165 numSet = ((numCodeword - 1) / *pNumSegment) + 1;
171 for ( currentSet = 1; currentSet < numSet ; currentSet++ ) {
    [all...]

Completed in 170 milliseconds