Searched refs:bgra_step (Results 1 - 2 of 2) sorted by last modified time

/external/opencv/otherlibs/highgui/
H A Dutils.cpp155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, argument
170 bgra += bgra_step - size.width*4;
175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, argument
188 bgra += bgra_step - size.width*4;
H A Dutils.h64 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
69 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
79 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,

Completed in 92 milliseconds