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 160 if (jpegHeight < 1)
162 return jpegHeight;
245 if (jpegWidth < 1 || jpegHeight < 1)
253 desiredHeight = jpegHeight;
254 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
257 scaledHeight = sf[i].getScaled(jpegHeight);
286 if (jpegWidth < 1 || jpegHeight < 1)
294 desiredHeight = jpegHeight;
295 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
298 scaledHeight = sf[i].getScaled(jpegHeight);
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 622 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
730 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
743 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
744 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
750 if(height==0) height=jpegHeight;
757 scaledHeight=TJSCALED(jpegHeight, sf[i]);
816 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
826 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
827 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
829 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)
    [all...]

Completed in 201 milliseconds