Home
last modified time | relevance | path

Searched defs:jpegSubsamp (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg-jni.c61 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
100 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
145 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
155 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
202 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
358 int width=0, height=0, jpegSubsamp=-1; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local
493 int jpegSubsamp=-1, jpegWidth=0, jpegHeight=0; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV() local
616 int jpegWidth=0, jpegHeight=0, jpegSubsamp; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
Dturbojpeg.c516 int jpegSubsamp) in tjBufSize()
576 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress2()
652 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress()
880 int *jpegSubsamp) in tjDecompressHeader2()
919 int jpegSubsamp; in tjDecompressHeader() local
1195 int retval=0, i, jpegSubsamp; in tjTransform() local