Home
last modified time | relevance | path

Searched refs:BMP_RLE8 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_bmp.hpp54 BMP_RLE8 = 1, enumerator
Dgrfmt_bmp.cpp111 (m_bpp == 8 && m_rle_code == BMP_RLE8))) in readHeader()
337 else if( m_rle_code == BMP_RLE8 ) // rle8 compression in readData()
/external/opencv/otherlibs/highgui/
Dgrfmt_bmp.h50 BMP_RLE8 = 1, enumerator
Dgrfmt_bmp.cpp121 (m_bpp == 8 && m_rle_code == BMP_RLE8))) in ReadHeader()
339 else if( m_rle_code == BMP_RLE8 ) // rle8 compression in ReadData()
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.h28 #define BMP_RLE8 1L macro
Dfx_bmp.cpp331 case BMP_RLE8: in _bmp_decode_image()
964 case BMP_RLE8: in _bmp_encode_image()