HomeSort by relevance Sort by last modified time
    Searched full:pixelformat (Results 76 - 100 of 367) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 54 unsigned int pixelformat = V4L2_PIX_FMT_H264; local
58 pixelformat = V4L2_PIX_FMT_H264;
61 pixelformat = V4L2_PIX_FMT_MPEG4;
64 pixelformat = V4L2_PIX_FMT_VP8;
67 pixelformat = V4L2_PIX_FMT_H263;
70 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_G;
73 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_L;
76 pixelformat = V4L2_PIX_FMT_MPEG2;
79 pixelformat = V4L2_PIX_FMT_H264;
83 return pixelformat;
91 unsigned int pixelformat = V4L2_PIX_FMT_NV12M; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 31 import android.graphics.PixelFormat;
246 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
251 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity());
253 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
257 assertEquals(PixelFormat.OPAQUE, bitmapDrawable.getOpacity());
259 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
RotateDrawableTest.java 30 import android.graphics.PixelFormat;
89 assertEquals(PixelFormat.OPAQUE, mRotateDrawable.getOpacity());
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
pkg_android.graphics.html 112 <A NAME="PixelFormat"></A>
113 <nobr><A HREF="android.graphics.PixelFormat.html">PixelFormat</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.graphics.html 106 <A NAME="PixelFormat"></A>
107 <nobr><A HREF="android.graphics.PixelFormat.html">PixelFormat</A></nobr>
fields_index_changes.html 122 <nobr><A HREF="android.graphics.PixelFormat.html#android.graphics.PixelFormat.JPEG" class="hiddenlink" target="rightframe">JPEG</A>
220 <nobr><A HREF="android.graphics.PixelFormat.html#android.graphics.PixelFormat.YCbCr_420_SP" class="hiddenlink" target="rightframe">YCbCr_420_SP</A>
222 <nobr><A HREF="android.graphics.PixelFormat.html#android.graphics.PixelFormat.YCbCr_422_I" class="hiddenlink" target="rightframe">YCbCr_422_I</A>
224 <nobr><A HREF="android.graphics.PixelFormat.html#android.graphics.PixelFormat.YCbCr_422_SP" class="hiddenlink" target="rightframe">YCbCr_422_SP</A>
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 5 import android.graphics.PixelFormat;
56 16, 16, PixelFormat.OPAQUE,
60 16, 16, PixelFormat.OPAQUE,
Watermark.java 21 import android.graphics.PixelFormat;
116 1, 1, PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN);
  /frameworks/native/include/gui/
SurfaceComposerClient.h 31 #include <ui/PixelFormat.h>
85 PixelFormat format, // pixel-format desired
194 PixelFormat getFormat() const;
  /packages/apps/Gallery2/src/com/android/photos/drawables/
AutoThumbnailDrawable.java 25 import android.graphics.PixelFormat;
207 PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 22 import android.graphics.PixelFormat;
72 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
76 this.getHolder().setFormat(PixelFormat.TRANSLUCENT);
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 220 vformat->BitsPerPixel = db->buffer.plb.pixelformat->depth;
222 vformat->Rmask = db->buffer.plb.pixelformat->red_mask;
223 vformat->Gmask = db->buffer.plb.pixelformat->green_mask;
224 vformat->Bmask = db->buffer.plb.pixelformat->blue_mask;
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 205 CGLPixelFormatObj pixelFormat;
207 if (CGLChoosePixelFormat(attributes, &pixelFormat, &num) == kCGLNoError) {
209 if (CGLCreateContext(pixelFormat, 0, &cgl_ctx) == kCGLNoError) {
230 CGLDestroyPixelFormat(pixelFormat);
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 88 * @param format The new PixelFormat of the surface.
176 * Set the desired PixelFormat of the surface. The default is OPAQUE.
180 * @param format A constant from PixelFormat.
182 * @see android.graphics.PixelFormat
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
StateListDrawableTest.java 94 return android.graphics.PixelFormat.UNKNOWN;
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 20 import android.graphics.PixelFormat;
121 assertEquals(PixelFormat.RGBA_8888, display.getPixelFormat());
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 335 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
370 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat)
382 pixelFormat);
395 GLenum pixelFormat)
399 if (pb && !pb->init(pixelFormat)) {
678 GLenum pixelFormat;
679 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE)
683 surfaceType, w, h, pixelFormat);
    [all...]
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 93 unsigned pixelFormat = 'BGRA';
103 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
  /frameworks/base/cmds/screencap/
screencap.cpp 31 #include <ui/PixelFormat.h>
55 static SkBitmap::Config flinger2skia(PixelFormat f)
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 21 import android.graphics.PixelFormat;
242 return PixelFormat.TRANSLUCENT;
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 20 import android.graphics.PixelFormat;
45 protected int mRequestedFormat = PixelFormat.OPAQUE;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardCircleFramedDrawable.java 25 import android.graphics.PixelFormat;
155 return PixelFormat.TRANSLUCENT;
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java 30 import android.graphics.PixelFormat;
147 mView.getHolder().setFormat(PixelFormat.RGBA_8888);
  /hardware/qcom/display/libcopybit/
copybit.h 43 * graphics/PixelFormat.java, ui/PixelFormat.h, pixelflinger/format.h

Completed in 1064 milliseconds

1 2 34 5 6 7 8 91011>>