Home
last modified time | relevance | path

Searched refs:dstImgBGR_full (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A Dtest030.cpp97 cv::Mat dstImgBGR_full; in test030() local
98 ldchOut2Mat(dstW, dstH, 8, pImgOut, dstImgBGR_full); /* LDCH������תΪcv::Mat��ʽ */ in test030()
101 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test030()
H A Dtest029.cpp112 cv::Mat dstImgBGR_full; /* ���� */ in test029() local
113 NV12toRGB(pImgOut, dstW, dstH, dstImgBGR_full); in test029()
116 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test029()