Home
last modified time | relevance | path

Searched refs:colorFormat (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java102 private int colorFormat; field in MediaCodecVideoDecoder
134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() argument
136 this.colorFormat = colorFormat; in DecoderProperties()
139 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoDecoder.DecoderProperties
180 for (int colorFormat : capabilities.colorFormats) { in findDecoder()
181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findDecoder()
256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) + in initDecode()
273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initDecode()
284 colorFormat = properties.colorFormat; in initDecode()
551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in dequeueOutputBuffer()
[all …]
DMediaCodecVideoEncoder.java124 private int colorFormat; // Used by native code. field in MediaCodecVideoEncoder
143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties() argument
145 this.colorFormat = colorFormat; in EncoderProperties()
148 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoEncoder.EncoderProperties
198 for (int colorFormat : capabilities.colorFormats) { in findHwEncoder()
199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findHwEncoder()
307 colorFormat = properties.colorFormat; in initEncode()
308 Logging.d(TAG, "Color format: " + colorFormat); in initEncode()
315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initEncode()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp72 , colorFormat (colorFormat_) in FboConfig()
84 , colorFormat (GL_NONE) in FboConfig()
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName()
257 checkColorFormatSupport(context, config.colorFormat); in Framebuffer()
268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer()
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer()
505 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare()
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
530 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat); in render()
[all …]
Des3fFboDepthbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
132 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
160 const deUint32 colorFormat = GL_RGBA8; in render() local
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
218 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
246 const deUint32 colorFormat = GL_RGBA8; in render() local
265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
298 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
Des3fFboStencilbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y()); in render()
132 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), V… in render()
157 const deUint32 colorFormat = GL_RGBA8; in render() local
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in render()
229 …readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f)… in render()
Des3fFramebufferBlitTests.cpp73 const deUint32 colorFormat = GL_RGBA8; in render() local
98 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y()); in render()
143 …readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.… in render()
480 const deUint32 colorFormat = GL_RGBA8; in render() local
515 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y()); in render()
595 …readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.… in render()
630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local
631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat); in render()
633 …Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_V… in render()
759 const tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); in render() local
[all …]
Des3fFboMultisampleTests.cpp57 …leCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depth… in BasicFboMultisampleCase() argument
59 , m_colorFormat (colorFormat) in BasicFboMultisampleCase()
Des3fFboStateQueryTests.cpp537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat; in test() local
542 glTexStorage2D(GL_TEXTURE_2D, 1, colorFormat, 128, 128); in test()
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat() argument
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat()
210 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local
221 if (colorFormat == 0) in createFramebuffer()
234 pixelFormat = getPixelFormat(colorFormat); in createFramebuffer()
240 … gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height); in createFramebuffer()
242 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in createFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp122 ColorFragmentShader (const tcu::TextureFormat& colorFormat, in ColorFragmentShader() argument
125 , m_colorFormat (colorFormat) in ColorFragmentShader()
179 …SamplerFragmentShader (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tc… in SamplerFragmentShader() argument
181 , m_colorFormat (colorFormat) in SamplerFragmentShader()
273 …SamplerProgram (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Samp… in SamplerProgram() argument
275 , m_fragmentShader (colorFormat, texture, sampler, lod, lookupScale, lookupBias, swizzle) in SamplerProgram()
293 const tcu::TextureFormat& colorFormat,
DvktPipelineEarlyFragmentTests.cpp359 const VkFormat colorFormat, in makeRenderPass() argument
368 colorFormat, // VkFormat format; in makeRenderPass()
840 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
842 …const Image colorImage (vk, device, allocator, makeImageCreateInfo(renderSize, colorFormat in iterate()
843 …geView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate()
906 …const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderSize… in iterate()
930 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachm… in iterate()
1014 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in iterate()
DvktPipelineReferenceRenderer.cpp166 const tcu::TextureFormat& colorFormat, in ReferenceRenderer() argument
172 , m_colorFormat (colorFormat) in ReferenceRenderer()
176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
DvktPipelineBlendTests.cpp106 const VkFormat colorFormat,
120 …BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttach…
249 const VkFormat colorFormat, in BlendTest() argument
252 , m_colorFormat(colorFormat) in BlendTest()
296 const VkFormat colorFormat, in BlendTestInstance() argument
300 , m_colorFormat (colorFormat) in BlendTestInstance()
DvktPipelineTimestampTests.cpp968 virtual void buildRenderPass (VkFormat colorFormat,
971 VkFormat colorFormat,
1040 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass() argument
1050 colorFormat, // VkFormat format; in buildRenderPass()
1123 void BasicGraphicsTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFor… in buildFrameBuffer() argument
1131 m_colorImage = createImage2DAndBindMemory(colorFormat, in buildFrameBuffer()
1191 colorFormat, // VkFormat format; in buildFrameBuffer()
DvktPipelineImageSamplingInstance.cpp979 const tcu::TextureFormat colorFormat = mapVkFormat(m_colorFormat); in verifyImage() local
992 …program = createRefProgram(colorFormat, sampler, samplerLod, componentMapping, *m_texture, m_image… in verifyImage()
996 …Renderer>(new ReferenceRenderer(m_renderSize.x(), m_renderSize.y(), 1, colorFormat, depthStencilFo… in verifyImage()
DvktPipelineMultisampleTests.cpp211 VkFormat colorFormat,
1268 VkFormat colorFormat, in MultisampleRenderer() argument
1276 , m_colorFormat (colorFormat) in MultisampleRenderer()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp244 VkFormat colorFormat; in getAttachmentsDescriptor() local
245 GrPixelConfigToVkFormat(this->config(), &colorFormat); in getAttachmentsDescriptor()
246 desc->fColor.fFormat = colorFormat; in getAttachmentsDescriptor()
251 desc->fResolve.fFormat = colorFormat; in getAttachmentsDescriptor()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSApplicationConfiguration.java33 public int colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
DIOSGraphics.java125 view.setDrawableColorFormat(config.colorFormat); in init()
140 if (config.colorFormat == GLKViewDrawableColorFormat.RGB565) { in init()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSApplicationConfiguration.java33 public GLKViewDrawableColorFormat colorFormat = GLKViewDrawableColorFormat.RGB565; field in IOSApplicationConfiguration
DIOSGraphics.java217 view.setDrawableColorFormat(config.colorFormat); in IOSGraphics()
232 if (config.colorFormat == GLKViewDrawableColorFormat.RGB565) { in IOSGraphics()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm214 const NSString* const colorFormat = chooseLayerColorFormat(config);
225 if (colorFormat == nil)
233 colorFormat, kEAGLDrawablePropertyColorFormat,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp338 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleTest() local
903 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleTest()
950 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTriangleUnusedResolveAttachmentTest() local
1520 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp770 …const VkFormat colorFormat = isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FO… in execute() local
778 colorFormat, // VkFormat format; in execute()
794 colorFormat, // VkFormat format; in execute()
834 colorFormat, // VkFormat format; in execute()
2199 VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in renderTess() local
2229 colorFormat, // VkFormat format; in renderTess()
2258 colorFormat, // VkFormat format; in renderTess()
2282 colorFormat, // VkFormat format; in renderTess()
/external/deqp/framework/qphelper/
DqpTestLog.c696 …G (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat) in writeCompressedPNG() argument
703 colorFormat, in writeCompressedPNG()

12