Home
last modified time | relevance | path

Searched refs:jpegSubsamp (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libjpeg-turbo/
H A Dturbojpeg.c542 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) argument
547 if (width < 1 || height < 1 || jpegSubsamp < 0 || jpegSubsamp >= TJ_NUMSAMP)
553 mcuw = tjMCUWidth[jpegSubsamp];
554 mcuh = tjMCUHeight[jpegSubsamp];
555 chromasf = jpegSubsamp == TJSAMP_GRAY ? 0 : 4 * 64 / (mcuw * mcuh);
705 int jpegSubsamp, int jpegQual, int flags) argument
718 jpegSize == NULL || jpegSubsamp < 0 || jpegSubsamp >= TJ_NUMSAMP ||
742 alloc = FALSE; *jpegSize = tjBufSize(width, height, jpegSubsamp);
745 setCompDefaults(cinfo, pixelFormat, jpegSubsamp, jpegQual, flags);
774 int jpegSubsamp, int jpegQual, int flags) argument
[all …]
H A Dturbojpeg-jni.c134 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() argument
136 unsigned long retval = tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
231 jint jpegSubsamp, jint jpegQual, jint flags) in TJCompressor_compress() argument
250 jpegSize = tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress()
260 width, pitch, height, pf, &jpegBuf, &jpegSize, jpegSubsamp, in TJCompressor_compress()
276 jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() argument
280 pf, dst, jpegSubsamp, jpegQual, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
286 jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII() argument
290 pf, dst, jpegSubsamp, jpegQual, flags); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
296 jint stride, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() argument
[all …]
H A Dturbojpeg.h760 int jpegSubsamp, int jpegQual, int flags);
926 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1175 int *height, int *jpegSubsamp,
1731 int jpegSubsamp, int jpegQual, int flags);
1748 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1752 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libjpeg-turbo/
Dturbojpeg.h746 int jpegSubsamp, int jpegQual, int flags);
913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1149 int *height, int *jpegSubsamp,
1699 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1706 int jpegSubsamp, int jpegQual, int flags);
1722 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libjpeg-turbo/
Dturbojpeg.h746 int jpegSubsamp, int jpegQual, int flags);
913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1149 int *height, int *jpegSubsamp,
1699 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1706 int jpegSubsamp, int jpegQual, int flags);
1722 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libjpeg-turbo/
Dturbojpeg.h746 int jpegSubsamp, int jpegQual, int flags);
913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1149 int *height, int *jpegSubsamp,
1699 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1706 int jpegSubsamp, int jpegQual, int flags);
1722 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libjpeg-turbo/
Dturbojpeg.h757 int jpegSubsamp, int jpegQual, int flags);
924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1160 int *height, int *jpegSubsamp,
1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1718 int jpegSubsamp, int jpegQual, int flags);
1734 int *height, int *jpegSubsamp);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libjpeg-turbo/
Dturbojpeg.h746 int jpegSubsamp, int jpegQual, int flags);
913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
1149 int *height, int *jpegSubsamp,
1699 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
1706 int jpegSubsamp, int jpegQual, int flags);
1722 int *height, int *jpegSubsamp);