Home
last modified time | relevance | path

Searched refs:BMP_BITFIELDS (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmp.c121 if (comp != BMP_RGB && comp != BMP_BITFIELDS && comp != BMP_RLE4 && in bmp_decode_frame()
127 if (comp == BMP_BITFIELDS) { in bmp_decode_frame()
146 if (comp == BMP_BITFIELDS) { in bmp_decode_frame()
170 else if (comp == BMP_BITFIELDS) { in bmp_decode_frame()
Dbmp.h31 BMP_BITFIELDS =3, enumerator
Dbmpenc.c85 compression = BMP_BITFIELDS; in bmp_encode_frame()
90 compression = BMP_BITFIELDS; in bmp_encode_frame()