HomeSort by relevance Sort by last modified time
    Searched full:jpegheight (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 157 if (jpegHeight < 1)
159 return jpegHeight;
243 if (jpegWidth < 1 || jpegHeight < 1)
251 desiredHeight = jpegHeight;
252 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
255 scaledHeight = sf[i].getScaled(jpegHeight);
285 if (jpegWidth < 1 || jpegHeight < 1)
293 desiredHeight = jpegHeight;
294 int scaledWidth = jpegWidth, scaledHeight = jpegHeight;
297 scaledHeight = sf[i].getScaled(jpegHeight);
    [all...]
TJTransformer.java 122 if (jpegWidth < 1 || jpegHeight < 1)
125 int w = jpegWidth, h = jpegHeight;
  /external/libjpeg-turbo/
turbojpeg-jni.c 617 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
725 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
738 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
739 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
745 if(height==0) height=jpegHeight;
752 scaledHeight=TJSCALED(jpegHeight, sf[i]);
809 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0;
819 bailif0(_fid=(*env)->GetFieldID(env, _cls, "jpegHeight", "I"));
820 jpegHeight=(int)(*env)->GetIntField(env, obj, _fid);
822 <(jsize)tjBufSizeYUV(jpegWidth, jpegHeight, jpegSubsamp)
    [all...]
turbojpeg.c 1340 int jpegwidth, jpegheight, scaledw, scaledh; local
1705 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; local
1880 int i, jpegwidth, jpegheight, scaledw, scaledh; local
    [all...]
  /external/libvncserver/common/
turbojpeg.c 751 int jpegwidth, jpegheight, scaledw, scaledh; local
786 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
788 if(height==0) height=jpegheight;
792 scaledh=TJSCALED(jpegheight, sf[i]);
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJDecompressor.html 138 <td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegHeight">jpegHeight</a></strong></code>&nbsp;</td>
490 <a name="jpegHeight">
495 <h4>jpegHeight</h4>
496 <pre>protected&nbsp;int jpegHeight</pre>
    [all...]
TJTransformer.html 120 <code><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#handle">handle</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegBuf">jpegBuf</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegBufSize">jpegBufSize</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegColorspace">jpegColorspace</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegHeight">jpegHeight</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegSubsamp">jpegSubsamp</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#jpegWidth">jpegWidth</a>, <a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#yuvImage">yuvImage</a></code></li>
  /external/libjpeg-turbo/java/doc/
index-all.html     [all...]

Completed in 132 milliseconds