Home
last modified time | relevance | path

Searched refs:vl_profile_supported (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.h38 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile);
Dvl_decoder.c36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) in vl_profile_supported() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c239 return vl_profile_supported(screen, profile); in softpipe_get_video_param()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c328 return vl_profile_supported(screen, profile); in r300_get_video_param()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c481 return vl_profile_supported(screen, profile); in r600_get_video_param()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c581 return vl_profile_supported(screen, profile); in r600_get_video_param()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c852 return vl_profile_supported(pscreen, profile); in nouveau_screen_get_video_param()