Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp138 JSAMPROW* volatile yArr = nullptr; in compress() local
176 safeDeleteArray(yArr); in compress()
254 yArr = new JSAMPROW[cinfo.comp_info[0].v_samp_factor * DCTSIZE]; in compress()
258 imgArr[0] = const_cast<JSAMPARRAY>(yArr); in compress()
272 yArr[row] = yRG(y + row); in compress()
301 safeDeleteArray(yArr); in compress()