Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkJpegCodec.cpp1012 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUVAPlanes() local
1013 if (linesRead < numRowsPerBlock) { in onGetYUVAPlanes()
1046 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUVAPlanes() local
1047 if (linesRead < remainingRows) { in onGetYUVAPlanes()