Lines Matching defs:is_supported
70 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
76 if (!(is_supported && max_width && max_height))
90 *is_supported = true;
107 VdpBool *is_supported)
112 if (!is_supported)
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420;
131 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420;
134 if (*is_supported &&
146 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
151 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
155 *is_supported = false;
159 if (*is_supported &&
164 *is_supported = false;
176 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks,
183 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
196 *is_supported = false;
201 *is_supported = vl_codec_supported(pscreen, p_profile, false);
202 if (*is_supported) {
230 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
248 if (!(is_supported && max_width && max_height))
252 *is_supported = pscreen->is_format_supported
257 if (*is_supported) {
282 VdpBool *is_supported)
300 if (!is_supported)
304 *is_supported = pscreen->is_format_supported
323 VdpBool *is_supported)
349 if (!is_supported)
353 *is_supported = pscreen->is_format_supported
359 *is_supported &= pscreen->is_format_supported
365 *is_supported &= pscreen->is_format_supported
382 VdpBool *is_supported)
404 if (!is_supported)
408 *is_supported = pscreen->is_format_supported
414 *is_supported &= pscreen->is_video_format_supported
430 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
448 if (!(is_supported && max_width && max_height))
452 *is_supported = pscreen->is_format_supported
457 if (*is_supported) {
481 VdpBool *is_supported)
483 if (!is_supported)
492 *is_supported = VDP_TRUE;
495 *is_supported = VDP_FALSE;
506 VdpBool *is_supported)
508 if (!is_supported)
516 *is_supported = VDP_TRUE;
519 *is_supported = VDP_FALSE;
575 VdpBool *is_supported)
577 if (!is_supported)
588 *is_supported = VDP_TRUE;
591 *is_supported = VDP_FALSE;