/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | mod.rs | 57 not(any(feature = "libvda", feature = "ffmpeg", feature = "vaapi")) 59 …eo-decoder\" feature requires at least one of \"ffmpeg\", \"libvda\" or \"vaapi\" to also be enabl… 174 #[cfg(feature = "vaapi")] in build_config() 175 VideoBackendType::Vaapi => device_name[0..5].copy_from_slice("vaapi".as_bytes()), in build_config() 301 #[cfg(feature = "vaapi")] in activate() 302 VideoBackendType::Vaapi => { in activate() 361 #[cfg(feature = "vaapi")] in create_decoder_device() 362 VideoBackendType::Vaapi => decoder::backend::vaapi::VaapiDecoder::new() in create_decoder_device()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | device_constants.rs | 196 #[cfg(feature = "vaapi")] 197 Vaapi, enumerator 212 /// The same set of virtio features is supported by the vaapi decoder and encoder. 232 #[cfg(feature = "vaapi")] in backend_supported_virtio_features() 233 VideoBackendType::Vaapi => vaapi_supported_virtio_features(), in backend_supported_virtio_features()
|
/aosp_15_r20/external/crosvm/ |
H A D | Cargo.toml | 253 # Enables the VAAPI backend of video devices. 254 vaapi = ["devices/vaapi"] qkey 403 "vaapi",
|
/aosp_15_r20/external/libva/ |
H A D | NEWS | 187 * add: VA/X11 VAAPI driver mapping for crocus DRI driver 271 * VA/X11: VAAPI driver mapping for iris DRI driver 439 * Allow libva to load the vaapi driver provided by Mesa Gallium for nouveau and radeon 543 * Move i965 driver to a specific repository (vaapi/intel-driver)
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 11.0.6.rst | 59 - st/vaapi: fix vaapi VC-1 simple/main corruption v2
|
H A D | 23.1.7.rst | 35 - VAAPI on VCN: bad stream may crash whole gfx system 36 - VAAPI: AMDGPU crash on RX 6900 XT on corrupted video
|
H A D | 9.1.rst | 51 - Removed VAAPI state tracker (unmaintained and broken)
|
/aosp_15_r20/external/crosvm/devices/ |
H A D | Cargo.toml | 28 vaapi = ["cros-codecs/vaapi", "crc32fast"] qkey
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_winsys.h | 60 * 1) OpenGL, then VAAPI: 61 * OpenGL | VAAPI (same device, != file description)
|
/aosp_15_r20/external/mesa3d/src/amd/ci/ |
H A D | gitlab-ci.yml | 115 - .radeonsi-vaapi-rules 135 - .radeonsi-vaapi-manual-rules
|
H A D | gitlab-ci-inc.yml | 96 .radeonsi-vaapi-rules: 106 .radeonsi-vaapi-manual-rules:
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_ddi_encode_base.h | 363 //! \brief Convert rate control method in VAAPI to the term in HAL 366 //! Rate control method in VAAPI
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
H A D | ddi_encode_base_specific.h | 432 //! \brief Convert rate control method in VAAPI to the term in HAL 435 //! Rate control method in VAAPI
|
/aosp_15_r20/external/intel-media-driver/ |
H A D | README.md | 1 # Intel(R) Media Driver for VAAPI 6 The Intel(R) Media Driver for VAAPI is a new VA-API (Video Acceleration API) 12 The Intel(R) Media Driver for VAAPI is distributed under the MIT license with 198 1. Intel(R) Media Driver for VAAPI is recommended to be built against gcc compiler v6.1
|
H A D | METADATA | 2 description: "The Intel(R) Media Driver for VAAPI is a new VA-API (Video Acceleration API) user mod…
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_image_opcodes_cdna.c | 10 * Only the subset of opcodes and states that is used by VAAPI and OpenMAX is lowered. 374 /* No other intrinsics are expected from VAAPI and OpenMAX. in lower_image_opcodes()
|
/aosp_15_r20/external/intel-media-driver/docs/ |
H A D | media_features.md | 4 …vaapi version(1.9.0), media driver only allow to create 16bit surface for 12bit bitstream decoding…
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/ |
H A D | mod.rs | 21 #[cfg(feature = "vaapi")] 22 pub mod vaapi; module
|
/aosp_15_r20/external/rust/cros-libva/android/ |
D | android_wrapper.h | 5 // This is lib/vaapi-wrapper.h.
|
/aosp_15_r20/external/cronet/build/config/linux/libva/ |
H A D | BUILD.gn | 15 # vaapi decoders use dlopen pre-sandbox anyway to improve startup times.
|
/aosp_15_r20/external/angle/build/config/linux/libva/ |
H A D | BUILD.gn | 15 # vaapi decoders use dlopen pre-sandbox anyway to improve startup times.
|
/aosp_15_r20/external/gmmlib/ |
H A D | METADATA | 6 … for the Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/dec/ |
H A D | ddi_decode_vvc_specific.cpp | 151 // this def is not aligned btw VAAPI & HAL, need to parse each to get correct flag in ParsePicParams() 235 // this def is not aligned btw VAAPI & HAL, need to parse each to get correct flag in ParsePicParams() 280 // this def is not aligned btw VAAPI & HAL, need to parse each to get correct flag in ParsePicParams()
|
/aosp_15_r20/external/crosvm/jail/seccomp/x86_64/ |
H A D | video_device.policy | 109 # Required by VAAPI backend
|
/aosp_15_r20/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | video_device.policy | 108 # Required by VAAPI backend
|