Home | History | Annotate | Download | only in hwc

Lines Matching refs:pixels

815 // Determine the minimum number of pixels that the HWC will ever commit to.
839 uint64_t pixels = dim.width() * dim.height();
840 if (!bestSet || (pixels < bestMinPixels)) {
841 bestMinPixels = pixels;
888 uint64_t pixels = dim.width() * dim.height();
889 if (!bestSet || (pixels > bestMaxPixels)) {
890 bestMaxPixels = pixels;
985 // Discovers the source crop with the least number of pixels that the
1011 uint64_t pixels = dim.width() * dim.height();
1012 if (!bestSet || (pixels < bestMinPixels)) {
1013 bestMinPixels = pixels;
1062 uint64_t pixels = dim.width() * dim.height();
1063 if (!bestSet || (pixels > bestMaxPixels)) {
1064 bestMaxPixels = pixels;