/external/skia/include/core/ |
SkColorTable.h | 48 /** read16BitCache() returns the array of RGB16 colors that mirror the 32bit colors.
|
/external/skia/resources/ |
slides_content2.lua | 21 -- raster : ARGB, RGB16, A8 in software
|
/external/skia/src/animator/ |
SkDrawBitmap.cpp | 80 case 3: formatName = "RGB16"; break;
|
SkAnimatorScript.cpp | 24 { SkType_BitmapFormat, "none|A1|A8|Index8|RGB16|RGB32" },
|
SkAnimatorScript2.cpp | 25 { SkType_BitmapFormat, "none|A1|A8|Index8|RGB16|RGB32" },
|
SkAnimateSchema.xsd | 281 <!-- @pattern RGB16 16-bits per pixel, compile-time configured to be either 555 or 565. --> 282 <xs:pattern value="RGB16"/> [all...] |
/development/tools/yuv420sp2rgb/ |
yuv420sp2rgb.c | 125 unsigned short *rgb16 = (unsigned short *)ctx->buffer; local 126 *(rgb16 + ctx->i * ctx->width + ctx->j) = b | (g << 5) | (r << 11);
|
/external/libdrm/tests/util/ |
format.c | 59 /* RGB16 */
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
convert.h | 166 // RGB16 (RGBP fourcc) little endian to I420.
|
convert_argb.h | 167 // RGB16 (RGBP fourcc) little endian to ARGB.
|
/external/libyuv/files/include/libyuv/ |
convert.h | 164 // RGB16 (RGBP fourcc) little endian to I420.
|
convert_argb.h | 247 // RGB16 (RGBP fourcc) little endian to ARGB.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Type_Names_Suite.py | 167 """RGB16 color - """
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Type_Names_Suite.py | 167 """RGB16 color - """
|
/external/deqp/scripts/opengl/ |
gen_str_util.py | 509 "RGB16",
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 927 case 4 : /*RGB16 5:6:5*/ 929 printf("VPPTEST:: Input RGB16\n"); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 668 printf("usage: %S <input.jpg> <output.yuv> <nOutformat-1:420 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n", 671 printf("usage: %s <input.jpg> <output.yuv> <nOutformat-1:Original(default) 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n", [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 501 /* 2: RGB16 */
|
/external/opencv3/modules/videoio/src/ |
cap_dc1394.cpp | 430 //printf("icvRetrieveFrame convert RGB16 to BGR %d\n"); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 215 * Interpolate primary colors to fill in the span->array->rgba8 (or rgb16) [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.hpp | 415 RGB16 = 0x8054, [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 309 // Note that the mask's RGB16 order may differ from the SkPMColor order. [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Utils.c | 716 //Input Format => 0:RGB24, 1:RGB16, 2:RGB12, 3:RGB8, 4:RGB4, 5:YUV422ILE, 6:YUV422IBE, 750 // --> 0 = OFF, 1 = RGB4, 2 = RGB8, 3 = RGB12, 4 = RGB16, 5 = RGB24, 6 = RGB32, [all...] |
/external/skia/src/gpu/gl/ |
GrGLCaps.cpp | [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | [all...] |