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

  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 55 wfull, hfull = cap_full["width"], cap_full["height"]
57 img_full, "%s_full_%dx%d.jpg" % (NAME, wfull, hfull))
  /cts/apps/CameraITS/pymodules/its/
image.py 281 wfull = props["android.sensor.info.pixelArraySize"]["width"]
287 assert(wfull >= wcrop >= 0)
289 assert(wfull - wcrop >= xcrop >= 0)
291 if w == wfull and h == hfull:
662 wfull = img.shape[1]
663 xtile = int(math.ceil(xnorm * wfull))
665 wtile = int(math.floor(wnorm * wfull))
    [all...]

Completed in 786 milliseconds