OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BMP_RGB
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_bmp.h
49
BMP_RGB
= 0,
grfmt_bmp.cpp
118
m_bpp == 24 || m_bpp == 32 ) && m_rle_code ==
BMP_RGB
) ||
119
(m_bpp == 16 && (m_rle_code ==
BMP_RGB
|| m_rle_code == BMP_BITFIELDS)) ||
145
else if( m_bpp == 16 && m_rle_code ==
BMP_RGB
)
154
m_rle_code =
BMP_RGB
;
239
if( m_rle_code ==
BMP_RGB
)
327
if( m_rle_code ==
BMP_RGB
)
523
m_strm.PutDWord(
BMP_RGB
);
/external/opencv/
cvjni.h
205
m_strm->PutDWord(
BMP_RGB
);
Completed in 84 milliseconds