Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/test/
Dtest_video_io.cpp360 stringstream s_digit; s_digit << i; in SpecificImageTest() local
362 string full_name = cv::tempfile((s_digit.str() + ".bmp").c_str()); in SpecificImageTest()