Searched refs:colorFormat (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java75 private int colorFormat; field in class:MediaCodecVideoEncoder
81 public EncoderProperties(String codecName, int colorFormat) { argument
83 this.colorFormat = colorFormat;
86 public final int colorFormat; // Color format supported by codec. field in class:MediaCodecVideoEncoder.EncoderProperties
124 for (int colorFormat : capabilities.colorFormats) {
125 Log.d(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
159 ". Color: 0x" + Integer.toHexString(colorFormat));
173 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
185 colorFormat
[all...]
H A DMediaCodecVideoDecoder.java82 private int colorFormat; field in class:MediaCodecVideoDecoder
101 public DecoderProperties(String codecName, int colorFormat) { argument
103 this.colorFormat = colorFormat;
106 public final int colorFormat; // Color format supported by codec. field in class:MediaCodecVideoDecoder.DecoderProperties
145 for (int colorFormat : capabilities.colorFormats) {
146 Log.d(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
281 ". Color: 0x" + Integer.toHexString(properties.colorFormat) +
326 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
335 colorFormat
[all...]
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) argument
40 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
181 const deUint32 colorFormat = chooseColorFormat(config); local
192 if (colorFormat == 0)
205 pixelFormat = getPixelFormat(colorFormat);
211 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height);
213 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; local
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
160 const deUint32 colorFormat = GL_RGBA8; local
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
218 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
246 const deUint32 colorFormat = GL_RGBA8; local
265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
298 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
H A Des3fFboRenderTest.cpp72 , colorFormat (colorFormat_)
84 , colorFormat (GL_NONE)
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in class:deqp::gles3::Functional::FboConfig
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat);
257 checkColorFormatSupport(context, config.colorFormat);
268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height);
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height);
505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12)));
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); local
750 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); local
1111 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); local
1267 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); local
1624 deUint32 colorFormat = colorFormats[colorFmtNdx].format; local
1662 deUint32 colorFormat = colorFormats[colorFmtNdx].format; local
[all...]
H A Des3fFboStencilbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; local
82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y());
132 readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
157 const deUint32 colorFormat = GL_RGBA8; local
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
229 readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
H A Des3fFramebufferBlitTests.cpp73 const deUint32 colorFormat = GL_RGBA8; local
98 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
143 readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
480 const deUint32 colorFormat = GL_RGBA8; local
515 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
595 readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format); local
631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat);
633 Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_VEC4);
759 const tcu::TextureFormat colorFormat
[all...]
H A Des3fFboMultisampleTests.cpp57 BasicFboMultisampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depthStencilFormat, const IVec2& size, int numSamples) argument
59 , m_colorFormat (colorFormat)
H A Des3fFboStateQueryTests.cpp537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat; local
542 glTexStorage2D(GL_TEXTURE_2D, 1, colorFormat, 128, 128);
H A Des3fFboInvalidateTests.cpp1208 const deUint32 colorFormat = GL_RGBA8; local
1210 const tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(colorFormat);
1230 glRenderbufferStorage (GL_RENDERBUFFER, colorFormat, getWidth(), getHeight());
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DBlendMinMaxTest.cpp109 void SetUpFramebuffer(GLenum colorFormat) argument
117 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, getWindowWidth(), getWindowHeight());
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm214 const NSString* const colorFormat = chooseLayerColorFormat(config);
225 if (colorFormat == nil)
233 colorFormat, kEAGLDrawablePropertyColorFormat,
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaCodecBridge.java532 int bitRate, int frameRate, int iFrameInterval, int colorFormat) {
537 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
531 createVideoEncoderFormat(String mime, int width, int height, int bitRate, int frameRate, int iFrameInterval, int colorFormat) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DSettings.js39 this.colorFormat = this.createSetting("colorFormat", "original");
/external/deqp/framework/qphelper/
H A DqpTestLog.c694 static deBool writeCompressedPNG (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat) argument
701 colorFormat,
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h245 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathColorGenProc)(GrGLenum color, GrGLenum genMode, GrGLenum colorFormat, const GrGLfloat *coeffs);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js62 WebInspector.settings.colorFormat.addChangeListener(this._colorFormatSettingChanged.bind(this));
120 var formatSetting = WebInspector.settings.colorFormat.get();
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1748 GLboolean colorFormat; local
1857 colorFormat = _mesa_is_color_format(format);
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||
/external/mesa3d/src/mesa/main/
H A Dteximage.c1748 GLboolean colorFormat; local
1857 colorFormat = _mesa_is_color_format(format);
1858 if ((_mesa_is_color_format(internalFormat) && !colorFormat && !indexFormat) ||
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h12600 GLAPI void APIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
12650 typedef void (APIENTRYP PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
/external/mesa3d/include/GL/
H A Dglext.h12590 GLAPI void APIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
12640 typedef void (APIENTRYP PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);

Completed in 9037 milliseconds