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

  /cts/apps/CameraITS/pymodules/its/
image.py 264 hfull = props["android.sensor.info.pixelArraySize"]["height"]
270 assert(hfull >= hcrop >= 0)
272 assert(hfull - hcrop >= ycrop >= 0)
273 if w == wfull and h == hfull:
609 hfull = img.shape[0]
612 ytile = math.ceil(ynorm * hfull)
614 htile = math.floor(hnorm * hfull)
  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 56 wfull, hfull = cap_full["width"], cap_full["height"]
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 282 hfull bool // buffer has filled at least once
577 if !f.hfull && dist > f.hp {
693 f.hfull = true
751 f.hfull = true
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 282 hfull bool // buffer has filled at least once
577 if !f.hfull && dist > f.hp {
693 f.hfull = true
751 f.hfull = true

Completed in 322 milliseconds