Home
last modified time | relevance | path

Searched refs:BMP_RLE4 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmp.c121 if (comp != BMP_RGB && comp != BMP_BITFIELDS && comp != BMP_RLE4 && in bmp_decode_frame()
222 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { in bmp_decode_frame()
233 if (comp == BMP_RLE4 || comp == BMP_RLE8) in bmp_decode_frame()
278 if (comp == BMP_RLE4 || comp == BMP_RLE8) { in bmp_decode_frame()
Dbmp.h30 BMP_RLE4 =2, enumerator