Searched defs:cv_type (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvutils.cpp | 80 (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/ |
D | cv_tensor.cc | 78 int cv_type = CV_MAKETYPE(type.AsCVType(), ch); in IsValidImage() local 106 uint8_t cv_type = type.AsCVType(); in MatInit() local
|
D | data_type.cc | 66 DataType DataType::FromCVType(int cv_type) { in FromCVType()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | datatype_test.cc | 79 void FromDT(DataType d, uint8_t cv_type, std::string str) { in FromDT()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdisparity.cpp | 596 int cv_type = CV_8UC3; in initialise_disparity() local
|