Home
last modified time | relevance | path

Searched defs:srcPlanes (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c330 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
911 const unsigned char *srcPlanes[3] = { NULL, NULL, NULL }; in TJDecompressor_decodeYUV() local
H A Dturbojpeg.c1114 const unsigned char *srcPlanes[3]; in tjCompressFromYUV() local
971 tjCompressFromYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, int width, const int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUVPlanes() argument
1428 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUVPlanes() argument
1581 const unsigned char *srcPlanes[3]; tjDecodeYUV() local
[all...]

Completed in 5 milliseconds