Searched defs:BGR (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/ts/
H A Dcuda_perf.hpp62 enum { Gray = 1, TwoChannel = 2, BGR = 3, BGRA = 4 }; enumerator in enum:perf::__anon15705
63 CV_ENUM(MatCn, Gray, TwoChannel, BGR, BGRA)
65 #define CUDA_CHANNELS_1_3_4 testing::Values(MatCn(Gray), MatCn(BGR), MatCn(BGRA))
66 #define CUDA_CHANNELS_1_3 testing::Values(MatCn(Gray), MatCn(BGR))
/external/deqp/framework/common/
H A DtcuTexture.hpp55 BGR, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp307 case TextureFormat::BGR: return 3;
560 case TextureFormat::BGR:
601 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR;
726 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ONE }}; local
744 case TextureFormat::BGR: return BGR;
750 case TextureFormat::sBGR: return BGR;
780 static const TextureSwizzle BGR = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_LAST }}; local
798 case TextureFormat::BGR: return BGR;
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py433 BGR = 100 variable in class: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, "", False, ""),
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 class:JetDefs
480 COLADD = 500 + BGR
481 SEGDLG_SIZE = (890+BGR,53
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.hpp524 BGR = 0x80E0, enumerator in enum:gl::__anon15313

Completed in 697 milliseconds