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.c180 enum pipe_video_profile p_profile; in vlVdpDecoderQueryCapabilities() local
193 p_profile = ProfileToPipe(profile); in vlVdpDecoderQueryCapabilities()
194 if (p_profile == PIPE_VIDEO_PROFILE_UNKNOWN) { in vlVdpDecoderQueryCapabilities()
200 *is_supported = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
203 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
205 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
207 *max_level = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities()
Dvdpau_private.h264 PipeToProfile(enum pipe_video_profile p_profile) in PipeToProfile() argument
266 switch (p_profile) { in PipeToProfile()