Searched refs:bgr565_step (Results 1 - 2 of 2) sorted by path

/external/opencv/otherlibs/highgui/
H A Dutils.cpp247 void icvCvt_BGR5652Gray_8u_C2C1R( const uchar* bgr565, int bgr565_step, argument
251 for( ; size.height--; gray += gray_step, bgr565 += bgr565_step )
282 void icvCvt_BGR5652BGR_8u_C2C3R( const uchar* bgr565, int bgr565_step, argument
286 for( ; size.height--; bgr565 += bgr565_step )
H A Dutils.h85 void icvCvt_BGR5652Gray_8u_C2C1R( const uchar* bgr565, int bgr565_step,
89 void icvCvt_BGR5652BGR_8u_C2C3R( const uchar* bgr565, int bgr565_step,

Completed in 160 milliseconds