Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkJpegCodec.cpp943 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUVAPlanes() local
944 if (linesRead < numRowsPerBlock) { in onGetYUVAPlanes()
977 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUVAPlanes() local
978 if (linesRead < remainingRows) { in onGetYUVAPlanes()

Completed in 3 milliseconds