pub unsafe extern "C" fn vdef_coded_format_intersect(
format: *const vdef_coded_format,
caps: *const vdef_coded_format,
count: c_uint,
) -> boolExpand 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