Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp155 JSAMPROW* volatile yArr = nullptr; in Compress() local
189 safeDeleteArray(yArr); in Compress()
264 yArr = new JSAMPROW[cinfo.comp_info[0].v_samp_factor * DCTSIZE]; in Compress()
268 imgArr[0] = const_cast<JSAMPARRAY>(yArr); in Compress()
278 yArr[row] = yData[row]; in Compress()
296 safeDeleteArray(yArr); in Compress()