Searched refs:numRowsPerBlock (Results 1 – 1 of 1) sorted by relevance
684 uint32_t numRowsPerBlock = numYRowsPerBlock; in onGetYUV8Planes() local689 const int numIters = dinfo->output_height / numRowsPerBlock; in onGetYUV8Planes()691 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes()692 if (linesRead < numRowsPerBlock) { in onGetYUV8Planes()708 SkASSERT(remainingRows == dinfo->output_height % numRowsPerBlock); in onGetYUV8Planes()709 SkASSERT(dinfo->output_scanline == numIters * numRowsPerBlock); in onGetYUV8Planes()725 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes()