/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglapi.c | 120 } else if (g_strstr_len (apis, 7, GST_GL_API_OPENGL3_NAME)) { in gst_gl_api_from_string() 123 } else if (g_strstr_len (apis, 6, GST_GL_API_OPENGL_NAME)) { in gst_gl_api_from_string() 126 } else if (g_strstr_len (apis, 5, GST_GL_API_GLES1_NAME)) { in gst_gl_api_from_string() 129 } else if (g_strstr_len (apis, 5, GST_GL_API_GLES2_NAME)) { in gst_gl_api_from_string() 210 } else if (g_strstr_len (platform, 3, "glx")) { in gst_gl_platform_from_string() 213 } else if (g_strstr_len (platform, 3, "egl")) { in gst_gl_platform_from_string() 216 } else if (g_strstr_len (platform, 3, "wgl")) { in gst_gl_platform_from_string() 219 } else if (g_strstr_len (platform, 3, "cgl")) { in gst_gl_platform_from_string() 222 } else if (g_strstr_len (platform, 4, "eagl")) { in gst_gl_platform_from_string()
|
D | gstgldisplay.c | 295 if (g_strstr_len (env, 3, "x11")) { in gst_gl_display_type_from_environment() 297 } else if (g_strstr_len (env, 7, "wayland")) { in gst_gl_display_type_from_environment() 299 } else if (g_strstr_len (env, 5, "cocoa")) { in gst_gl_display_type_from_environment() 301 } else if (g_strstr_len (env, 5, "win32")) { in gst_gl_display_type_from_environment() 303 } else if (g_strstr_len (env, 8, "dispmanx")) { in gst_gl_display_type_from_environment() 305 } else if (g_strstr_len (env, 10, "egl-device")) { in gst_gl_display_type_from_environment() 307 } else if (g_strstr_len (env, 3, "egl")) { in gst_gl_display_type_from_environment() 309 } else if (g_strstr_len (env, 6, "viv-fb")) { in gst_gl_display_type_from_environment() 311 } else if (g_strstr_len (env, 3, "gbm")) { in gst_gl_display_type_from_environment() 313 } else if (g_strstr_len (env, 4, "eagl")) { in gst_gl_display_type_from_environment() [all …]
|
D | gstglwindow.c | 298 if (!window && (!user_choice || g_strstr_len (user_choice, 5, "cocoa"))) in gst_gl_window_new() 302 if (!window && (!user_choice || g_strstr_len (user_choice, 3, "x11"))) in gst_gl_window_new() 306 if (!window && (!user_choice || g_strstr_len (user_choice, 5, "win32"))) in gst_gl_window_new() 310 if (!window && (!user_choice || g_strstr_len (user_choice, 7, "wayland"))) in gst_gl_window_new() 314 if (!window && (!user_choice || g_strstr_len (user_choice, 8, "dispmanx"))) in gst_gl_window_new() 318 if (!window && (!user_choice || g_strstr_len (user_choice, 7, "android"))) in gst_gl_window_new() 322 if (!window && (!user_choice || g_strstr_len (user_choice, 4, "eagl"))) in gst_gl_window_new() 326 if (!window && (!user_choice || g_strstr_len (user_choice, 6, "viv-fb"))) in gst_gl_window_new() 330 if (!window && (!user_choice || g_strstr_len (user_choice, 3, "gbm"))) in gst_gl_window_new() 334 if (!window && (!user_choice || g_strstr_len (user_choice, 5, "winrt"))) in gst_gl_window_new()
|
D | gstglsl.c | 295 if (g_strstr_len (&str[i], 7, "version")) in _check_valid_version_preprocessor_string() 430 if (g_strstr_len (&str[i], 2, "*/")) { in _gst_glsl_shader_string_find_version() 437 if (g_strstr_len (&str[i], 2, "//")) { in _gst_glsl_shader_string_find_version() 443 if (g_strstr_len (&str[i], 2, "/*")) { in _gst_glsl_shader_string_find_version()
|
D | gstglcontext.c | 351 if (!context && (!user_choice || g_strstr_len (user_choice, 3, "cgl"))) in gst_gl_context_new() 355 if (!context && (!user_choice || g_strstr_len (user_choice, 3, "glx"))) in gst_gl_context_new() 359 if (!context && (!user_choice || g_strstr_len (user_choice, 3, "wgl"))) in gst_gl_context_new() 363 if (!context && (!user_choice || g_strstr_len (user_choice, 4, "eagl"))) in gst_gl_context_new() 367 if (!context && (!user_choice || g_strstr_len (user_choice, 3, "egl"))) in gst_gl_context_new() 627 if (g_strstr_len (version, 9, "OpenGL ES")) { in gst_gl_context_get_current_gl_api() 1769 if (g_strstr_len (feature, 3, "GL_")) in gst_gl_context_check_feature()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkwindow.c | 272 if (!window && (!user_choice || g_strstr_len (user_choice, 3, "xcb"))) in gst_vulkan_window_new() 276 if (!window && (!user_choice || g_strstr_len (user_choice, 7, "wayland"))) in gst_vulkan_window_new() 280 if (!window && (!user_choice || g_strstr_len (user_choice, 5, "cocoa"))) in gst_vulkan_window_new() 284 if (!window && (!user_choice || g_strstr_len (user_choice, 3, "ios"))) in gst_vulkan_window_new() 288 if (!window && (!user_choice || g_strstr_len (user_choice, 5, "win32"))) in gst_vulkan_window_new() 292 if (!window && (!user_choice || g_strstr_len (user_choice, 7, "android"))) in gst_vulkan_window_new()
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1040 res = g_strstr_len (NULL, 0, "xxx"); in test_strstr() 1045 res = g_strstr_len ("xxx", 0, NULL); in test_strstr() 1050 res = g_strstr_len (haystack, 6, "xxx"); in test_strstr() 1053 res = g_strstr_len (haystack, 6, "FooBarFooBarFooBar"); in test_strstr() 1056 res = g_strstr_len (haystack, 3, "Bar"); in test_strstr() 1059 res = g_strstr_len (haystack, 6, ""); in test_strstr() 1063 res = g_strstr_len (haystack, 6, "Bar"); in test_strstr() 1067 res = g_strstr_len (haystack, -1, "Bar"); in test_strstr() 1136 res = g_strstr_len (haystack, 15, "BarFoo"); in test_strstr() 1771 g_assert_null (g_strstr_len (string, 4096, "BUGS")); in test_bounds() [all …]
|
/third_party/glib/gio/ |
D | gtlscertificate.c | 290 header_end = g_strstr_len (data, data_len, PEM_PRIVKEY_HEADER_END); in parse_private_key() 312 footer_end = g_strstr_len (header_end, data_len - (header_end - data), PEM_PRIVKEY_FOOTER_END); in parse_private_key() 340 start = g_strstr_len (*data, data_end - *data, PEM_CERTIFICATE_HEADER); in parse_next_pem_certificate() 351 end = g_strstr_len (start, data_end - start, PEM_CERTIFICATE_FOOTER); in parse_next_pem_certificate()
|
D | gunixmounts.c | 1064 (g_strstr_len (mount_options, -1, "user_xattr") == NULL)) || in _g_get_unix_mount_points() 1065 (g_strstr_len (mount_options, -1, "pamconsole") == NULL) || in _g_get_unix_mount_points() 2919 if (g_strstr_len (mount_path, -1, "/.") != NULL) in g_unix_mount_guess_should_display()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpnetutils.c | 54 location = g_strstr_len (location_start, -1, "@"); in gst_udp_parse_uri()
|
/third_party/glib/gio/tests/ |
D | file.c | 2853 g_assert_null (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_MODE ",")); in test_build_attribute_list_for_copy() 2855 g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_MODE ",")); in test_build_attribute_list_for_copy() 2859 … g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_UID ",")); in test_build_attribute_list_for_copy() 2860 … g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_GID ",")); in test_build_attribute_list_for_copy() 2864 g_assert_null (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_UID ",")); in test_build_attribute_list_for_copy() 2865 g_assert_null (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_UNIX_GID ",")); in test_build_attribute_list_for_copy() 2869 … g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_MODIFIED ",")); in test_build_attribute_list_for_copy() 2870 …g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC ","… in test_build_attribute_list_for_copy() 2873 … g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_ACCESS ",")); in test_build_attribute_list_for_copy() 2874 …g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_ACCESS_USEC ",")); in test_build_attribute_list_for_copy() [all …]
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 878 if ((q = g_strstr_len (uri, -1, "?"))) { in gst_fd_src_uri_set_uri() 883 if ((sp = g_strstr_len (q, -1, "size="))) { in gst_fd_src_uri_set_uri() 898 sp = g_strstr_len (q, -1, "offset="); in gst_fd_src_uri_set_uri()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 127 gchar * g_strstr_len (const gchar *haystack,
|
D | gstrfuncs.c | 2605 g_strstr_len (const gchar *haystack, in g_strstr_len() function
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvautils.c | 293 is_devnode = (g_strstr_len (type_name, -1, "renderD") != NULL); in gst_context_get_va_display()
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 126 gchar * g_strstr_len (const gchar *haystack,
|
D | gutf8.c | 536 return g_strstr_len (p, len, ch); in g_utf8_strchr()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 297 if (g_strstr_len (strings[2], -1, ".")) { in ttml_parse_timecode() 1957 start_xml = g_strstr_len (input, strlen (input), XML_START_TAG); in ttml_parse() 1958 end_tt = g_strstr_len (input, strlen (input), TTML_END_TAG); in ttml_parse()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 1226 xp1 = g_strstr_len (xps, len, "<?xpacket begin"); in gst_tag_list_from_xmp_buffer() 1242 xp2 = g_strstr_len (&xps[len - max_ft_len], max_ft_len, "<?xpacket "); in gst_tag_list_from_xmp_buffer()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouploader.c | 229 if (g_strstr_len (libsoup_sonames[i], -1, "soup-2")) { in gst_soup_load_library()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 960 if (!g_strstr_len (argv[1], -1, "://")) { in main()
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsoundsrc.c | 876 if (g_strstr_len (dsoundsrc->device_name, -1, mixer_caps->szPname) != NULL) { in gst_directsound_src_mixer_find()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 260 colon = g_strstr_len (userinfo, -1, ":"); in _parse_userinfo()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-sel-eng.c | 463 if (g_strstr_len in attr_add_sel_matches_node()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 632 pps_str = g_strstr_len (sps_str, -1, "00000001"); in _gst_mss_stream_add_h264_codec_data()
|