OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aPixels
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BitmapUtils.java
74
int[]
aPixels
= new int[a.getHeight() * a.getWidth()];
75
int[] bPixels = new int[
aPixels
.length];
76
a.getPixels(
aPixels
, /*offset*/0, /*stride*/a.getWidth(), /*x*/0, /*y*/0, a.getWidth(),
81
for (int i = 0; i <
aPixels
.length; i++) {
82
int aPix =
aPixels
[i];
89
diff /= (
aPixels
.length * 3);
/external/chromium_org/third_party/skia/dm/
DMUtil.cpp
88
const uint16_t*
aPixels
= (const uint16_t*)a.getPixels();
93
unpack_565(
aPixels
[i], &ar, &ag, &ab);
Completed in 71 milliseconds