Home
last modified time | relevance | path

Searched defs:dstPlanes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.cpp1322 uint32 dstPlanes = FinalSpace ().IsMonochrome () ? 1 : 3; in Render() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_decoder_yuv.cpp479 unsigned char* dstPlanes[YUVCOMPONENT_MAX] = { 0 }; in DecodeFrom420To420() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg-jni.c412 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 Dturbojpeg.c919 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