/external/jpeg/ |
jcprepct.c | 135 int numrows, ci; local 143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; 144 numrows = (int) MIN((JDIMENSION) numrows, inrows); 148 numrows); 149 *in_row_ctr += numrows; 150 prep->next_buf_row += numrows; 151 prep->rows_to_go -= numrows; 202 int numrows, ci; local 210 numrows = prep->next_buf_stop - prep->next_buf_row [all...] |
jmemmgr.c | 396 JDIMENSION samplesperrow, JDIMENSION numrows) 410 if (ltemp < (long) numrows) 413 rowsperchunk = numrows; 418 (size_t) (numrows * SIZEOF(JSAMPROW))); 422 while (currow < numrows) { 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); 444 JDIMENSION blocksperrow, JDIMENSION numrows) 458 if (ltemp < (long) numrows) 461 rowsperchunk = numrows; 466 (size_t) (numrows * SIZEOF(JBLOCKROW))) [all...] |
jpeglib.h | [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcprepct.c | 135 int numrows, ci; local 143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; 144 numrows = (int) MIN((JDIMENSION) numrows, inrows); 148 numrows); 149 *in_row_ctr += numrows; 150 prep->next_buf_row += numrows; 151 prep->rows_to_go -= numrows; 202 int numrows, ci; local 210 numrows = prep->next_buf_stop - prep->next_buf_row [all...] |
jmemmgr.c | 396 JDIMENSION samplesperrow, JDIMENSION numrows) 410 if (ltemp < (long) numrows) 413 rowsperchunk = numrows; 418 (size_t) (numrows * SIZEOF(JSAMPROW))); 422 while (currow < numrows) { 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); 444 JDIMENSION blocksperrow, JDIMENSION numrows) 458 if (ltemp < (long) numrows) 461 rowsperchunk = numrows; 466 (size_t) (numrows * SIZEOF(JBLOCKROW))) [all...] |
jpeglib.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texture.h | 46 GLuint numrows, GLuint rowsize);
|
radeon_texture.c | 60 GLuint numrows, GLuint rowsize) 67 "numrows %u, rowsize %u.\n", 70 numrows, rowsize); 73 memcpy(dst, src, numrows*rowsize); 76 for(i = 0; i < numrows; ++i) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.h | 46 GLuint numrows, GLuint rowsize);
|
radeon_texture.c | 60 GLuint numrows, GLuint rowsize) 67 "numrows %u, rowsize %u.\n", 70 numrows, rowsize); 73 memcpy(dst, src, numrows*rowsize); 76 for(i = 0; i < numrows; ++i) {
|
/external/libyuv/files/source/ |
mjpeg_decoder.cc | 258 uint8* dest, int pixels, int numrows) { 259 for (int i = 0; i < numrows; ++i) {
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 3643 int numrows = db.update("files", mediatype, local 4257 int numrows = c.getCount(); local [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | [all...] |