Searched refs:icvCvt_BGRA2Gray_8u_C4C1R (Results 1 – 5 of 5) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 64 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
|
D | grfmt_tiff.cpp | 221 icvCvt_BGRA2Gray_8u_C4C1R( buffer + i*tile_width*4, 0, in ReadData() 635 icvCvt_BGRA2Gray_8u_C4C1R( src, 0, data, 0, cvSize(m_width,1), 2 ); in ReadData()
|
D | utils.cpp | 121 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* rgba, int rgba_step, in icvCvt_BGRA2Gray_8u_C4C1R() function 645 icvCvt_BGRA2Gray_8u_C4C1R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
|
D | grfmt_sunras.cpp | 385 icvCvt_BGRA2Gray_8u_C4C1R( src + 4, 0, data, 0, cvSize(m_width,1), in ReadData()
|
D | grfmt_bmp.cpp | 464 icvCvt_BGRA2Gray_8u_C4C1R( src, 0, data, 0, cvSize(m_width,1) ); in ReadData()
|