Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java70 int height, int pixelFormat) throws Exception { in TJCompressor()
80 int pixelFormat) throws Exception { in TJCompressor()
141 int pitch, int height, int pixelFormat) in setSourceImage()
167 int height, int pixelFormat) throws Exception { in setSourceImage()
205 int pixelFormat; in setSourceImage() local
590 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress()
594 int pitch, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress()
598 int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, int jpegQual, in compress()
602 int stride, int height, int pixelFormat, byte[] dstBuf, int jpegSubsamp, in compress()
611 int height, int pixelFormat, byte[] dstBuf, int subsamp, int flags) in encodeYUV()
[all …]
DTJDecompressor.java371 int pitch, int desiredHeight, int pixelFormat, in decompress()
382 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local
400 int desiredHeight, int pixelFormat, int flags) in decompress()
431 int pixelFormat, int flags) throws Exception { in decompress()
678 int stride, int desiredHeight, int pixelFormat, in decompress()
689 yuvImage.getWidth(), stride, yuvImage.getHeight(), pixelFormat, in decompress() local
731 int pixelFormat; boolean intPixels = false; in decompress() local
775 pixelFormat, flags); in decompress() local
858 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress()
862 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress()
[all …]
DTJ.java220 public static int getPixelSize(int pixelFormat) throws Exception { in getPixelSize()
242 public static int getRedOffset(int pixelFormat) throws Exception { in getRedOffset()
264 public static int getGreenOffset(int pixelFormat) throws Exception { in getGreenOffset()
286 public static int getBlueOffset(int pixelFormat) throws Exception { in getBlueOffset()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlTextureFrameBuffer.java41 private final int pixelFormat; field in GlTextureFrameBuffer
49 public GlTextureFrameBuffer(int pixelFormat) { in GlTextureFrameBuffer()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java26 private int pixelFormat = PixelFormat.RGBA_4444; field in ShadowDisplay
129 public void setPixelFormat(int pixelFormat) { in setPixelFormat()
/external/libvncserver/common/
Dturbojpeg.c141 int pixelFormat, int subsamp, int jpegQual) in setCompDefaults()
206 int pixelFormat) in setDecompDefaults()
309 int height, int pixelFormat, unsigned char *dst) in toRGB()
370 int pitch, int height, int pixelFormat) in fromRGB()
539 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, in tjCompress2()
748 int height, int pixelFormat, int flags) in tjDecompress2()
/external/libjpeg-turbo/
Dturbojpeg.c174 int pixelFormat, int subsamp, int jpegQual, int flags) in setCompDefaults()
275 int pixelFormat, int flags) in setDecompDefaults()
398 int height, int pixelFormat, unsigned char *dst) in toRGB()
459 int pitch, int height, int pixelFormat) in fromRGB()
732 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, in tjCompress2()
831 int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, in tjEncodeYUVPlanes()
992 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, in tjEncodeYUV3()
1028 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, in tjEncodeYUV2()
1337 int height, int pixelFormat, int flags) in tjDecompress2()
1450 int pixelFormat, int subsamp, int flags) in setDecodeDefaults()
[all …]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglOffscreenBuffer.java55 private PixelFormat pixelFormat; field in LwjglOffscreenBuffer
DLwjglDisplay.java51 private PixelFormat pixelFormat; field in LwjglDisplay
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.cpp32 VkFormat pixelFormat; in Create() local
DGrVkGpu.cpp470 VkFormat pixelFormat; in onCreateTexture() local
717 VkFormat pixelFormat; in createTestingOnlyBackendTexture() local
1106 VkFormat pixelFormat; in onReadPixels() local
DGrVkRenderTarget.cpp119 VkFormat pixelFormat; in Create() local
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp101 int pixelFormat = 0; in WGLContext() local
DtcuWGL.hpp79 int pixelFormat; member in tcu::wgl::PixelFormatInfo
DtcuWin32GLES3Platform.cpp92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config); in Win32GLES3Context() local
DtcuWGL.cpp215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library() local
353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat) in Context()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp124 CGLPixelFormatObj pixelFormat; in CGLRenderContext() local
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp214 tcu::PixelFormat pixelFormat; in createFramebuffer() local
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat(); in iterate() local
Des3fTextureShadowTests.cpp103 const tcu::PixelFormat& pixelFormat) in verifyTexCompareResult()
362 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); in iterate() local
652 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); in iterate() local
928 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); in iterate() local
Des3fColorClearTest.cpp105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat(); in iterate() local
Des2fColorClearTest.cpp105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat(); in iterate() local
/external/libjpeg-turbo/java/
DTJBench.java87 static byte[] loadImage(String fileName, int[] w, int[] h, int pixelFormat) in loadImage()
113 int pixelFormat) throws Exception { in saveImage()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DHDRLoader.java292 Format pixelFormat; in load() local

12