Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_mjpeg_decoder.cpp64 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/
Dtest_video_io.cpp52 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()
Dtest_precomp.hpp75 string fourccToString(int fourcc);
Dtest_video_pos.cpp68 return cv::tempfile((cvtest::fourccToString(fmt.fourcc) + "." + fmt.ext).c_str()); in getFilename()