Home
last modified time | relevance | path

Searched full:vaapi (Results 1 – 25 of 102) sorted by relevance

12345

/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dmod.rs57 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 Ddevice_constants.rs196 #[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 DCargo.toml253 # Enables the VAAPI backend of video devices.
254 vaapi = ["devices/vaapi"] qkey
403 "vaapi",
/aosp_15_r20/external/libva/
H A DNEWS187 * 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 D11.0.6.rst59 - st/vaapi: fix vaapi VC-1 simple/main corruption v2
H A D23.1.7.rst35 - VAAPI on VCN: bad stream may crash whole gfx system
36 - VAAPI: AMDGPU crash on RX 6900 XT on corrupted video
H A D9.1.rst51 - Removed VAAPI state tracker (unmaintained and broken)
/aosp_15_r20/external/crosvm/devices/
H A DCargo.toml28 vaapi = ["cros-codecs/vaapi", "crc32fast"] qkey
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h60 * 1) OpenGL, then VAAPI:
61 * OpenGL | VAAPI (same device, != file description)
/aosp_15_r20/external/mesa3d/src/amd/ci/
H A Dgitlab-ci.yml115 - .radeonsi-vaapi-rules
135 - .radeonsi-vaapi-manual-rules
H A Dgitlab-ci-inc.yml96 .radeonsi-vaapi-rules:
106 .radeonsi-vaapi-manual-rules:
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_encode_base.h363 //! \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 Dddi_encode_base_specific.h432 //! \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 DREADME.md1 # 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 DMETADATA2 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 Dac_nir_lower_image_opcodes_cdna.c10 * 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 Dmedia_features.md4vaapi 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 Dmod.rs21 #[cfg(feature = "vaapi")]
22 pub mod vaapi; module
/aosp_15_r20/external/rust/cros-libva/android/
Dandroid_wrapper.h5 // This is lib/vaapi-wrapper.h.
/aosp_15_r20/external/cronet/build/config/linux/libva/
H A DBUILD.gn15 # vaapi decoders use dlopen pre-sandbox anyway to improve startup times.
/aosp_15_r20/external/angle/build/config/linux/libva/
H A DBUILD.gn15 # vaapi decoders use dlopen pre-sandbox anyway to improve startup times.
/aosp_15_r20/external/gmmlib/
H A DMETADATA6 … 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 Dddi_decode_vvc_specific.cpp151 // 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 Dvideo_device.policy109 # Required by VAAPI backend
/aosp_15_r20/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Dvideo_device.policy108 # Required by VAAPI backend

12345