Searched defs:jpegSize (Results 1 - 10 of 10) sorted by relevance

/external/libjpeg-turbo/java/
H A DTJBench.java133 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, argument
174 tjd.setSourceImage(jpegBuf[tile], jpegSize[tile]);
200 jpegBuf = null; jpegSize = null;
277 int[] jpegSize;
304 jpegSize = new int[ntilesw * ntilesh];
343 jpegSize[tile] = tjc.getCompressedSize();
344 totalJpegSize += jpegSize[tile];
401 fos.write(jpegBuf[0], 0, jpegSize[0]);
409 decomp(srcBuf, jpegBuf, jpegSize, tmpBuf, w, h, subsamp, jpegQual,
421 int[] jpegSize
[all...]
H A DTJUnitTest.java706 int jpegSize, int w, int h, int pf,
727 tjd.setSourceImage(jpegBuf, jpegSize);
788 int jpegSize, int w, int h, int pf,
801 decompTest(tjd, jpegBuf, jpegSize, w, h, pf, baseName, subsamp,
705 decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, int w, int h, int pf, String baseName, int subsamp, int flags, TJScalingFactor sf) argument
787 decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, int w, int h, int pf, String baseName, int subsamp, int flags) argument
/external/libvncserver/test/
H A Dtjunittest.c224 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) argument
227 if(!file || fwrite(jpegBuf, jpegSize, 1, file)!=1)
273 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp,
288 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
314 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp,
324 _decompTest(handle, jpegBuf, jpegSize, w, h, pf, basename, subsamp,
328 _decompTest(handle, jpegBuf, jpegSize, w, h, pf, basename, subsamp, flags,
382 unsigned long jpegSize=0; local
400 jpegSize
272 _decompTest(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, int flags, tjscalingfactor sf) argument
313 decompTest(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, int flags) argument
[all...]
/external/libjpeg-turbo/
H A Dtjunittest.c381 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) argument
384 if(!file || fwrite(jpegBuf, jpegSize, 1, file)!=1)
455 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp,
464 _tj(tjDecompressHeader2(handle, jpegBuf, jpegSize, &_hdrw, &_hdrh,
489 _tj(tjDecompressToYUV2(handle, jpegBuf, jpegSize, yuvBuf, scaledWidth,
508 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
524 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp,
538 _decompTest(handle, jpegBuf, jpegSize, w, h, pf, basename, subsamp,
454 _decompTest(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, int flags, tjscalingfactor sf) argument
523 decompTest(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, int flags) argument
H A Dturbojpeg-jni.c189 unsigned long jpegSize=0; local
205 jpegSize=tjBufSize(width, height, jpegSubsamp);
206 if((*env)->GetArrayLength(env, dst)<(jsize)jpegSize)
215 pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, jpegQual,
222 return (jint)jpegSize;
288 unsigned long jpegSize=0; local
308 jpegSize=tjBufSize(width, height, subsamp);
309 if((*env)->GetArrayLength(env, dst)<(jsize)jpegSize)
340 subsamp, &jpegBuf, &jpegSize, jpegQual, flags|TJFLAG_NOREALLOC)==-1)
355 return (jint)jpegSize;
589 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize) argument
625 TJDecompressor_decompress(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
663 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) argument
672 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint width, jint pitch, jint height, jint pf, jint flags) argument
681 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint x, jint y, jint width, jint stride, jint height, jint pf, jint flags) argument
698 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, jint width, jint stride, jint height, jint pf, jint flags) argument
716 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, jintArray jDstStrides, jint desiredHeight, jint flags) argument
803 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint flags) argument
1028 Java_org_libjpegturbo_turbojpeg_TJTransformer_transform(JNIEnv *env, jobject obj, jbyteArray jsrcBuf, jint jpegSize, jobjectArray dstobjs, jobjectArray tobjs, jint flags) argument
[all...]
H A Dturbojpeg.c733 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags)
745 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL
777 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
779 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc);
810 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags)
825 *jpegSize=size;
1046 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags)
1064 || subsamp>=NUMSUBOPT || jpegBuf==NULL || jpegSize==NULL || jpegQual<0
1086 alloc=0; *jpegSize=tjBufSize(width, height, subsamp);
1088 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, allo
731 tjCompress2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument
808 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument
1044 tjCompressFromYUVPlanes(tjhandle handle, unsigned char **srcPlanes, int width, int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) argument
1175 tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf, int width, int pad, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) argument
1253 tjDecompressHeader3(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp, int *jpegColorspace) argument
1303 tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp) argument
1312 tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) argument
1335 tjDecompress2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) argument
1437 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) argument
1700 tjDecompressToYUVPlanes(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) argument
1874 tjDecompressToYUV2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pad, int height, int flags) argument
1935 tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int flags) argument
1962 tjTransform(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **dstBufs, unsigned long *dstSizes, tjtransform *t, int flags) argument
[all...]
/external/libvncserver/common/
H A Dturbojpeg.c540 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags)
552 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL
602 *jpegSize=tjBufSize(width, height, jpegSubsamp)
616 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags)
622 *jpegSize=size;
685 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
694 if(jpegBuf==NULL || jpegSize<=0 || width==NULL || height==NULL
704 this->jsrc.bytes_in_buffer=jpegSize;
724 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height)
727 return tjDecompressHeader2(handle, jpegBuf, jpegSize, widt
538 tjCompress2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument
614 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument
684 tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp) argument
723 tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) argument
746 tjDecompress2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) argument
848 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 111 milliseconds