Searched refs:dstBmpPath_left (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/ |
| H A D | test030.cpp | 81 char dstBmpPath_left[256]; /* ���� */ in test030() local 82 …sprintf(dstBmpPath_left, "../data_out/ldch_left_%dx%d_level%03d.bmp", dstW_left, dstH_left, level); in test030() 83 cv::imwrite(dstBmpPath_left, dstImgBGR_left); in test030()
|
| H A D | test029.cpp | 94 char dstBmpPath_left[256]; in test029() local 95 sprintf(dstBmpPath_left, "../data_out/fec_left_%dx%d_level%03d.bmp", dstW_left, dstH_left, level); in test029() 96 cv::imwrite(dstBmpPath_left, dstImgBGR_left); in test029()
|