Searched refs:unpack_raw12_image (Results 1 – 1 of 1) sorted by relevance
162 cap['data'] = unpack_raw12_image(cap['data'].reshape(h, w * 3 // 2))167 def unpack_raw12_image(img): function