Home
last modified time | relevance | path

Searched refs:usage_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dceleba_node.cc125 char usage_type; in GetDatasetSize() local
127 usage_type = '0'; in GetDatasetSize()
130 usage_type = '1'; in GetDatasetSize()
133 usage_type = '2'; in GetDatasetSize()
150 if (line.at(start + 1) == usage_type) { in GetDatasetSize()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp49 static GType usage_type = 0; in gst_openh264enc_usage_type_get_type() local
51 if (!usage_type) { in gst_openh264enc_usage_type_get_type()
58 usage_type = g_enum_register_static ("EUsageType", usage_types); in gst_openh264enc_usage_type_get_type()
61 return usage_type; in gst_openh264enc_usage_type_get_type()
164 gint usage_type);
387 openh264enc->usage_type = DEFAULT_USAGE_TYPE; in gst_openh264enc_init()
417 gst_openh264enc_set_usage_type (GstOpenh264Enc * openh264enc, gint usage_type) in gst_openh264enc_set_usage_type() argument
419 switch (usage_type) { in gst_openh264enc_set_usage_type()
421 openh264enc->usage_type = CAMERA_VIDEO_REAL_TIME; in gst_openh264enc_set_usage_type()
424 openh264enc->usage_type = SCREEN_CONTENT_REAL_TIME; in gst_openh264enc_set_usage_type()
[all …]
Dgstopenh264enc.h71 EUsageType usage_type; member
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.h132 UvcH264UsageType usage_type; member
Dgstuvch264_src.c538 self->usage_type = DEFAULT_USAGE_TYPE; in gst_uvc_h264_src_init()
626 self->usage_type = g_value_get_enum (value); in gst_uvc_h264_src_set_property()
1827 probe->bUsageType = self->usage_type; in fill_probe_commit()