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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 213 unsigned long internalColorFormat, colorFormat, internalRenderbufferFormat;
216 colorFormat = GraphicsContext3D::RGBA;
220 colorFormat = GraphicsContext3D::RGB;
250 m_context->texImage2DResourceSafe(GraphicsContext3D::TEXTURE_2D, 0, internalColorFormat, m_size.width(), m_size.height(), 0, colorFormat, GraphicsContext3D::UNSIGNED_BYTE);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 53 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
58 mColorFormat(colorFormat),
159 int colorFormat = OMX_COLOR_FormatYUV420Planar;
178 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
179 if (colorFormat == -1) {
250 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
271 enc_meta->setInt32(kKeyColorFormat, colorFormat);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 619 int32_t colorFormat;
621 "color-format", &colorFormat));
626 meta->setInt32(kKeyColorFormat, colorFormat);
    [all...]
ACodec.cpp     [all...]
OMXCodec.cpp 644 OMX_COLOR_FORMATTYPE colorFormat) {
672 && format.eColorFormat == colorFormat) {
680 colorFormat, compressionFormat);
698 OMX_COLOR_FORMATTYPE colorFormat, int32_t width, int32_t height) {
699 switch (colorFormat) {
725 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat) {
729 *colorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
732 *colorFormat = (OMX_COLOR_FORMATTYPE) targetColorFormat;
736 return isColorFormatSupported(*colorFormat, kPortIndexInput);
740 OMX_COLOR_FORMATTYPE colorFormat, int portIndex)
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 106 enum GGLPixelFormat colorFormat, depthFormat, stencilFormat;
357 void GGLScanLine(const gl_shader_program_t * program, const enum GGLPixelFormat colorFormat,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 180 GLuint colorFormat, internalDepthStencilFormat = 0;
183 colorFormat = GL_RGBA;
186 colorFormat = GL_RGB;
237 ::glTexImage2D(GL_TEXTURE_2D, 0, m_internalColorFormat, width, height, 0, colorFormat, GL_UNSIGNED_BYTE, 0);
240 ::glTexImage2D(GL_TEXTURE_2D, 0, m_internalColorFormat, width, height, 0, colorFormat, GL_UNSIGNED_BYTE, 0);
    [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/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 433 XAuint32 colorFormat;
    [all...]

Completed in 1357 milliseconds