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

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 441 uint32_t rCount, gCount, bCount;
444 rCount = pixel[Scene::R] * scale64x;
448 *px++ = rCount < 255*64 ? rCount / 64 : 255;
471 uint32_t rCount, gCount, bCount;
474 rCount = pixel[Scene::R] * scale64x;
478 *px++ = rCount < 255*64 ? rCount / 64 : 255;
518 int32_t rCount, gCount, bCount;
521 rCount = pixel[Scene::R] * scale64x
    [all...]
  /external/icu/icu4c/source/i18n/
csdetect.cpp 123 int32_t rCount = UPRV_LENGTHOF(tempArray);
125 fCSRecognizers = NEW_ARRAY(CSRecognizerInfo *, rCount);
131 fCSRecognizers_size = rCount;
132 for (int32_t r = 0; r < rCount; r += 1) {
  /external/dng_sdk/source/
dng_bad_pixels.cpp 610 uint32 rCount = stream.Get_uint32 ();
612 SafeUint32Add(12, SafeUint32Add(SafeUint32Mult(pCount, 8), SafeUint32Mult(rCount, 16)));
634 for (index = 0; index < rCount; index++)
672 printf ("Bad Rects: %u\n", (unsigned) rCount);
674 for (index = 0; index < rCount && index < gDumpLineLimit; index++)
684 if (rCount > gDumpLineLimit)
686 printf (" ... %u bad rects skipped\n", (unsigned) (rCount - gDumpLineLimit));
701 uint32 rCount = fList->RectCount ();
703 stream.Put_uint32 (12 + pCount * 8 + rCount * 16);
708 stream.Put_uint32 (rCount);
    [all...]
  /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);
  /external/skia/src/core/
SkStroke.cpp 611 int rCount = 0;
615 SkEvalCubicAt(cubic, t, &reduction[rCount], nullptr, nullptr);
616 if (reduction[rCount] != cubic[0] && reduction[rCount] != cubic[3]) {
617 ++rCount;
620 if (rCount == 0) {
627 return (ReductionType) (kQuad_ReductionType + rCount);
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 94 milliseconds