Home | History | Annotate | Download | only in vdpau

Lines Matching refs:is_supported

68                                    VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
88 *is_supported = true;
106 VdpBool *is_supported)
111 if (!is_supported)
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
136 *is_supported = true;
140 *is_supported &= pscreen->is_video_format_supported
156 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks,
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
176 *is_supported = false;
181 *is_supported = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_SUPPORTED);
182 if (*is_supported) {
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width && max_height))
225 *is_supported = pscreen->is_format_supported
230 if (*is_supported) {
255 VdpBool *is_supported)
273 if (!is_supported)
277 *is_supported = pscreen->is_format_supported
296 VdpBool *is_supported)
322 if (!is_supported)
326 *is_supported = pscreen->is_format_supported
332 *is_supported &= pscreen->is_format_supported
338 *is_supported &= pscreen->is_format_supported
355 VdpBool *is_supported)
377 if (!is_supported)
381 *is_supported = pscreen->is_format_supported
387 *is_supported &= pscreen->is_video_format_supported
402 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
420 if (!(is_supported && max_width && max_height))
424 *is_supported = pscreen->is_format_supported
429 if (*is_supported) {
453 VdpBool *is_supported)
455 if (!is_supported)
461 *is_supported = VDP_TRUE;
464 *is_supported = VDP_FALSE;
475 VdpBool *is_supported)
477 if (!is_supported)
485 *is_supported = VDP_TRUE;
488 *is_supported = VDP_FALSE;
541 VdpBool *is_supported)
543 if (!is_supported)
554 *is_supported = VDP_TRUE;
557 *is_supported = VDP_FALSE;