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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dimg_format.h43 #define IMGFMT_BGR (('B'<<24)|('G'<<16)|('R'<<8)) macro
44 #define IMGFMT_BGR1 (IMGFMT_BGR|1)
45 #define IMGFMT_BGR4 (IMGFMT_BGR|4)
46 #define IMGFMT_BGR4_CHAR (IMGFMT_BGR|4|128) // BGR4 with 1 pixel per byte
47 #define IMGFMT_BGR8 (IMGFMT_BGR|8)
48 #define IMGFMT_BGR12 (IMGFMT_BGR|12)
49 #define IMGFMT_BGR15 (IMGFMT_BGR|15)
50 #define IMGFMT_BGR16 (IMGFMT_BGR|16)
51 #define IMGFMT_BGR24 (IMGFMT_BGR|24)
52 #define IMGFMT_BGR32 (IMGFMT_BGR|3
[all...]

Completed in 56 milliseconds