Home
last modified time | relevance | path

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

/external/libxcam/plugins/smart/dvs/libdvs/
Dtest-image-stabilization.cpp53 bool saveOutput = true; in main() local
85 saveOutput = (strcasecmp (optarg, "false") == 0 ? false : true); in main()
109 printf ("save file:\t%s\n", saveOutput ? "true" : "false"); in main()
140 if (saveOutput) { in main()