Searched defs:dstPlanes (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_render.cpp | 1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/ |
H A D | jpeg_decoder_yuv.cpp | 479 unsigned char* dstPlanes[YUVCOMPONENT_MAX] = { 0 }; in DecodeFrom420To420() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg-jni.c | 412 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in TJCompressor_encodeYUV() local 782 unsigned char *dstPlanes[3] = { NULL, NULL, NULL }; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
|
H A D | turbojpeg.c | 919 unsigned char *dstPlanes[3]; in tjEncodeYUV3() local 756 tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, int flags) tjEncodeYUVPlanes() argument 1615 tjDecompressToYUVPlanes(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) tjDecompressToYUVPlanes() argument 1799 unsigned char *dstPlanes[3]; tjDecompressToYUV2() local [all...] |
Completed in 8 milliseconds