Searched refs:redmask (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp134 int redmask = m_strm.GetDWord(); local
138 if( bluemask == 0x1f && greenmask == 0x3e0 && redmask == 0x7c00 )
140 else if( bluemask == 0x1f && greenmask == 0x7e0 && redmask == 0xf800 )
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_bmp.cpp124 int redmask = m_strm.getDWord(); local
128 if( bluemask == 0x1f && greenmask == 0x3e0 && redmask == 0x7c00 )
130 else if( bluemask == 0x1f && greenmask == 0x7e0 && redmask == 0xf800 )

Completed in 57 milliseconds