OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jpegHeight
(Results
1 - 2
of
2
) 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
...]
/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
...]
Completed in 90 milliseconds