Home
last modified time | relevance | path

Searched defs:cv_type (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvutils.cpp80 (GstCaps * caps, gint * width, gint * height, int *cv_type, GError ** err) in gst_opencv_parse_cv_mat_params_from_caps()
99 (GstVideoInfo * info, gint * width, gint * height, int *cv_type, in gst_opencv_cv_mat_params_from_video_info()
117 int *cv_type, GError ** err) in gst_opencv_cv_image_type_from_video_format()
154 gst_opencv_caps_from_cv_image_type (int cv_type) in gst_opencv_caps_from_cv_image_type()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dcv_tensor.cc78 int cv_type = CV_MAKETYPE(type.AsCVType(), ch); in IsValidImage() local
106 uint8_t cv_type = type.AsCVType(); in MatInit() local
Ddata_type.cc66 DataType DataType::FromCVType(int cv_type) { in FromCVType()
/third_party/mindspore/tests/ut/cpp/dataset/
Ddatatype_test.cc79 void FromDT(DataType d, uint8_t cv_type, std::string str) { in FromDT()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp596 int cv_type = CV_8UC3; in initialise_disparity() local