Home
last modified time | relevance | path

Searched defs:bgr (Results 1 – 4 of 4) sorted by relevance

/external/opencv/otherlibs/highgui/
Dutils.cpp141 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()
Dgrfmt_sunras.cpp181 uchar* bgr = bgr_buffer; in ReadData() local
Dgrfmt_bmp.cpp195 uchar* bgr = bgr_buffer; in ReadData() local
/external/webp/src/dsp/
Dyuv.h114 uint8_t* const bgr) { in VP8YuvToBgr()