HomeSort by relevance Sort by last modified time
    Searched defs:fourccToString (Results 1 - 2 of 2) sorted by null

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

Completed in 121 milliseconds