Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbmp.c121 comp != BMP_RLE8) { 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()
278 if (comp == BMP_RLE8 && height < 0) { in bmp_decode_frame()
H A Dbmp.h27 BMP_RLE8 =1, enumerator

Completed in 1 milliseconds