Searched refs:dstBmpPath_full (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/ |
| H A D | test030.cpp | 99 char dstBmpPath_full[256]; /* ���� */ in test030() local 100 sprintf(dstBmpPath_full, "../data_out/ldch_full_%dx%d_level%03d.bmp", dstW, dstH, level); in test030() 101 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test030()
|
| H A D | test029.cpp | 114 char dstBmpPath_full[256]; in test029() local 115 sprintf(dstBmpPath_full, "../data_out/fec_full_%dx%d_level%03d.bmp", dstW, dstH, level); in test029() 116 cv::imwrite(dstBmpPath_full, dstImgBGR_full); in test029()
|