/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/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...] |
/frameworks/av/cmds/stagefright/ |
record.cpp | 45 DummySource(int width, int height, int colorFormat) 48 mColorFormat(colorFormat), 54 CHECK(colorFormat == OMX_COLOR_FormatYUV420SemiPlanar || 55 colorFormat == OMX_COLOR_FormatYUV420Planar); 180 int colorFormat = translateColorToOmxEnumValue(atoi(argv[2])); 181 if (colorFormat == -1) { 210 sp<MediaSource> decoder = new DummySource(width, height, colorFormat); 224 enc_meta->setInt32(kKeyColorFormat, colorFormat);
|
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/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));
|
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...] |
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));
|
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...] |
/external/chromium_org/ui/gfx/codec/ |
jpeg_codec.h | 23 enum ColorFormat { 59 static bool Encode(const unsigned char* input, ColorFormat format, 68 ColorFormat format, std::vector<unsigned char>* output,
|
png_codec.h | 28 enum ColorFormat { 74 ColorFormat format, 114 ColorFormat format, std::vector<unsigned char>* output,
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
BlendMinMaxTest.cpp | 109 void SetUpFramebuffer(GLenum colorFormat) 117 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, getWindowWidth(), getWindowHeight());
|
/external/chromium_org/ui/snapshot/ |
snapshot_async.cc | 42 gfx::PNGCodec::ColorFormat kColorFormat = gfx::PNGCodec::FORMAT_BGRA; 44 gfx::PNGCodec::ColorFormat kColorFormat = gfx::PNGCodec::FORMAT_RGBA;
|
/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...] |
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...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
module.json | 53 "settingName": "colorFormat",
|
/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.mm | 214 const NSString* const colorFormat = chooseLayerColorFormat(config); 225 if (colorFormat == nil) 233 colorFormat, kEAGLDrawablePropertyColorFormat,
|
/frameworks/av/include/media/stagefright/ |
OMXCodec.h | 258 OMX_COLOR_FORMATTYPE colorFormat); 269 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat); 272 OMX_COLOR_FORMATTYPE colorFormat, int portIndex);
|
ACodec.h | 81 uint32_t colorFormat, OMX_U32 *flexibleEquivalent); 252 OMX_COLOR_FORMATTYPE colorFormat);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 237 ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) { 238 switch (colorFormat) { 246 throw new RuntimeException("Unsupported color format: " + colorFormat + "!");
|
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 100 static int32_t getColorFormat(const char* colorFormat) { 101 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_YUV420P)) { 105 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_YUV422SP)) { 109 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_YUV420SP)) { 113 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_YUV422I)) { 117 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_RGB565)) { 121 if (!strcmp(colorFormat, "OMX_TI_COLOR_FormatYUV420PackedSemiPlanar")) { 125 if (!strcmp(colorFormat, CameraParameters::PIXEL_FORMAT_ANDROID_OPAQUE)) { 130 "CameraSource::getColorFormat", colorFormat);
|
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.h | 127 uint32_t colorFormat,
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
portbase.h | 131 OMX_U32 getFrameBufSize(OMX_COLOR_FORMATTYPE colorFormat, OMX_U32 width, OMX_U32 height);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_Vdec.h | 86 OMX_COLOR_FORMATTYPE ColorFormat;
|
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosJpegEncoderForCamera.h | 83 int setColorFormat(int colorFormat);
|