OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpegwidth
(Results
1 - 8
of
8
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java
142
if (
jpegWidth
< 1)
144
return
jpegWidth
;
243
if (
jpegWidth
< 1 || jpegHeight < 1)
249
desiredWidth =
jpegWidth
;
252
int scaledWidth =
jpegWidth
, scaledHeight = jpegHeight;
254
scaledWidth = sf[i].getScaled(
jpegWidth
);
285
if (
jpegWidth
< 1 || jpegHeight < 1)
291
desiredWidth =
jpegWidth
;
294
int scaledWidth =
jpegWidth
, scaledHeight = jpegHeight;
296
scaledWidth = sf[i].getScaled(
jpegWidth
);
[
all
...]
TJTransformer.java
122
if (
jpegWidth
< 1 || jpegHeight < 1)
125
int w =
jpegWidth
, h = jpegHeight;
/external/libjpeg-turbo/
turbojpeg-jni.c
615
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
725
int jpegSubsamp=-1,
jpegWidth
=0, jpegHeight=0;
736
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
737
jpegWidth
=(int)(*env)->GetIntField(env, obj, _fid);
744
if(width==0) width=
jpegWidth
;
751
scaledWidth=TJSCALED(
jpegWidth
, sf[i]);
809
int jpegSubsamp=-1,
jpegWidth
=0, jpegHeight=0;
817
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
818
jpegWidth
=(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;
787
if(width==0) width=
jpegwidth
;
791
scaledw=TJSCALED(
jpegwidth
, sf[i]);
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJDecompressor.html
146
<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#
jpegWidth
">
jpegWidth
</a></strong></code> </td>
481
<a name="
jpegWidth
">
486
<h4>
jpegWidth
</h4>
487
<pre>protected int
jpegWidth
</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 238 milliseconds