Searched defs:bgr (Results 1 – 4 of 4) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 141 uchar* bgr, int bgr_step, CvSize size ) in icvCvt_Gray2BGR_8u_C1C3R() 155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() 194 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step, in icvCvt_BGR2RGB_8u_C3R() 211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, in icvCvt_BGR2RGB_16u_C3R() 264 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step, in icvCvt_BGR5552BGR_8u_C2C3R() 282 void icvCvt_BGR5652BGR_8u_C2C3R( const uchar* bgr565, int bgr565_step, in icvCvt_BGR5652BGR_8u_C2C3R() 301 uchar* bgr, int bgr_step, CvSize size ) in icvCvt_CMYK2BGR_8u_C4C3R()
|
D | grfmt_sunras.cpp | 181 uchar* bgr = bgr_buffer; in ReadData() local
|
D | grfmt_bmp.cpp | 195 uchar* bgr = bgr_buffer; in ReadData() local
|
/external/webp/src/dsp/ |
D | yuv.h | 114 uint8_t* const bgr) { in VP8YuvToBgr()
|