Home
last modified time | relevance | path

Searched refs:PIPE_VIDEO_PROFILE_MPEG1 (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c53 case PIPE_VIDEO_PROFILE_MPEG1: in vl_level_supported()
Dvl_mpeg12_bitstream.c767 bs->decoder->profile == PIPE_VIDEO_PROFILE_MPEG1) { in decode_dct()
852 if (bs->decoder->profile == PIPE_VIDEO_PROFILE_MPEG1) { in decode_slice()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c259 return profile != PIPE_VIDEO_PROFILE_MPEG1; in rvid_get_video_param()
301 case PIPE_VIDEO_PROFILE_MPEG1: in rvid_get_video_param()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h51 PIPE_VIDEO_PROFILE_MPEG1, enumerator
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h243 return PIPE_VIDEO_PROFILE_MPEG1; in ProfileToPipe()
285 case PIPE_VIDEO_PROFILE_MPEG1: in PipeToProfile()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c448 profile >= PIPE_VIDEO_PROFILE_MPEG1 && in nouveau_vp3_screen_get_video_param()
503 case PIPE_VIDEO_PROFILE_MPEG1: in nouveau_vp3_screen_get_video_param()
Dnouveau_vp3_video_vp.c228 if (dec->base.profile == PIPE_VIDEO_PROFILE_MPEG1) in nouveau_vp3_fill_picparm_mpeg12_vp()
262 return ret | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1); in nouveau_vp3_fill_picparm_mpeg12_vp()
Dnouveau_vp3_video_bsp.c131 return (desc->num_slices << 4) | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1); in nouveau_vp3_fill_picparm_mpeg12_bsp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c101 unsigned mpeg2 = dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1; in nv98_decoder_ppp()
Dnv84_video_vp.c264 int mpeg1 = dec->base.profile == PIPE_VIDEO_PROFILE_MPEG1; in nv84_decoder_vp_mpeg12_mb()
Dnv84_video.c828 case PIPE_VIDEO_PROFILE_MPEG1: in nv84_screen_get_video_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c101 unsigned mpeg2 = dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1; in nvc0_decoder_ppp()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_video.h48 case PIPE_VIDEO_PROFILE_MPEG1: in u_reduce_video_profile()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c641 return profile != PIPE_VIDEO_PROFILE_MPEG1; in si_get_video_param()
751 case PIPE_VIDEO_PROFILE_MPEG1: in si_get_video_param()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsurface.c107 desc->base.profile = PIPE_VIDEO_PROFILE_MPEG1; in GetPictureDescription()