HomeSort by relevance Sort by last modified time
    Searched refs:icvCvt_BGRA2RGBA_16u_C4R (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgcodecs/src/
utils.hpp 91 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,
93 #define icvCvt_RGBA2BGRA_16u_C4R icvCvt_BGRA2RGBA_16u_C4R
grfmt_tiff.cpp 347 icvCvt_BGRA2RGBA_16u_C4R(buffer16 + i*tile_width0*ncn, 0,
626 icvCvt_BGRA2RGBA_16u_C4R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) );
774 icvCvt_BGRA2RGBA_16u_C4R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) );
utils.cpp 195 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,

Completed in 108 milliseconds