Searched defs:rowIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp116 uint8_t* vRows, int rowIndex, int width, int height) {
117 int numRows = (height - rowIndex) / 2;
120 int offset = ((rowIndex >> 1) + row) * fStrides[1];
191 uint8_t* vRows, int rowIndex, int width, int height) {
192 int numRows = height - rowIndex;
195 uint8_t* yuvSeg = yuv + (rowIndex + row) * fStrides[0];
115 deinterleave(uint8_t* vuPlanar, uint8_t* uRows, uint8_t* vRows, int rowIndex, int width, int height) argument
190 deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows, uint8_t* vRows, int rowIndex, int width, int height) argument

Completed in 6 milliseconds