Searched refs:fourccToString (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_mjpeg_decoder.cpp | 64 String fourccToString(uint32_t fourcc); 66 String fourccToString(uint32_t fourcc) in fourccToString() function 413 …fprintf(stderr, "Unexpected end of file while searching for %s list\n", fourccToString(expected_fo… in printError() 417 …err, "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(LIST_CC).c_str(), fourccToStri… in printError() 421 …Unexpected list type. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccTo… in printError() 429 …fprintf(stderr, "Unexpected end of file while searching for %s chunk\n", fourccToString(expected_f… in printError() 433 … "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccTo… in printError()
|
/external/opencv3/modules/videoio/test/ |
D | test_video_io.cpp | 52 string fourccToString(int fourcc) in fourccToString() function 259 string tmp_name = cv::tempfile((cvtest::fourccToString(fmt.fourcc) + "." + fmt.ext).c_str()); in VideoTest() 289 cvtest::fourccToString(fmt.fourcc).c_str()); in VideoTest() 433 string fourcc_str = cvtest::fourccToString(fourcc); in SpecificVideoTest()
|
D | test_precomp.hpp | 75 string fourccToString(int fourcc);
|
D | test_video_pos.cpp | 68 return cv::tempfile((cvtest::fourccToString(fmt.fourcc) + "." + fmt.ext).c_str()); in getFilename()
|