Searched refs:jsonObjTop (Results 1 – 2 of 2) sorted by relevance
85 public static JSONArray getOutputSpecs(JSONObject jsonObjTop) in getOutputSpecs() argument88 if (jsonObjTop.has("outputSurfaces")) { in getOutputSpecs()89 return jsonObjTop.getJSONArray("outputSurfaces"); in getOutputSpecs()
762 CameraDevice device, JSONObject jsonObjTop, String requestKey) in deserializeRequestList() argument766 JSONArray jsonReqs = jsonObjTop.getJSONArray(requestKey); in deserializeRequestList()