Home
last modified time | relevance | path

Searched refs:p_profile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c167 enum pipe_video_profile p_profile; in vlVdpDecoderQueryCapabilities() local
180 p_profile = ProfileToPipe(profile); in vlVdpDecoderQueryCapabilities()
181 if (p_profile == PIPE_VIDEO_PROFILE_UNKNOWN) { in vlVdpDecoderQueryCapabilities()
187 *is_supported = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
190 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
192 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
194 *max_level = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
Dvdpau_private.h262 PipeToProfile(enum pipe_video_profile p_profile) in PipeToProfile() argument
264 switch (p_profile) { in PipeToProfile()