Searched refs:IMGFMT_RGB_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.c117 if (IMGFMT_RGB_DEPTH(out_fmt) < 8 && !(out_fmt&128))
118 mpi->bpp = IMGFMT_RGB_DEPTH(out_fmt);
120 mpi->bpp=(IMGFMT_RGB_DEPTH(out_fmt)+7)&(~7);
H A Dimg_format.h119 #define IMGFMT_RGB_DEPTH(fmt) ((fmt)&0x7F) macro

Completed in 46 milliseconds