Home
last modified time | relevance | path

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 Dtest030.cpp81 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 Dtest029.cpp94 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()