Home
last modified time | relevance | path

Searched refs:downstream_supports_d3d11 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp95 gboolean downstream_supports_d3d11; member
370 self->downstream_supports_d3d11 = TRUE; in gst_d3d11_screen_capture_src_set_caps()
372 self->downstream_supports_d3d11 = FALSE; in gst_d3d11_screen_capture_src_set_caps()
418 if (pool && self->downstream_supports_d3d11) { in gst_d3d11_screen_capture_src_decide_allocation()
429 if (self->downstream_supports_d3d11) in gst_d3d11_screen_capture_src_decide_allocation()
440 if (self->downstream_supports_d3d11) { in gst_d3d11_screen_capture_src_decide_allocation()
459 if (self->downstream_supports_d3d11) { in gst_d3d11_screen_capture_src_decide_allocation()
900 if (self->downstream_supports_d3d11) { in gst_d3d11_screen_capture_src_create()
972 if (!self->downstream_supports_d3d11) { in gst_d3d11_screen_capture_src_create()
Dgstd3d11decoder.cpp153 gboolean downstream_supports_d3d11; member
321 self->downstream_supports_d3d11 = FALSE; in gst_d3d11_decoder_reset()
975 if (!self->downstream_supports_d3d11 && in gst_d3d11_decoder_open()
1725 decoder->downstream_supports_d3d11 = d3d11_supported; in gst_d3d11_decoder_negotiate()
1758 use_d3d11_pool = decoder->downstream_supports_d3d11; in gst_d3d11_decoder_decide_allocation()
1909 if (!decoder->can_direct_rendering || !decoder->downstream_supports_d3d11) in gst_d3d11_decoder_can_direct_render()