Home
last modified time | relevance | path

Searched refs:g_type (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp72 static GType g_type = 0; in gst_xcam_filter_copy_mode_get_type() local
79 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() local
100 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() local
125 if (g_once_init_enter (&g_type)) { in gst_xcam_filter_wavelet_mode_get_type()
[all …]
Dgstxcamsrc.cpp126 static GType g_type = 0; in gst_xcam_src_mem_mode_get_type() local
128 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() local
147 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() local
181 if (g_once_init_enter (&g_type)) { in gst_xcam_src_image_processor_get_type()
[all …]
/external/clang/test/SemaCXX/
Dfntype-decl.cpp10 typedef int g_type(int, int); typedef
11 g_type g;