Home
last modified time | relevance | path

Searched refs:PIPE_VIDEO_PROFILE_VC1_SIMPLE (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h53 PIPE_VIDEO_PROFILE_VC1_SIMPLE, enumerator
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dvdpau_private.h241 return PIPE_VIDEO_PROFILE_VC1_SIMPLE; in ProfileToPipe()
281 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in PipeToProfile()
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h57 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in u_reduce_video_profile()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h138 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in PipeToProfile()
182 return PIPE_VIDEO_PROFILE_VC1_SIMPLE; in ProfileToPipe()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c308 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in rvid_get_video_param()
Dradeon_uvd.c739 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in get_vc1_msg()
779 if (pic->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE) { in get_vc1_msg()
1069 if ((picture->profile == PIPE_VIDEO_PROFILE_VC1_SIMPLE) || in ruvd_end_frame()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c433 assert(dec->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE); in nouveau_vp3_fill_picparm_vc1_vp()
444 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; in nouveau_vp3_fill_picparm_vc1_vp()
Dnouveau_vp3_video_bsp.c168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04 in nouveau_vp3_fill_picparm_vc1_bsp()
Dnouveau_vp3_video.c475 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in nouveau_vp3_screen_get_video_param()