Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp142 Plane::RowIterator* volatile yRowGenerator = nullptr; in compress() local
179 safeDelete(yRowGenerator); in compress()
262 yRowGenerator = new Plane::RowIterator(&yPlane); in compress()
266 Plane::RowIterator& yRG = *const_cast<Plane::RowIterator*>(yRowGenerator); in compress()
304 safeDelete(yRowGenerator); in compress()