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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJTransformer.java123 if (jpegWidth < 1 || jpegHeight < 1)
126 int w = jpegWidth, h = jpegHeight;
H A DTJDecompressor.java145 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 Dturbojpeg-jni.c620 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 147 milliseconds