Searched refs:yPlanar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.h56 uint8_t*& yPlanar, uint8_t*& uPlanar, uint8_t*& vPlanar);
H A DYuvToJpegEncoder.cpp101 uint8_t* yPlanar = yuv + offsets[0]; local
115 y[i] = yPlanar + (cinfo->next_scanline + i) * fStrides[0];

Completed in 135 milliseconds