Home
last modified time | relevance | path

Searched defs:pixelFormat (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java378 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 …]
DTJCompressor.java72 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 …]
DTJ.java220 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/
DTJDecompressor.java387 int pitch, int desiredHeight, int pixelFormat, in decompress()
398 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local
417 int desiredHeight, int pixelFormat, int flags) in decompress()
448 int pixelFormat, int flags) throws TJException { in decompress()
706 int stride, int desiredHeight, int pixelFormat, in decompress()
717 yuvImage.getWidth(), stride, yuvImage.getHeight(), pixelFormat, in decompress() local
764 int pixelFormat; boolean intPixels = false; in decompress() local
808 pixelFormat, flags); in decompress() local
895 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress()
899 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress()
[all …]
DTJCompressor.java72 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 …]
DTJ.java221 public static int getPixelSize(int pixelFormat) { in getPixelSize()
243 public static int getRedOffset(int pixelFormat) { in getRedOffset()
265 public static int getGreenOffset(int pixelFormat) { in getGreenOffset()
287 public static int getBlueOffset(int pixelFormat) { in getBlueOffset()
309 public static int getAlphaOffset(int pixelFormat) { in getAlphaOffset()
586 private static void checkPixelFormat(int pixelFormat) { in checkPixelFormat()
/third_party/flutter/glfw/src/
Dwgl_context.c38 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
Dnsgl_context.h38 id pixelFormat; member
/third_party/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp222 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp23 int pixelFormat = 0; in initialize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp23 int pixelFormat = 0; in initialize() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListWGL.cpp52 const int pixelFormat = *fmtIter; in getDefaultWglConfigList() local
DglcInfoTests.cpp98 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c269 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/libjpeg-turbo/
Dturbojpeg.c277 int pixelFormat, int subsamp, int jpegQual,
677 int width, int pitch, int height, int pixelFormat,
769 int pixelFormat, unsigned char **dstPlanes,
926 int width, int pitch, int height, int pixelFormat,
965 int pitch, int height, int pixelFormat,
1298 int width, int pitch, int height, int pixelFormat,
1397 int pixelFormat, int subsamp, int flags)
1450 int height, int pixelFormat, int flags)
1596 int width, int pitch, int height, int pixelFormat,
2073 int align, int *height, int *pixelFormat,
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c236 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/flutter/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp205 int *pixelFormat) in GetANativeWindowBufferProperties()
214 GLenum NativePixelFormatToGLInternalFormat(int pixelFormat) in NativePixelFormatToGLInternalFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp176 int pixelFormat = 0; in ValidateHardwareBuffer() local
207 int pixelFormat = 0; in initImpl() local
/third_party/skia/tools/sk_app/win/
DGLWindowContext_win.cpp102 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
/third_party/flutter/skia/tools/sk_app/win/
DGLWindowContext_win.cpp102 int pixelFormat = GetPixelFormat(dc); in onInitializeContext() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp265const tcu::PixelFormat &pixelFormat, const tcu::RGBA& colorThreshold, float coordThreshold, const … in validateTexture()
419 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], form… in iterate() local
548 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], forma… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureCompressedFormatTests.cpp265const tcu::PixelFormat &pixelFormat, const tcu::RGBA& colorThreshold, float coordThreshold, const … in validateTexture()
419 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], form… in iterate() local
548 …const tcu::PixelFormat pixelFormat (formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], forma… in iterate() local
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshape.c55 Uint32 pixelFormat = 0; in main() local
/third_party/flutter/skia/third_party/externals/angle2/util/windows/
DWGLWindow.cpp92 int pixelFormat = ChoosePixelFormat(mDeviceContext, &pixelFormatDescriptor); in initializeGL() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DWindowSurfaceWGL.cpp21 int pixelFormat, in WindowSurfaceWGL()

12345