OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpegheight
(Results
1 - 8
of
8
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
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
...]
TJTransformer.java
123
if (jpegWidth < 1 ||
jpegHeight
< 1)
126
int w = jpegWidth, h =
jpegHeight
;
/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
...]
turbojpeg.c
1381
int jpegwidth,
jpegheight
, scaledw, scaledh;
local
1756
int jpegwidth,
jpegheight
, jpegSubsamp, scaledw, scaledh;
local
1936
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
143
<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#
jpegHeight
">
jpegHeight
</a></strong></code> </td>
495
<a name="
jpegHeight
">
500
<h4>
jpegHeight
</h4>
501
<pre>protected int
jpegHeight
</pre>
[
all
...]
TJTransformer.html
124
<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 362 milliseconds