Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbmp.h28 BMP_RLE4 =2, enumerator
H A Dbmp.c120 if (comp != BMP_RGB && comp != BMP_BITFIELDS && comp != BMP_RLE4 && in bmp_decode_frame()
221 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { in bmp_decode_frame()
232 if (comp == BMP_RLE4 || comp == BMP_RLE8) in bmp_decode_frame()
277 if (comp == BMP_RLE4 || comp == BMP_RLE8) { in bmp_decode_frame()

Completed in 2 milliseconds