Home
last modified time | relevance | path

Searched refs:icvCvt_BGRA2RGBA_16u_C4R (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dutils.hpp91 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,
93 #define icvCvt_RGBA2BGRA_16u_C4R icvCvt_BGRA2RGBA_16u_C4R
Dgrfmt_tiff.cpp347icvCvt_BGRA2RGBA_16u_C4R(buffer16 + i*tile_width0*ncn, 0, in readData()
626icvCvt_BGRA2RGBA_16u_C4R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) ); in writeLibTiff()
774icvCvt_BGRA2RGBA_16u_C4R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) ); in write()
Dutils.cpp195 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step, in icvCvt_BGRA2RGBA_16u_C4R() function