fourccToString 64 modules/videoio/src/cap_mjpeg_decoder.cpp String fourccToString(uint32_t fourcc); fourccToString 413 modules/videoio/src/cap_mjpeg_decoder.cpp fprintf(stderr, "Unexpected end of file while searching for %s list\n", fourccToString(expected_fourcc).c_str()); fourccToString 417 modules/videoio/src/cap_mjpeg_decoder.cpp fprintf(stderr, "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(LIST_CC).c_str(), fourccToString(list.m_riff_or_list_cc).c_str()); fourccToString 421 modules/videoio/src/cap_mjpeg_decoder.cpp fprintf(stderr, "Unexpected list type. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccToString(list.m_list_type_cc).c_str()); fourccToString 429 modules/videoio/src/cap_mjpeg_decoder.cpp fprintf(stderr, "Unexpected end of file while searching for %s chunk\n", fourccToString(expected_fourcc).c_str()); fourccToString 433 modules/videoio/src/cap_mjpeg_decoder.cpp fprintf(stderr, "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccToString(chunk.m_four_cc).c_str()); fourccToString 75 modules/videoio/test/test_precomp.hpp string fourccToString(int fourcc); fourccToString 259 modules/videoio/test/test_video_io.cpp string tmp_name = cv::tempfile((cvtest::fourccToString(fmt.fourcc) + "." + fmt.ext).c_str()); fourccToString 289 modules/videoio/test/test_video_io.cpp cvtest::fourccToString(fmt.fourcc).c_str()); fourccToString 433 modules/videoio/test/test_video_io.cpp string fourcc_str = cvtest::fourccToString(fourcc); fourccToString 68 modules/videoio/test/test_video_pos.cpp return cv::tempfile((cvtest::fourccToString(fmt.fourcc) + "." + fmt.ext).c_str());