Home
last modified time | relevance | path

Searched refs:icvCvt_BGRA2BGR_8u_C4C3R (Results 1 – 12 of 12) sorted by relevance

/external/opencv/otherlibs/highgui/
Dutils.h69 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
Dgrfmt_tiff.cpp217 icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*tile_width*4, 0, in ReadData()
613 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1), 2 ); in ReadData()
Dutils.cpp155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() function
648 icvCvt_BGRA2BGR_8u_C4C3R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
Dgrfmt_sunras.cpp382 icvCvt_BGRA2BGR_8u_C4C3R( src + 4, 0, data, 0, cvSize(m_width,1), in ReadData()
Dgrfmt_bmp.cpp466 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1) ); in ReadData()
Dgrfmt_jpeg.cpp478 icvCvt_BGRA2BGR_8u_C4C3R( data, 0, buffer, 0, cvSize(width,1), 2 ); in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dutils.hpp73 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
Dutils.cpp137 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() function
669 icvCvt_BGRA2BGR_8u_C4C3R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
Dgrfmt_sunras.cpp361 icvCvt_BGRA2BGR_8u_C4C3R( src + 4, 0, data, 0, cvSize(m_width,1), in readData()
Dgrfmt_bmp.cpp468 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1) ); in readData()
Dgrfmt_jpeg.cpp699 icvCvt_BGRA2BGR_8u_C4C3R( data, 0, buffer, 0, cvSize(width,1), 2 ); in write()
Dgrfmt_tiff.cpp302 icvCvt_BGRA2BGR_8u_C4C3R( bstart + i*tile_width0*4, 0, in readData()