HomeSort by relevance Sort by last modified time
    Searched refs:jpegHeight (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java 123 if (jpegWidth < 1 || jpegHeight < 1)
126 int w = jpegWidth, h = jpegHeight;
TJDecompressor.java 162 if (jpegHeight < 1)
164 return jpegHeight;
247 if (jpegWidth < 1 || jpegHeight < 1)
255 desiredHeight = jpegHeight;
256 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
259 scaledHeight = sf[i].getScaled(jpegHeight);
288 if (jpegWidth < 1 || jpegHeight < 1)
296 desiredHeight = jpegHeight;
297 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
300 scaledHeight = sf[i].getScaled(jpegHeight);
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 651 bailif0(_fid = (*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
756 int jpegSubsamp = -1, jpegWidth = 0, jpegHeight = 0;
768 bailif0(_fid = (*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
769 jpegHeight = (int)(*env)->GetIntField(env, obj, _fid);
776 if (height == 0) height = jpegHeight;
782 scaledHeight = TJSCALED(jpegHeight, sf[i]);
839 int jpegSubsamp = -1, jpegWidth = 0, jpegHeight = 0;
    [all...]

Completed in 427 milliseconds