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
145
if (
jpegWidth
< 1)
147
return
jpegWidth
;
245
if (
jpegWidth
< 1 || jpegHeight < 1)
251
desiredWidth =
jpegWidth
;
254
int scaledWidth =
jpegWidth
, scaledHeight = jpegHeight;
256
scaledWidth = sf[i].getScaled(
jpegWidth
);
286
if (
jpegWidth
< 1 || jpegHeight < 1)
292
desiredWidth =
jpegWidth
;
295
int scaledWidth =
jpegWidth
, scaledHeight = jpegHeight;
297
scaledWidth = sf[i].getScaled(
jpegWidth
);
[
all
...]
TJTransformer.java
123
if (
jpegWidth
< 1 || jpegHeight < 1)
126
int w =
jpegWidth
, h = jpegHeight;
/external/libjpeg-turbo/
turbojpeg-jni.c
620
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
730
int jpegSubsamp=-1,
jpegWidth
=0, jpegHeight=0;
741
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
742
jpegWidth
=(int)(*env)->GetIntField(env, obj, _fid);
749
if(width==0) width=
jpegWidth
;
756
scaledWidth=TJSCALED(
jpegWidth
, sf[i]);
816
int jpegSubsamp=-1,
jpegWidth
=0, jpegHeight=0;
824
bailif0(_fid=(*env)->GetFieldID(env, _cls, "
jpegWidth
", "I"));
825
jpegWidth
=(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;
787
if(width==0) width=
jpegwidth
;
791
scaledw=TJSCALED(
jpegwidth
, sf[i]);
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJDecompressor.html
151
<td class="colLast"><code><strong><a href="../../../org/libjpegturbo/turbojpeg/TJDecompressor.html#
jpegWidth
">
jpegWidth
</a></strong></code> </td>
486
<a name="
jpegWidth
">
491
<h4>
jpegWidth
</h4>
492
<pre>protected int
jpegWidth
</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 862 milliseconds