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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 449 uint32_t rCount, gCount, bCount;
452 rCount = pixel[Scene::R] * scale64x;
456 *px++ = rCount < 255*64 ? rCount / 64 : 255;
479 uint32_t rCount, gCount, bCount;
482 rCount = pixel[Scene::R] * scale64x;
486 *px++ = rCount < 255*64 ? rCount / 64 : 255;
523 int32_t rCount, gCount, bCount;
526 rCount = pixel[Scene::R] * scale64x
    [all...]
  /external/icu/icu4c/source/i18n/
csdetect.cpp 123 int32_t rCount = ARRAY_SIZE(tempArray);
125 fCSRecognizers = NEW_ARRAY(CSRecognizerInfo *, rCount);
131 fCSRecognizers_size = rCount;
132 for (int32_t r = 0; r < rCount; r += 1) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 335 int rCount;
343 rCount = recv(delboy->socket, &buffer, 1, 0);
345 while (rCount == 1 && buffer != '\n');
352 if (rCount != 1)
355 ANTLR3_PRINTF("Received char count was %d, and last char received was %02X\n", rCount, buffer);
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 325 milliseconds