Searched refs:jsonObjTop (Results 1 – 2 of 2) sorted by relevance
82 public static JSONArray getOutputSpecs(JSONObject jsonObjTop) in getOutputSpecs() argument85 if (jsonObjTop.has("outputSurfaces")) { in getOutputSpecs()86 return jsonObjTop.getJSONArray("outputSurfaces"); in getOutputSpecs()
714 CameraDevice device, JSONObject jsonObjTop) in deserializeRequestList() argument718 JSONArray jsonReqs = jsonObjTop.getJSONArray("captureRequests"); in deserializeRequestList()