Home
last modified time | relevance | path

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

/cts/apps/CameraITS/pymodules/its/
Dimage.py124 cap["data"] = unpack_raw10_image(cap["data"].reshape(h,w*5/4))
128 def unpack_raw10_image(img): function