Searched refs:g_type (Results 1 – 3 of 3) sorted by relevance
72 static GType g_type = 0; in gst_xcam_filter_copy_mode_get_type() local79 if (g_once_init_enter (&g_type)) { in gst_xcam_filter_copy_mode_get_type()82 g_once_init_leave (&g_type, type); in gst_xcam_filter_copy_mode_get_type()85 return g_type; in gst_xcam_filter_copy_mode_get_type()92 static GType g_type = 0; in gst_xcam_filter_defog_mode_get_type() local100 if (g_once_init_enter (&g_type)) { in gst_xcam_filter_defog_mode_get_type()103 g_once_init_leave (&g_type, type); in gst_xcam_filter_defog_mode_get_type()106 return g_type; in gst_xcam_filter_defog_mode_get_type()113 static GType g_type = 0; in gst_xcam_filter_wavelet_mode_get_type() local125 if (g_once_init_enter (&g_type)) { in gst_xcam_filter_wavelet_mode_get_type()[all …]
126 static GType g_type = 0; in gst_xcam_src_mem_mode_get_type() local128 if (!g_type) { in gst_xcam_src_mem_mode_get_type()136 g_type = g_enum_register_static ("GstXCamMemoryModeType", mem_types); in gst_xcam_src_mem_mode_get_type()138 return g_type; in gst_xcam_src_mem_mode_get_type()145 static GType g_type = 0; in gst_xcam_src_field_get_type() local147 if (!g_type) { in gst_xcam_src_field_get_type()160 g_type = g_enum_register_static ("GstXCamSrcFieldType", field_types); in gst_xcam_src_field_get_type()162 return g_type; in gst_xcam_src_field_get_type()170 static GType g_type = 0; in gst_xcam_src_image_processor_get_type() local181 if (g_once_init_enter (&g_type)) { in gst_xcam_src_image_processor_get_type()[all …]
10 typedef int g_type(int, int); typedef11 g_type g;