Searched defs:jpegWidth (Results 1 - 2 of 2) sorted by relevance
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
H A D | TJDecompressor.java | 145 if (jpegWidth < 1) 147 return jpegWidth; 245 if (jpegWidth < 1 || jpegHeight < 1) 251 desiredWidth = jpegWidth; 254 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; 256 scaledWidth = sf[i].getScaled(jpegWidth); 286 if (jpegWidth < 1 || jpegHeight < 1) 292 desiredWidth = jpegWidth; 295 int scaledWidth = jpegWidth, scaledHeight = jpegHeight; 297 scaledWidth = sf[i].getScaled(jpegWidth); 904 protected int jpegWidth = 0; field in class:TJDecompressor [all...] |
/external/libjpeg-turbo/ |
H A D | turbojpeg-jni.c | 620 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegWidth", "I")); 730 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0; local 741 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegWidth", "I")); 742 jpegWidth=(int)(*env)->GetIntField(env, obj, _fid); 749 if(width==0) width=jpegWidth; 756 scaledWidth=TJSCALED(jpegWidth, sf[i]); 816 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0; local 824 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegWidth", "I")); 825 jpegWidth=(int)(*env)->GetIntField(env, obj, _fid); 829 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeigh 1044 int jpegWidth=0, jpegHeight=0, jpegSubsamp; local [all...] |
Completed in 355 milliseconds