Searched refs:usage_type (Results 1 – 5 of 5) sorted by relevance
125 char usage_type; in GetDatasetSize() local127 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()
49 static GType usage_type = 0; in gst_openh264enc_usage_type_get_type() local51 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() argument419 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 …]
71 EUsageType usage_type; member
132 UvcH264UsageType usage_type; member
538 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()