Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_video_enums.h48 PIPE_VIDEO_PROFILE_VC1_SIMPLE, enumerator
/external/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h54 PIPE_VIDEO_PROFILE_VC1_SIMPLE, enumerator
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dvdpau_private.h243 return PIPE_VIDEO_PROFILE_VC1_SIMPLE; in ProfileToPipe()
285 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.h157 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in PipeToProfile()
204 return PIPE_VIDEO_PROFILE_VC1_SIMPLE; in ProfileToPipe()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c313 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in rvid_get_video_param()
Dradeon_uvd.c704 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in get_vc1_msg()
744 if (pic->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE) { in get_vc1_msg()
1180 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c418 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in get_vc1_msg()
456 if (pic->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE) { in get_vc1_msg()
714 if ((picture->profile == PIPE_VIDEO_PROFILE_VC1_SIMPLE) || in rvcn_dec_message_decode()
Dradeon_uvd.c779 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in get_vc1_msg()
819 if (pic->base.profile != PIPE_VIDEO_PROFILE_VC1_SIMPLE) { in get_vc1_msg()
1260 if ((picture->profile == PIPE_VIDEO_PROFILE_VC1_SIMPLE) || in ruvd_end_frame()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c687 case PIPE_VIDEO_PROFILE_VC1_SIMPLE: in si_get_video_param()