Home
last modified time | relevance | path

Searched refs:scaps (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2client.cpp874 GstCaps *scaps; in gst_wasapi2_client_get_caps() local
893 scaps = gst_static_caps_get (&static_caps); in gst_wasapi2_client_get_caps()
895 scaps, &client->supported_caps, nullptr); in gst_wasapi2_client_get_caps()
896 gst_caps_unref (scaps); in gst_wasapi2_client_get_caps()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c358 DFBSurfaceCapabilities scaps; in DirectFB_CreateRenderer() local
418 SDL_DFB_CHECKERR(winsurf->GetCapabilities(winsurf, &scaps)); in DirectFB_CreateRenderer()
421 if (scaps & DSCAPS_DOUBLE) in DirectFB_CreateRenderer()
423 else if (scaps & DSCAPS_TRIPLE) in DirectFB_CreateRenderer()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcaps.c114 static GstStaticCaps scaps = GST_STATIC_CAPS ("audio/x-raw,rate=44100"); in GST_START_TEST() local
121 caps1 = gst_static_caps_get (&scaps); in GST_START_TEST()
127 caps2 = gst_static_caps_get (&scaps); in GST_START_TEST()
1256 static GstStaticCaps scaps = in GST_START_TEST() local
1325 c2 = gst_static_caps_get (&scaps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c313 static GstStaticCaps scaps = GST_STATIC_CAPS (GST_WASAPI_STATIC_CAPS); in gst_wasapi_util_get_devices() local
415 gst_static_caps_get (&scaps), &caps, NULL)) in gst_wasapi_util_get_devices()