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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 137 JSONObject mapObj = new JSONObject();
170 mapObj.put("availableStreamConfigurations", cfgArray);
171 return mapObj;
266 JSONObject mapObj = new JSONObject();
275 mapObj.put("width", map.getColumnCount());
276 mapObj.put("height", map.getRowCount());
277 mapObj.put("map", mapArr);
278 return mapObj;
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 306 JSONObject mapObj = new JSONObject();
326 mapObj.put("availableStreamConfigurations", cfgArray);
327 return mapObj;
423 JSONArray mapObj = new JSONArray();
427 mapObj.put(map.getGainFactor(ch, col, row));
431 return mapObj;
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]

Completed in 856 milliseconds