Searched refs:vaapi (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/ |
D | hardware_VideoDecodeCapable.py | 52 def verifyProfile(self, vaapi, display, profile): argument 66 entrypoints = vaapi.query_entrypoints(display, profile) 71 rt_format = vaapi.get_rt_format(display, profile, VAEntrypointVLD) 90 import vaapi 97 display = vaapi.create_display(':0.0') 99 display = vaapi.create_display('/dev/dri/card0') 101 supported_profiles = vaapi.query_profiles(display) 108 self.verifyProfile(vaapi, display, profile)
|
D | control.vaapi | 6 NAME = 'hardware_VideoDecodeCapable.vaapi' 23 DEPENDENCIES = 'vaapi' 28 (vaapi.so) during setup. 31 job.run_test('hardware_VideoDecodeCapable', type='vaapi')
|
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/ |
D | Makefile | 5 .PHONY:v4l2, vaapi, vaapi_drm 10 vaapi: target
|
/external/mesa3d/ |
D | configure.ac | 1427 #don't enable vaapi state tracker even if package exists 1447 AC_MSG_WARN([vaapi state tracker currently unmaintained])
|
/external/libvncserver/ |
D | ChangeLog | 676 … sudo make install cd .. git clone git://anongit.freedesktop.org/vaapi/intel-driver cd…
|