Searched refs:icvCvt_BGRA2Gray_8u_C4C1R (Results 1 – 10 of 10) 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()
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 61 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
|
D | utils.cpp | 88 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* rgba, int rgba_step, in icvCvt_BGRA2Gray_8u_C4C1R() function 666 icvCvt_BGRA2Gray_8u_C4C1R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
|
D | grfmt_sunras.cpp | 364 icvCvt_BGRA2Gray_8u_C4C1R( src + 4, 0, data, 0, cvSize(m_width,1), in readData()
|
D | grfmt_bmp.cpp | 466 icvCvt_BGRA2Gray_8u_C4C1R( src, 0, data, 0, cvSize(m_width,1) ); in readData()
|
D | grfmt_tiff.cpp | 308 icvCvt_BGRA2Gray_8u_C4C1R( bstart + i*tile_width0*4, 0, in readData()
|