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

  /cts/apps/CameraITS/pymodules/its/
image.py 244 wfull = props["android.sensor.info.pixelArraySize"]["width"]
250 assert(wfull >= wcrop >= 0)
252 assert(wfull - wcrop >= xcrop >= 0)
254 if w == wfull and h == hfull:
570 wfull = img.shape[1]
571 xtile = math.ceil(xnorm * wfull)
573 wtile = math.floor(wnorm * wfull)
  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 56 wfull, hfull = cap_full["width"], cap_full["height"]

Completed in 283 milliseconds