/external/libyuv/files/unit_test/ |
D | planar_test.cc | 87 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/ |
D | pixfmt.h | 263 #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/ |
D | es31fTextureLevelStateQueryTests.cpp | 1253 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/ |
D | fde_gdidevice.cpp | 536 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/ |
D | SkDrawBitmap.cpp | 48 SK_MEMBER_PROPERTY(erase, ARGB),
|
D | SkDrawColor.cpp | 111 SK_MEMBER(color, ARGB),
|
D | SkAnimateSchema.xsd | 20 <!-- /** 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/ |
D | fx_win32_gdipext.cpp | 212 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/ |
D | planarfunctions_unittest.cc | 759 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/ |
D | tcuTexture.cpp | 306 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()
|
D | tcuTexture.hpp | 54 ARGB, enumerator
|
D | tcuTextureUtil.cpp | 1511 case TextureFormat::ARGB: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
|
/external/skia/site/dev/contrib/ |
D | simd.md | 15 …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/ |
D | vkImageUtil.cpp | 156 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/ |
D | cap_qtkit.mm | 763 //ARGB -> BGRA 1013 //BGRA --> ARGB
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 95 case tcu::TextureFormat::ARGB: return 4; in getNumUsedChannels()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 337 MAKEROWY(ARGB, 2, 1, 0, 4) 419 MAKEROWYJ(ARGB, 2, 1, 0, 4)
|
/external/libyuv/files/source/ |
D | row_common.cc | 302 MAKEROWY(ARGB, 2, 1, 0)
|
/external/webp/ |
D | README | 515 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
|
/external/libjpeg-turbo/ |
D | ChangeLog.txt | 526 [4] Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants (libjpeg API)
|
/external/libpng/ |
D | libpng-manual.txt | 1131 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
|