Searched refs:supported_flags (Results 1 – 5 of 5) sorted by relevance
53 GstRTPHeaderExtensionFlags supported_flags; member132 dummy->supported_flags = in gst_rtp_dummy_hdr_ext_init()159 return dummy->supported_flags; in gst_rtp_dummy_hdr_ext_get_supported_flags()
2003 GST_RTP_DUMMY_HDR_EXT (ext)->supported_flags = in GST_START_TEST()2038 GST_RTP_DUMMY_HDR_EXT (ext)->supported_flags = in GST_START_TEST()2245 GST_RTP_DUMMY_HDR_EXT (ext)->supported_flags = in GST_START_TEST()2283 GST_RTP_DUMMY_HDR_EXT (ext)->supported_flags = in GST_START_TEST()
247 unsigned supported_flags = 0; in add_color_format_variants() local249 supported_flags = stw_dev->stw_winsys->get_pfd_flags(screen); in add_color_format_variants()302 if (!(supported_flags & flag) || (flag == stw_pfd_double_buffer && !doublebuffer)) in add_color_format_variants()
447 UINT supported_flags = 0; in gst_d3d11_window_prepare_default() local480 &supported_flags); in gst_d3d11_window_prepare_default()481 if (SUCCEEDED (hr) && (supported_flags & display_flags) == display_flags) { in gst_d3d11_window_prepare_default()
1270 UINT supported_flags = 0; in gst_d3d11_memory_copy() local1298 hr = device_handle->CheckFormatSupport (src_desc.Format, &supported_flags); in gst_d3d11_memory_copy()1300 if ((supported_flags & D3D11_FORMAT_SUPPORT_SHADER_SAMPLE) == in gst_d3d11_memory_copy()1305 if ((supported_flags & D3D11_FORMAT_SUPPORT_RENDER_TARGET) == in gst_d3d11_memory_copy()