HomeSort by relevance Sort by last modified time
    Searched refs:BMP_RLE8 (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/imgcodecs/src/
grfmt_bmp.hpp 54 BMP_RLE8 = 1,
grfmt_bmp.cpp 111 (m_bpp == 8 && m_rle_code == BMP_RLE8)))
337 else if( m_rle_code == BMP_RLE8 ) // rle8 compression
  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 50 BMP_RLE8 = 1,
grfmt_bmp.cpp 121 (m_bpp == 8 && m_rle_code == BMP_RLE8)))
339 else if( m_rle_code == BMP_RLE8 ) // rle8 compression
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 28 #define BMP_RLE8 1L
fx_bmp.cpp 331 case BMP_RLE8:
    [all...]

Completed in 291 milliseconds