Home
last modified time | relevance | path

Searched refs:BGR (Results 1 – 25 of 48) sorted by relevance

12

/external/sonivox/jet_tools/JetCreator/
DJetDefs.py433 BGR = 100 variable in JetDefs
434 EVT_OFFSET = 525+BGR
439 SEGFRAME_SIZE = (500+BGR, 344 + ROWSIZE)
445 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", False, ""),
446 …('MIDI File', F_MIDIFILE, ROW2, COL1, FILEPATH_WIDTH+BGR, 0, 0, ID_MIDIFILE, MIDI_FILE_SPEC, "", F…
447 … ('DLS File', F_DLSFILE, ROW3, COL1, FILEPATH_WIDTH+BGR, 0, 0, -1, DLS_FILE_SPEC, "", False, ""),
462 … ('Track Mutes', F_MUTEFLAGS, ROW1, COL3 + 15+BGR, TRACKGRD_SIZE, 0, 0, -1, [], "", False, ""),
478 BGR = 100 variable in JetDefs
480 COLADD = 500 + BGR
481 SEGDLG_SIZE = (890+BGR,530)
[all …]
/external/ImageMagick/coders/
Dbgr.h29 MagickCoderExports(BGR)
Dcoders-list.h25 AddMagickCoder(BGR)
/external/webp/src/dsp/
Dyuv_neon.c64 const uint8x8x3_t BGR = vld3_u8(bgr); in ConvertBGR24ToY_NEON() local
65 const uint8x8_t Y = ConvertRGBToY_NEON(BGR.val[2], BGR.val[1], BGR.val[0]); in ConvertBGR24ToY_NEON()
/external/angle/extensions/
DANGLE_pack_reverse_row_order.txt98 Likewise if the format is RG, RGB, or BGR, only the corresponding two or
119 -Delete all references to formats RED, GREEN, BLUE, RG, and BGR.
/external/libpng/contrib/conftest/
Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
Ds_read.dfa31 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
/external/strace/xlat/
Dv4l2_pix_fmts.in61 V4L2_PIX_FMT_BGR24 v4l2_fourcc('B', 'G', 'R', '3') /* 24 BGR-8-8-8 */
76 V4L2_PIX_FMT_BGR32 v4l2_fourcc('B', 'G', 'R', '4') /* 32 BGR-8-8-8-8 */
129 V4L2_PIX_FMT_BGR666 v4l2_fourcc('B', 'G', 'R', 'H') /* 18 BGR-6-6-6 */
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2468 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16; in mapTextureFormat()
2551 case FMT_CASE(BGR, UNORM_INT8): return VK_FORMAT_B8G8R8_UNORM; in mapTextureFormat()
2552 case FMT_CASE(BGR, SNORM_INT8): return VK_FORMAT_B8G8R8_SNORM; in mapTextureFormat()
2553 case FMT_CASE(BGR, UNSIGNED_INT8): return VK_FORMAT_B8G8R8_UINT; in mapTextureFormat()
2554 case FMT_CASE(BGR, SIGNED_INT8): return VK_FORMAT_B8G8R8_SINT; in mapTextureFormat()
2702 …case VK_FORMAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM… in mapVkFormat()
2798 …case VK_FORMAT_B8G8R8_UNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_INT8); in mapVkFormat()
2799 …case VK_FORMAT_B8G8R8_SNORM: return TextureFormat(TextureFormat::BGR, TextureFormat::SNORM_INT8); in mapVkFormat()
2800 …case VK_FORMAT_B8G8R8_USCALED: return TextureFormat(TextureFormat::BGR, TextureFormat::USCALED_I… in mapVkFormat()
2801 …case VK_FORMAT_B8G8R8_SSCALED: return TextureFormat(TextureFormat::BGR, TextureFormat::SSCALED_I… in mapVkFormat()
[all …]
/external/angle/src/image_util/
Dimageformats.cpp262 dst->red = gl::normalizedToFloat<5>(gl::getShiftedData<5, 11>(src->BGR)); in readColor()
263 dst->green = gl::normalizedToFloat<6>(gl::getShiftedData<6, 5>(src->BGR)); in readColor()
264 dst->blue = gl::normalizedToFloat<5>(gl::getShiftedData<5, 0>(src->BGR)); in readColor()
270 dst->BGR = gl::shiftData<5, 0>(gl::floatToNormalized<5, unsigned short>(src->blue)) | in writeColor()
277 dst->BGR = gl::shiftData<5, 11>(gl::average(gl::getShiftedData<5, 11>(src1->BGR), in average()
278 gl::getShiftedData<5, 11>(src2->BGR))) | in average()
279 gl::shiftData<6, 5>(gl::average(gl::getShiftedData<6, 5>(src1->BGR), in average()
280 gl::getShiftedData<6, 5>(src2->BGR))) | in average()
281 gl::shiftData<5, 0>(gl::average(gl::getShiftedData<5, 0>(src1->BGR), in average()
282 gl::getShiftedData<5, 0>(src2->BGR))); in average()
Dimageformats.h125 uint16_t BGR; member
/external/deqp/framework/common/
DtcuTexture.cpp562 case TextureFormat::BGR: in isColorOrder()
603 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR; in isValid()
690 case TextureFormat::BGR: return 3; in getNumUsedChannels()
814 …static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
832 case TextureFormat::BGR: return BGR; in getChannelReadSwizzle()
838 case TextureFormat::sBGR: return BGR; in getChannelReadSwizzle()
868 …static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
886 case TextureFormat::BGR: return BGR; in getChannelWriteSwizzle()
892 case TextureFormat::sBGR: return BGR; in getChannelWriteSwizzle()
1024 DE_ASSERT((src == TextureFormat::RGB && dst == TextureFormat::BGR) || in swizzleRB()
[all …]
/external/libpng/contrib/libtests/
Dtimepng.c492 OPT(BGR); in main()
Dpngimage.c194 T(BGR, NONE, C, P, TRUE, RW_BGR),
/external/selinux/mcstrans/share/examples/nato/setrans.d/
Deyes-only.conf109 ~c223=BGR # Bulgaria
Drel.conf115 ~c200,~c223=BGR # Bulgaria
/external/mesa3d/docs/
Dindex.rst258 - BGR, BGRA and packed pixel formats
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dterritory_codes.txt33 BG 100 BGR bg BU
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp849 case tcu::TextureFormat::BGR: in isComponentSwizzled()
/external/mesa3d/src/panfrost/lib/
Dpan_format.c571 PAN_V7(X8B8G8R8_UNORM, RGBA8_UNORM, 1BGR, L, VTR_),
602 PAN_V7(X8B8G8R8_SRGB, RGBA8_UNORM, 1BGR, S, VTR_),
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dworld_bank_data.csv60 Bulgaria,BGR,"Population, total",SP.POP.TOTL,8170172,8009142,7775327,7716860,7658972,7601022,754533…
61 Bulgaria,BGR,"GNI, PPP (current international $)",NY.GNP.MKTP.PP.CD,50826870581.5954,55432393585.40…
/external/skqp/docs/
DSkFont_Reference.bmh101 or vertically, and that order the color components as RGB or BGR. Internally, the
Dundocumented.bmh5 LCD RGB sRGB BGR RGBA ARGB YUV YUVA HSV SDTV HDTV
/external/libjpeg-turbo/
DREADME.md73 directly from (and decompressed directly to) buffers that use BGR, BGRX,

12