HomeSort by relevance Sort by last modified time
    Searched defs:rowsDecoded (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkCodec.cpp 201 int rowsDecoded = 0;
203 &rowsDecoded);
213 // setting rowsDecoded equal to the height.
214 if (kIncompleteInput == result && rowsDecoded != info.height()) {
216 rowsDecoded);
SkJpegCodec.cpp 285 int* rowsDecoded) {
337 *rowsDecoded = y;
502 uint32_t rowsDecoded = jpeg_read_scanlines(fDecoderMgr->dinfo(), &dstRow, 1);
504 if (rowsDecoded != 1) {

Completed in 60 milliseconds