Searched refs:aaWidth (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | IntraPreviewAction.java | 221 int aaWidth = activeArray.right - activeArray.left; in execute() local 227 aeAwbRegion, /*normalized=*/true, aaWidth, aaHeight); in execute()
|
D | ItsService.java | 2140 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);
|