vdef_coded_format_intersect

Function vdef_coded_format_intersect 

Source
pub unsafe extern "C" fn vdef_coded_format_intersect(
    format: *const vdef_coded_format,
    caps: *const vdef_coded_format,
    count: c_uint,
) -> bool
Expand description

Check the intersection of a coded format against capabilities. @param format: coded format @param caps: coded capabilities array @param count: coded capabilities count in array @return true if the format and the capabilities intersect, or false otherwise