Home
last modified time | relevance | path

Searched refs:aaWidth (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DIntraPreviewAction.java221 int aaWidth = activeArray.right - activeArray.left; in execute() local
227 aeAwbRegion, /*normalized=*/true, aaWidth, aaHeight); in execute()
DItsService.java2140 int aaWidth = activeArray.right - activeArray.left;
2143 new MeteringRectangle(0,0,aaWidth,aaHeight,1)};
2145 new MeteringRectangle(0,0,aaWidth,aaHeight,1)};
2147 new MeteringRectangle(0,0,aaWidth,aaHeight,1)};
2152 regions.getJSONArray(REGION_AE_KEY), true, aaWidth, aaHeight);
2156 regions.getJSONArray(REGION_AF_KEY), true, aaWidth, aaHeight);
2160 regions.getJSONArray(REGION_AWB_KEY), true, aaWidth, aaHeight);