Home | History | Annotate | Download | only in vdpau

Lines Matching full:max_width

68                                    VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
95 *max_width = *max_height = pow(2,max_2d_texture_level-1);
157 uint32_t *max_width, uint32_t *max_height)
163 if (!(is_supported && max_level && max_macroblocks && max_width && max_height))
183 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_CAP_MAX_WIDTH);
186 *max_macroblocks = (*max_width/16)*(*max_height/16);
188 *max_width = 0;
203 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
221 if (!(is_supported && max_width && max_height))
239 *max_width = *max_height = pow(2, max_2d_texture_level - 1);
241 *max_width = 0;
402 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
420 if (!(is_supported && max_width && max_height))
438 *max_width = *max_height = pow(2, max_2d_texture_level - 1);
440 *max_width = 0;