Searched refs:supported_format (Results 1 – 4 of 4) sorted by relevance
31 for (const SdpVideoFormat& supported_format : supported_formats) { in IsFormatSupported() local33 supported_format.name, in IsFormatSupported()34 supported_format.parameters)) { in IsFormatSupported()
31 for (const webrtc::SdpVideoFormat& supported_format : supported_formats) { in IsFormatSupported() local33 supported_format.name, in IsFormatSupported()34 supported_format.parameters)) { in IsFormatSupported()
32 for (const webrtc::SdpVideoFormat& supported_format : supported_formats) { in IsFormatSupported() local33 if (IsSameCodec(format.name, format.parameters, supported_format.name, in IsFormatSupported()34 supported_format.parameters)) { in IsFormatSupported()
183 __u32 supported_format; /* enum mlx5_ib_cqe_comp_res_format */ member