Home
last modified time | relevance | path

Searched refs:PIPE_VIDEO_PROFILE_VC1_ADVANCED (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h58 case PIPE_VIDEO_PROFILE_VC1_ADVANCED: in u_reduce_video_profile()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h41 PIPE_VIDEO_PROFILE_VC1_ADVANCED, enumerator
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dvdpau_private.h237 return PIPE_VIDEO_PROFILE_VC1_ADVANCED; in ProfileToPipe()
267 case PIPE_VIDEO_PROFILE_VC1_ADVANCED: in PipeToProfile()
Ddecode.c505 if (dec->profile == PIPE_VIDEO_PROFILE_VC1_ADVANCED) in vlVdpDecoderRender()