HomeSort by relevance Sort by last modified time
    Searched defs:colorFormat (Results 1 - 25 of 49) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 47 int colorFormat; //!< V4L2_PIX_FMT_XXX
65 colorFormat = _colorFormat_;
77 colorFormat = other->colorFormat;
89 colorFormat = other.colorFormat;
102 && colorFormat == other.colorFormat);
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
40 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
181 const deUint32 colorFormat = chooseColorFormat(config);
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/
es3fFboDepthbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
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;
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;
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));
es3fFboStencilbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
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;
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
229 readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
es3fFboStateQueryTests.cpp 537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat;
542 glTexStorage2D(GL_TEXTURE_2D, 1, colorFormat, 128, 128);
    [all...]
es3fFboInvalidateTests.cpp     [all...]
es3fFramebufferBlitTests.cpp 73 const deUint32 colorFormat = GL_RGBA8;
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;
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);
631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat);
633 Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_VEC4);
759 const tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format)
    [all...]
es3fFboRenderTest.cpp 72 , colorFormat (colorFormat_)
84 , colorFormat (GL_NONE)
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer
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);
    [all...]
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 55 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
60 mColorFormat(colorFormat),
165 int colorFormat = OMX_COLOR_FormatYUV420Planar;
185 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
186 if (colorFormat == -1) {
269 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
290 enc_meta->setInt32(kKeyColorFormat, colorFormat);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 75 private int colorFormat;
81 EncoderProperties(String codecName, int colorFormat) {
83 this.colorFormat = colorFormat;
86 public final int colorFormat; // Color format supported by codec.
111 for (int colorFormat : capabilities.colorFormats) {
112 Log.d(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
161 ". Color: 0x" + Integer.toHexString(colorFormat));
175 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
187 colorFormat = properties.colorFormat
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 362 OMX_COLOR_FORMATTYPE colorFormat;
377 colorFormat = pBufferInfo->ColorFormat;
435 omx_2_hal_pixel_format(colorFormat), /* color_format */
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 113 int32_t colorFormat;
114 if (meta->findInt32(kKeyColorFormat, &colorFormat)) {
115 msg->setInt32("color-format", colorFormat);
498 int32_t colorFormat;
499 if (msg->findInt32("color-format", &colorFormat)) {
500 meta->setInt32(kKeyColorFormat, colorFormat);
ACodec.cpp     [all...]
OMXCodec.cpp 742 OMX_COLOR_FORMATTYPE colorFormat) {
770 && format.eColorFormat == colorFormat) {
778 colorFormat, compressionFormat);
796 OMX_COLOR_FORMATTYPE colorFormat, int32_t width, int32_t height) {
797 switch (colorFormat) {
823 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat) {
827 *colorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
830 *colorFormat = (OMX_COLOR_FORMATTYPE) targetColorFormat;
834 return isColorFormatSupported(*colorFormat, kPortIndexInput);
838 OMX_COLOR_FORMATTYPE colorFormat, int portIndex)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c     [all...]
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 308 int colorFormat = selectColorFormat(codecInfo, mMimeType);
309 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat);
317 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
334 doEncodeDecodeVideoFromBuffer(encoder, colorFormat, decoder, toSurface);
373 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface;
381 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
457 int colorFormat = capabilities.colorFormats[i];
458 if (isRecognizedFormat(colorFormat)) {
459 return colorFormat;
    [all...]
MediaCodecTest.java 281 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE);
282 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
Vp8CodecTestBase.java 122 CodecProperties(String codecName, int colorFormat) {
124 this.colorFormat = colorFormat;
131 public final int colorFormat; // Color format supported by codec.
175 for (int colorFormat : capabilities.colorFormats) {
176 Log.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
551 int frameColorFormat = properties.colorFormat;
565 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
    [all...]
DecoderTest.java     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]

Completed in 750 milliseconds

1 2