Home
last modified time | relevance | path

Searched refs:ARGB (Results 1 – 25 of 75) sorted by relevance

123

/external/libyuv/files/unit_test/
Dconvert_test.cc565 TESTPLANARTOB(I420, 2, 2, ARGB, 4, 4, 1, 2, ARGB, 4)
566 TESTPLANARTOB(J420, 2, 2, ARGB, 4, 4, 1, 2, ARGB, 4)
567 TESTPLANARTOB(J420, 2, 2, ABGR, 4, 4, 1, 2, ARGB, 4)
568 TESTPLANARTOB(H420, 2, 2, ARGB, 4, 4, 1, 2, ARGB, 4)
569 TESTPLANARTOB(H420, 2, 2, ABGR, 4, 4, 1, 2, ARGB, 4)
570 TESTPLANARTOB(I420, 2, 2, BGRA, 4, 4, 1, 2, ARGB, 4)
571 TESTPLANARTOB(I420, 2, 2, ABGR, 4, 4, 1, 2, ARGB, 4)
572 TESTPLANARTOB(I420, 2, 2, RGBA, 4, 4, 1, 2, ARGB, 4)
573 TESTPLANARTOB(I420, 2, 2, RAW, 3, 3, 1, 2, ARGB, 4)
574 TESTPLANARTOB(I420, 2, 2, RGB24, 3, 3, 1, 2, ARGB, 4)
[all …]
Dplanar_test.cc1040 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_ - 1, TERP, _Any, +, 0) \
1041 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Unaligned, +, 1) \
1042 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Invert, -, 0) \
1043 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Opt, +, 0)
/external/libyuv/files/docs/
Dformats.md7 …rted by libyuv - I420 and ARGB. All YUV formats can be converted to/from I420. All RGB formats c…
9 Filtering functions such as scaling and planar functions work on I420 and/or ARGB.
112 # The ARGB FOURCC
114 There are 4 ARGB layouts - ARGB, BGRA, ABGR and RGBA. ARGB is most common by far, used for screen …
118 A fourcc provided by capturer, can be thought of string, e.g. "ARGB".
124 So the "ARGB" string, read as an uint32, is
128 If you were to read ARGB pixels as uint32's, the alpha would be in the high byte, and the blue in t…
132 All formats can be converted to/from ARGB.
134 Most 'planar_functions' work on ARGB (e.g. ARGBBlend).
140 ARGBBlend expects preattenuated ARGB. The R,G,B are premultiplied by alpha. Other functions don't …
Drotation.md3 … allow rotation of any format. Optimized functionality is supported for I420, ARGB, NV12 and NV21.
/external/skqp/docs/
DSkColor_Reference.bmh54 32-bit ARGB Color value, Unpremultiplied. Color components are always in
604 Converts ARGB to its HSV components. Alpha in ARGB is ignored.
609 #Param color ARGB color to convert
639 Converts HSV components to an ARGB color. Alpha is passed through unchanged.
646 #Param alpha Alpha component of the returned ARGB color
651 #Return ARGB equivalent to HSV
680 Converts HSV components to an ARGB color. Alpha is set to 255.
727 32-bit ARGB color value, Premultiplied. The byte order for this value is
738 #Line # converts Unpremultiplied ARGB to Premultiplied PM_Color ##
776 #Param c Unpremultiplied ARGB Color ##
DSkImageInfo_Reference.bmh224 grayscale, RGB, or ARGB.
226 kN32_SkColorType selects the native 32-bit ARGB format. On Little_Endian
227 processors, pixels containing 8-bit ARGB components pack into 32-bit
325 #Line # native ARGB 32-bit encoding ##
326 Encodes ARGB as either kRGBA_8888_SkColorType or
410 #Line # encodes ARGB in 16 bits ##
411 kARGB_4444_SkColorType encodes ARGB to fit in 16-bit word. Each
461 #Line # encodes ARGB Big_Endian in 32 bits ##
462 kRGBA_8888_SkColorType encodes ARGB into a 32-bit word. Each component:
550 #Line # encodes ARGB Little_Endian in 32 bits ##
[all …]
/external/skia/docs/
DSkColor_Reference.bmh54 32-bit ARGB Color value, Unpremultiplied. Color components are always in
604 Converts ARGB to its HSV components. Alpha in ARGB is ignored.
609 #Param color ARGB color to convert
639 Converts HSV components to an ARGB color. Alpha is passed through unchanged.
646 #Param alpha Alpha component of the returned ARGB color
651 #Return ARGB equivalent to HSV
680 Converts HSV components to an ARGB color. Alpha is set to 255.
727 32-bit ARGB color value, Premultiplied. The byte order for this value is
738 #Line # converts Unpremultiplied ARGB to Premultiplied PM_Color ##
776 #Param c Unpremultiplied ARGB Color ##
DSkImageInfo_Reference.bmh224 grayscale, RGB, or ARGB.
226 kN32_SkColorType selects the native 32-bit ARGB format. On Little_Endian
227 processors, pixels containing 8-bit ARGB components pack into 32-bit
325 #Line # native ARGB 32-bit encoding ##
326 Encodes ARGB as either kRGBA_8888_SkColorType or
410 #Line # encodes ARGB in 16 bits ##
411 kARGB_4444_SkColorType encodes ARGB to fit in 16-bit word. Each
461 #Line # encodes ARGB Big_Endian in 32 bits ##
462 kRGBA_8888_SkColorType encodes ARGB into a 32-bit word. Each component:
550 #Line # encodes ARGB Little_Endian in 32 bits ##
[all …]
/external/strace/xlat/
Dv4l2_pix_fmts.in63 V4L2_PIX_FMT_ARGB32 v4l2_fourcc('B', 'A', '2', '4') /* 32 ARGB-8-8-8-8 */
80 V4L2_PIX_FMT_ARGB555 v4l2_fourcc('A', 'R', '1', '5') /* 16 ARGB-1-5-5-5 */
160 V4L2_PIX_FMT_ARGB555X v4l2_fourcc_be('A', 'R', '1', '5') /* 16 ARGB-5-5-5 BE */
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1253 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1265 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1276 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1286 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1405 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1417 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1428 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1438 format.order == tcu::TextureFormat::ARGB || in getComponentType()
/external/skia/site/user/api/
DSkColor_Reference.md85 32-bit ARGB <a href='SkColor_Reference#Color'>Color</a> value, <a href='undocumented#Unpremultiply'…
580 Converts ARGB to its HSV components. <a href='SkColor_Reference#Alpha'>Alpha</a> in ARGB is ignored.
588 <td>ARGB <a href='#SkColorToHSV_color'>color</a> to convert
613 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re…
623 …<td><a href='SkColor_Reference#Alpha'>Alpha</a> component of the returned ARGB <a href='SkColor_Re…
634 ARGB equivalent to HSV
652 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re…
689 32-bit ARGB <a href='SkColor_Reference#Color'>color</a> value, <a href='undocumented#Premultiply'>P…
746 …<td><a href='undocumented#Unpremultiply'>Unpremultiplied</a> ARGB <a href='SkColor_Reference#Color…
/external/skqp/site/user/api/
DSkColor_Reference.md85 32-bit ARGB <a href='SkColor_Reference#Color'>Color</a> value, <a href='undocumented#Unpremultiply'…
580 Converts ARGB to its HSV components. <a href='SkColor_Reference#Alpha'>Alpha</a> in ARGB is ignored.
588 <td>ARGB <a href='#SkColorToHSV_color'>color</a> to convert
613 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re…
623 …<td><a href='SkColor_Reference#Alpha'>Alpha</a> component of the returned ARGB <a href='SkColor_Re…
634 ARGB equivalent to HSV
652 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re…
689 32-bit ARGB <a href='SkColor_Reference#Color'>color</a> value, <a href='undocumented#Premultiply'>P…
746 …<td><a href='undocumented#Unpremultiply'>Unpremultiplied</a> ARGB <a href='SkColor_Reference#Color…
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp281 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreateSolidFill)(Gdiplus::ARGB color,
287 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreatePen1)(Gdiplus::ARGB color,
523 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)argb, &solidBrush); in _GdipCreateBrush()
602 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)argb, &solidBrush); in OutputImageMask()
889 CallFunc(GdipCreateSolidFill)((Gdiplus::ARGB)fill_argb, in GdipCreateBrush()
1034 CallFunc(GdipCreatePen1)((Gdiplus::ARGB)argb, width, UnitWorld, &pPen); in _GdipCreatePen()
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc759 TEST_YUVTORGB(I420, ARGB, libyuv::kJpegYuv420, 3., 2);
765 TEST_YUVTORGB(I422, ARGB, libyuv::kJpegYuv422, 3., 2);
767 TEST_YUVTORGB(I444, ARGB, libyuv::kJpegYuv444, 3., 3);
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c391 const struct isl_swizzle ARGB = ISL_SWIZZLE(ALPHA, RED, GREEN, BLUE); in blorp_clear() local
392 clear_color = swizzle_color_value(clear_color, ARGB); in blorp_clear()
/external/deqp/framework/common/
DtcuTexture.cpp545 case TextureFormat::ARGB: in isColorOrder()
596 return format.order == TextureFormat::ARGB; in isValid()
665 case TextureFormat::ARGB: return 4; in getNumUsedChannels()
784 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle() local
799 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle()
838 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, Text… in getChannelWriteSwizzle() local
853 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle()
1025 DE_ASSERT(m_format.order == TextureFormat::ARGB); in getPixel()
1119 DE_ASSERT(m_format.order == TextureFormat::ARGB); in getPixelInt()
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua213 ARGB = 7,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua213 ARGB = 7,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua206 ARGB = 7,
Dspirv.cs222 ARGB = 7, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua206 ARGB = 7,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua206 ARGB = 7,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs226 ARGB = 7, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua210 ARGB = 7,
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua210 ARGB = 7,

123