Home
last modified time | relevance | path

Searched refs:unpack_raw12_image (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CameraITS/pymodules/its/
Dimage.py174 cap["data"] = unpack_raw12_image(cap["data"].reshape(h,w*3/2))
178 def unpack_raw12_image(img): function