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

  /cts/apps/CameraITS/pymodules/its/
image.py 245 hfull = props["android.sensor.info.pixelArraySize"]["height"]
251 assert(hfull >= hcrop >= 0)
253 assert(hfull - hcrop >= ycrop >= 0)
254 if w == wfull and h == hfull:
569 hfull = img.shape[0]
572 ytile = math.ceil(ynorm * hfull)
574 htile = math.floor(hnorm * hfull)
  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 56 wfull, hfull = cap_full["width"], cap_full["height"]

Completed in 131 milliseconds