Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dplanar_test.cc87 TESTPLANARTOB(I420, 2, 2, ARGB, 4)
96 TESTPLANARTOB(I422, 2, 1, ARGB, 4)
100 TESTPLANARTOB(I411, 4, 1, ARGB, 4)
101 TESTPLANARTOB(I444, 1, 1, ARGB, 4)
163 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4)
164 TESTBIPLANARTOB(NV21, 2, 2, ARGB, 4)
245 TESTATOPLANAR(ARGB, 4, I420, 2, 2)
255 TESTATOPLANAR(ARGB, 4, I422, 2, 1)
309 TESTATOB(ARGB, 4, 4, ARGB, 4)
310 TESTATOB(ARGB, 4, 4, BGRA, 4)
[all …]
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dpixfmt.h263 #define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA)
266 #define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
/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/pdfium/xfa/src/fdp/src/fde/
Dfde_gdidevice.cpp536 Gdiplus::Color gdiColor((Gdiplus::ARGB)pPen->GetColor()); in CreateGdiPen()
575 Gdiplus::Color gdiColor((Gdiplus::ARGB)pSolidBrush->GetColor()); in CreateGdiBrush()
580 Gdiplus::Color foreColor((Gdiplus::ARGB)pHatchBrush->GetColor(TRUE)); in CreateGdiBrush()
581 Gdiplus::Color backColor((Gdiplus::ARGB)pHatchBrush->GetColor(FALSE)); in CreateGdiBrush()
/external/skia/src/animator/
DSkDrawBitmap.cpp48 SK_MEMBER_PROPERTY(erase, ARGB),
DSkDrawColor.cpp111 SK_MEMBER(color, ARGB),
DSkAnimateSchema.xsd20 <!-- /** ARGB
23 <xs:simpleType name="ARGB">
1098 <xs:attribute name="erase" type="Sk:ARGB"/>
1247 <xs:attribute name="color" type="Sk:ARGB"/>
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp212 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreateSolidFill)(ARGB color,
218 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreatePen1)(ARGB color,
459 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush()
536 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask()
838 CallFunc(GdipCreateSolidFill)((ARGB)fill_argb, (GpSolidFill**)pBrush); in GdipCreateBrush()
984 CallFunc(GdipCreatePen1)((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/deqp/framework/common/
DtcuTexture.cpp306 case TextureFormat::ARGB: return 4; in getNumUsedChannels()
559 case TextureFormat::ARGB: in isColorOrder()
610 return format.order == TextureFormat::ARGB; in isValid()
728 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle() local
743 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle()
782 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, Text… in getChannelWriteSwizzle() local
797 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle()
969 DE_ASSERT(m_format.order == TextureFormat::ARGB); in getPixel()
1063 DE_ASSERT(m_format.order == TextureFormat::ARGB); in getPixelInt()
DtcuTexture.hpp54 ARGB, enumerator
DtcuTextureUtil.cpp1511 case TextureFormat::ARGB: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
/external/skia/site/dev/contrib/
Dsimd.md15 …rs fall quite behind the rest in usage. Since we tend to operate on 8888 ARGB values, 8-bit SIMD …
64 …1. `SkPx` itself represents between 1 and `SkPx::N` 8888 ARGB pixels, where `SkPx::N` is a backend…
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp156 case FMT_CASE(ARGB, UNORM_SHORT_1555): return VK_FORMAT_A1R5G5B5_UNORM_PACK16; in mapTextureFormat()
288 …case VK_FORMAT_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNO… in mapVkFormat()
/external/opencv3/modules/videoio/src/
Dcap_qtkit.mm763 //ARGB -> BGRA
1013 //BGRA --> ARGB
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp95 case tcu::TextureFormat::ARGB: return 4; in getNumUsedChannels()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc337 MAKEROWY(ARGB, 2, 1, 0, 4)
419 MAKEROWYJ(ARGB, 2, 1, 0, 4)
/external/libyuv/files/source/
Drow_common.cc302 MAKEROWY(ARGB, 2, 1, 0)
/external/webp/
DREADME515 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
/external/libjpeg-turbo/
DChangeLog.txt526 [4] Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants (libjpeg API)
/external/libpng/
Dlibpng-manual.txt1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
1873 data as ARGB instead of the normal PNG format RGBA:
3336 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA