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

  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 45 CGLPixelFormatObj pixFormat;
48 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
50 if (NULL == pixFormat) {
55 CGLCreateContext(pixFormat, NULL, &fContext);
56 CGLReleasePixelFormat(pixFormat);
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 45 CGLPixelFormatObj pixFormat;
48 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
50 if (NULL == pixFormat) {
55 CGLCreateContext(pixFormat, NULL, &fContext);
56 CGLReleasePixelFormat(pixFormat);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXReprocess.cpp 38 OMX_COLOR_FORMATTYPE pixFormat;
59 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
62 pixFormat = OMX_COLOR_FormatRawBayer10bit;
65 pixFormat = OMX_COLOR_FormatCbYCrY;
68 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
72 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
76 (s != (int) portData->mStride) || (pixFormat != portData->mColorFormat)) {
80 if ( ( OMX_COLOR_FormatRawBayer10bit == pixFormat ) ||
81 ( OMX_COLOR_FormatCbYCrY == pixFormat ) ) {
87 portData->mColorFormat = pixFormat;
    [all...]
OMXCapture.cpp 38 OMX_COLOR_FORMATTYPE pixFormat;
76 pixFormat = OMX_COLOR_FormatCbYCrY;
80 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
84 pixFormat = OMX_COLOR_Format16bitRGB565;
88 pixFormat = OMX_COLOR_FormatUnused;
93 pixFormat = OMX_COLOR_FormatUnused;
98 pixFormat = OMX_COLOR_FormatUnused;
103 pixFormat = OMX_COLOR_FormatRawBayer10bit;
107 pixFormat = OMX_COLOR_FormatUnused;
113 pixFormat = OMX_COLOR_FormatUnused
    [all...]
OMXCameraAdapter.cpp 569 OMX_COLOR_FORMATTYPE pixFormat;
579 pixFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
582 pixFormat = OMX_COLOR_Format16bitRGB565;
585 pixFormat = OMX_COLOR_FormatCbYCrY;
589 pixFormat = OMX_COLOR_FormatCbYCrY;
620 cap->mColorFormat = pixFormat;
633 cap->mColorFormat = pixFormat;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 41 OMX_COLOR_FORMATTYPE pixFormat;
69 pixFormat = OMX_COLOR_FormatCbYCrY;
73 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
77 pixFormat = OMX_COLOR_Format16bitRGB565;
81 pixFormat = OMX_COLOR_FormatUnused;
86 pixFormat = OMX_COLOR_FormatUnused;
91 pixFormat = OMX_COLOR_FormatUnused;
96 pixFormat = OMX_COLOR_FormatRawBayer10bit;
100 pixFormat = OMX_COLOR_FormatUnused;
105 pixFormat = OMX_COLOR_FormatUnused
    [all...]
OMXCameraAdapter.cpp 428 OMX_COLOR_FORMATTYPE pixFormat;
440 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
445 pixFormat = OMX_COLOR_Format16bitRGB565;
450 pixFormat = OMX_COLOR_FormatCbYCrY;
456 pixFormat = OMX_COLOR_FormatCbYCrY;
497 cap->mColorFormat = pixFormat;
510 cap->mColorFormat = pixFormat;
    [all...]
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 36 OMX_COLOR_FORMATTYPE pixFormat;
43 pixFormat = OMX_COLOR_FormatCbYCrY;
48 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
53 pixFormat = OMX_COLOR_Format16bitRGB565;
58 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
63 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
66 return pixFormat;
    [all...]
BufferSourceAdapter.cpp 365 int pixFormat = getANWFormat(format);
366 int usage = getUsageFromANW(pixFormat);
405 pixFormat);
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 40 OMX_COLOR_FORMATTYPE pixFormat;
47 pixFormat = OMX_COLOR_FormatCbYCrY;
52 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
57 pixFormat = OMX_COLOR_Format16bitRGB565;
62 pixFormat = OMX_COLOR_FormatCbYCrY;
67 pixFormat = OMX_COLOR_FormatCbYCrY;
70 return pixFormat;
75 const char* pixFormat;
82 pixFormat = (const char *) CameraParameters::PIXEL_FORMAT_YUV422I;
89 pixFormat = (const char *) CameraParameters::PIXEL_FORMAT_YUV420SP
    [all...]

Completed in 315 milliseconds