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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dmp_image.c124 if (IMGFMT_BGR_DEPTH(out_fmt) < 8 && !(out_fmt&128))
125 mpi->bpp = IMGFMT_BGR_DEPTH(out_fmt);
127 mpi->bpp=(IMGFMT_BGR_DEPTH(out_fmt)+7)&(~7);
H A Dimg_format.h120 #define IMGFMT_BGR_DEPTH(fmt) ((fmt)&0x7F) macro

Completed in 28 milliseconds