/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | pbutils.c | 70 static gsize cat_gonce = 0; in gst_pb_utils_ensure_debug_category() local 72 if (g_once_init_enter (&cat_gonce)) { in gst_pb_utils_ensure_debug_category() 77 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_pb_utils_ensure_debug_category() 80 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_ensure_debug_category()
|
D | install-plugins.c | 281 static gsize cat_gonce = 0; in gst_pb_utils_install_plugins_ensure_debug_category() local 283 if (g_once_init_enter (&cat_gonce)) { in gst_pb_utils_install_plugins_ensure_debug_category() 289 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_pb_utils_install_plugins_ensure_debug_category() 292 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_install_plugins_ensure_debug_category()
|
D | missing-plugins.c | 72 static gsize cat_gonce = 0; in gst_pb_utils_missing_plugins_ensure_debug_category() local 74 if (g_once_init_enter (&cat_gonce)) { in gst_pb_utils_missing_plugins_ensure_debug_category() 80 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_pb_utils_missing_plugins_ensure_debug_category() 83 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_missing_plugins_ensure_debug_category()
|
D | encoding-target.c | 97 static gsize cat_gonce = 0; in gst_pb_utils_encoding_target_ensure_debug_category() local 99 if (g_once_init_enter (&cat_gonce)) { in gst_pb_utils_encoding_target_ensure_debug_category() 105 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_pb_utils_encoding_target_ensure_debug_category() 108 return (GstDebugCategory *) cat_gonce; in gst_pb_utils_encoding_target_ensure_debug_category()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11format.cpp | 36 static gsize cat_gonce = 0; in ensure_debug_category() local 38 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 44 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 47 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | gstd3d11utils.cpp | 37 static gsize cat_gonce = 0; in ensure_debug_category() local 39 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 45 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 48 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio.c | 41 static gsize cat_gonce = 0; in ensure_debug_category() local 43 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 48 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 51 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | audio-info.c | 35 static gsize cat_gonce = 0; in ensure_debug_category() local 37 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 43 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 46 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | audio-channels.c | 40 static gsize cat_gonce = 0; in ensure_debug_category() local 42 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 48 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 51 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | audio-channel-mixer.c | 37 static gsize cat_gonce = 0; in ensure_debug_category() local 39 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 45 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 48 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideosink.c | 61 static gsize cat_gonce = 0; in gst_video_sink_ensure_debug_category() local 63 if (g_once_init_enter (&cat_gonce)) { in gst_video_sink_ensure_debug_category() 68 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_video_sink_ensure_debug_category() 71 return (GstDebugCategory *) cat_gonce; in gst_video_sink_ensure_debug_category()
|
D | video-resampler.c | 35 static gsize cat_gonce = 0; in ensure_debug_category() local 37 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 43 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 46 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | video-color.c | 37 static gsize cat_gonce = 0; in ensure_debug_category() local 39 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 45 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 48 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | video-blend.c | 42 static gsize cat_gonce = 0; in ensure_debug_category() local 44 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 50 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 53 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | gstvideometa.c | 39 static gsize cat_gonce = 0; in ensure_debug_category() local 41 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 46 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 49 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | video-chroma.c | 49 static gsize cat_gonce = 0; in ensure_debug_category() local 51 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 57 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 60 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | video-anc.c | 43 static gsize cat_gonce = 0; in ensure_debug_category() local 45 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 51 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 54 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | lang.c | 57 static gsize cat_gonce = 0; in ensure_debug_category() local 59 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 65 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 68 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | licenses.c | 53 static gsize cat_gonce = 0; in ensure_debug_category() local 55 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 61 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 64 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | tags.c | 51 static gsize cat_gonce = 0; in gst_tag_ensure_debug_category() local 53 if (g_once_init_enter (&cat_gonce)) { in gst_tag_ensure_debug_category() 58 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_tag_ensure_debug_category() 61 return (GstDebugCategory *) cat_gonce; in gst_tag_ensure_debug_category()
|
D | id3v2.c | 41 static gsize cat_gonce = 0; in id3v2_ensure_debug_category() local 43 if (g_once_init_enter (&cat_gonce)) { in id3v2_ensure_debug_category() 48 g_once_init_leave (&cat_gonce, cat); in id3v2_ensure_debug_category() 51 return (GstDebugCategory *) cat_gonce; in id3v2_ensure_debug_category()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp8parser.c | 47 static gsize cat_gonce = 0; in gst_vp8_debug_category_get() local 49 if (g_once_init_enter (&cat_gonce)) { in gst_vp8_debug_category_get() 54 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_vp8_debug_category_get() 57 return (GstDebugCategory *) cat_gonce; in gst_vp8_debug_category_get()
|
D | gstjpegparser.c | 45 static gsize cat_gonce = 0; in ensure_debug_category() local 47 if (g_once_init_enter (&cat_gonce)) { in ensure_debug_category() 53 g_once_init_leave (&cat_gonce, cat_done); in ensure_debug_category() 56 return (GstDebugCategory *) cat_gonce; in ensure_debug_category()
|
D | gstmpegvideoparser.c | 127 static gsize cat_gonce = 0; in gst_mpegvideo_debug_category_get() local 129 if (g_once_init_enter (&cat_gonce)) { in gst_mpegvideo_debug_category_get() 135 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_mpegvideo_debug_category_get() 138 return (GstDebugCategory *) cat_gonce; in gst_mpegvideo_debug_category_get()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 202 static gsize cat_gonce = 0; in gst_egl_image_ensure_debug_category() local 204 if (g_once_init_enter (&cat_gonce)) { in gst_egl_image_ensure_debug_category() 209 g_once_init_leave (&cat_gonce, (gsize) cat); in gst_egl_image_ensure_debug_category() 212 return (GstDebugCategory *) cat_gonce; in gst_egl_image_ensure_debug_category()
|