Lines Matching refs:max_width
70 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
76 if (!(is_supported && max_width && max_height))
96 *max_width = *max_height = max_2d_texture_size;
177 uint32_t *max_width, uint32_t *max_height)
183 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
203 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
212 *max_macroblocks = (*max_width/16)*(*max_height/16);
215 *max_width = 0;
230 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
248 if (!(is_supported && max_width && max_height))
266 *max_width = *max_height = max_2d_texture_size;
268 *max_width = 0;
430 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
448 if (!(is_supported && max_width && max_height))
466 *max_width = *max_height = max_2d_texture_size;
468 *max_width = 0;