/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 378 int pitch, int desiredHeight, int pixelFormat, in decompress() 389 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local 408 int desiredHeight, int pixelFormat, int flags) in decompress() 439 int pixelFormat, int flags) throws TJException { in decompress() 697 int stride, int desiredHeight, int pixelFormat, in decompress() 708 yuvImage.getWidth(), stride, yuvImage.getHeight(), pixelFormat, in decompress() local 755 int pixelFormat; boolean intPixels = false; in decompress() local 799 pixelFormat, flags); in decompress() local 886 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress() 890 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress() [all …]
|
D | TJCompressor.java | 72 int height, int pixelFormat) throws TJException { in TJCompressor() 83 int pixelFormat) throws TJException { in TJCompressor() 144 int pitch, int height, int pixelFormat) in setSourceImage() 171 int height, int pixelFormat) throws TJException { in setSourceImage() 209 int pixelFormat; in setSourceImage() local 598 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 603 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 609 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 614 int stride, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 626 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV() [all …]
|
D | TJ.java | 220 public static int getPixelSize(int pixelFormat) { in getPixelSize() 242 public static int getRedOffset(int pixelFormat) { in getRedOffset() 264 public static int getGreenOffset(int pixelFormat) { in getGreenOffset() 286 public static int getBlueOffset(int pixelFormat) { in getBlueOffset() 308 public static int getAlphaOffset(int pixelFormat) { in getAlphaOffset() 574 private static void checkPixelFormat(int pixelFormat) { in checkPixelFormat()
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 378 int pitch, int desiredHeight, int pixelFormat, in decompress() 389 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local 408 int desiredHeight, int pixelFormat, int flags) in decompress() 439 int pixelFormat, int flags) throws TJException { in decompress() 697 int stride, int desiredHeight, int pixelFormat, in decompress() 708 yuvImage.getWidth(), stride, yuvImage.getHeight(), pixelFormat, in decompress() local 755 int pixelFormat; boolean intPixels = false; in decompress() local 799 pixelFormat, flags); in decompress() local 886 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress() 890 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress() [all …]
|
D | TJCompressor.java | 72 int height, int pixelFormat) throws TJException { in TJCompressor() 83 int pixelFormat) throws TJException { in TJCompressor() 144 int pitch, int height, int pixelFormat) in setSourceImage() 171 int height, int pixelFormat) throws TJException { in setSourceImage() 209 int pixelFormat; in setSourceImage() local 605 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 610 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 616 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 621 int stride, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 633 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV() [all …]
|
D | TJ.java | 220 public static int getPixelSize(int pixelFormat) { in getPixelSize() 242 public static int getRedOffset(int pixelFormat) { in getRedOffset() 264 public static int getGreenOffset(int pixelFormat) { in getGreenOffset() 286 public static int getBlueOffset(int pixelFormat) { in getBlueOffset() 308 public static int getAlphaOffset(int pixelFormat) { in getAlphaOffset() 574 private static void checkPixelFormat(int pixelFormat) { in checkPixelFormat()
|
/third_party/flutter/glfw/src/ |
D | wgl_context.c | 38 static int getPixelFormatAttrib(_GLFWwindow* window, int pixelFormat, int attrib) in getPixelFormatAttrib() 63 int i, pixelFormat, nativeCount, usableCount; in choosePixelFormat() local 477 int pixelFormat; in _glfwCreateContextWGL() local
|
D | nsgl_context.h | 38 id pixelFormat; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | android_util.cpp | 222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() 338 int *pixelFormat, in GetANativeWindowBufferProperties() 349 GLenum NativePixelFormatToGLInternalFormat(int pixelFormat) in NativePixelFormatToGLInternalFormat() 395 bool NativePixelFormatIsYUV(int pixelFormat) in NativePixelFormatIsYUV()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmClient/src/ |
D | ilm_client.c | 47 ilmPixelFormat pixelFormat, t_ilm_surface* pSurfaceId) in ilm_surfaceCreate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | NativeBufferImageSiblingAndroid.cpp | 23 int pixelFormat = 0; in initialize() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | NativeBufferImageSiblingAndroid.cpp | 23 int pixelFormat = 0; in initialize() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 52 const int pixelFormat = *fmtIter; in getDefaultWglConfigList() local
|
D | glcInfoTests.cpp | 98 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 269 int pixelFormat, int subsamp, int jpegQual, in setCompDefaults() 667 int width, int pitch, int height, int pixelFormat, in tjCompress2() 758 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 915 int width, int pitch, int height, int pixelFormat, in tjEncodeYUV3() 954 int pitch, int height, int pixelFormat, in tjEncodeYUV2() 1280 int width, int pitch, int height, int pixelFormat, in tjDecompress2() 1379 int pixelFormat, int subsamp, int flags) in setDecodeDefaults() 1432 int height, int pixelFormat, int flags) in tjDecodeYUVPlanes() 1578 int width, int pitch, int height, int pixelFormat, in tjDecodeYUV() 2054 int align, int *height, int *pixelFormat, in tjLoadImage() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 236 static int setCompDefaults(struct jpeg_compress_struct *cinfo, int pixelFormat, in setCompDefaults() 609 int width, int pitch, int height, int pixelFormat, in tjCompress2() 698 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 855 int width, int pitch, int height, int pixelFormat, in tjEncodeYUV3() 894 int pitch, int height, int pixelFormat, in tjEncodeYUV2() 1218 int width, int pitch, int height, int pixelFormat, in tjDecompress2() 1308 int pixelFormat, int subsamp, int flags) in setDecodeDefaults() 1361 int height, int pixelFormat, int flags) in tjDecodeYUVPlanes() 1504 int width, int pitch, int height, int pixelFormat, in tjDecodeYUV() 1960 int align, int *height, int *pixelFormat, in tjLoadImage() [all …]
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 237 static int setCompDefaults(struct jpeg_compress_struct *cinfo, int pixelFormat, in setCompDefaults() 638 int width, int pitch, int height, int pixelFormat, in tjCompress2() 727 int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes() 884 int width, int pitch, int height, int pixelFormat, in tjEncodeYUV3() 923 int pitch, int height, int pixelFormat, in tjEncodeYUV2() 1247 int width, int pitch, int height, int pixelFormat, in tjDecompress2() 1337 int pixelFormat, int subsamp, int flags) in setDecodeDefaults() 1390 int height, int pixelFormat, int flags) in tjDecodeYUVPlanes() 1536 int width, int pitch, int height, int pixelFormat, in tjDecodeYUV() 1991 int align, int *height, int *pixelFormat, in tjLoadImage() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.cpp | 176 int pixelFormat = 0; in ValidateHardwareBuffer() local 207 int pixelFormat = 0; in initImpl() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | android_util.cpp | 205 int *pixelFormat) in GetANativeWindowBufferProperties() 214 GLenum NativePixelFormatToGLInternalFormat(int pixelFormat) in NativePixelFormatToGLInternalFormat()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 102 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
|
/third_party/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 102 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testshape.c | 55 Uint32 pixelFormat = 0; in main() local
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.cpp | 92 int pixelFormat = ChoosePixelFormat(mDeviceContext, &pixelFormatDescriptor); in initializeGL() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 240 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], form… in iterate() local 358 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], forma… in iterate() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | WindowSurfaceWGL.cpp | 21 int pixelFormat, in WindowSurfaceWGL()
|