Searched refs:dstImgBGR_full (Results 1 – 2 of 2) sorted by relevance
97 cv::Mat dstImgBGR_full; in test030() local98 ldchOut2Mat(dstW, dstH, 8, pImgOut, dstImgBGR_full); /* LDCH������תΪcv::Mat��ʽ */ in test030()101 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test030()
112 cv::Mat dstImgBGR_full; /* ���� */ in test029() local113 NV12toRGB(pImgOut, dstW, dstH, dstImgBGR_full); in test029()116 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test029()