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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmp.h29 BMP_RLE8 =1, enumerator in enum:__anon3100
H A Dbmp.c121 comp != BMP_RLE8) {
217 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) {
224 if (comp == BMP_RLE4 || comp == BMP_RLE8)
269 if (comp == BMP_RLE4 || comp == BMP_RLE8) {
270 if (comp == BMP_RLE8 && height < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmp.h33 BMP_RLE8 =1, enumerator in enum:__anon1885
H A Dbmp.c124 if(comp != BMP_RGB && comp != BMP_BITFIELDS && comp != BMP_RLE4 && comp != BMP_RLE8){
221 if(n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8){
228 if(comp == BMP_RLE4 || comp == BMP_RLE8)
264 if(comp == BMP_RLE4 || comp == BMP_RLE8){

Completed in 45 milliseconds