Home
last modified time | relevance | path

Searched refs:VADecodeErrorType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/cros-libva/lib/src/
Dsurface.rs102 SliceMissing = bindings::VADecodeErrorType::VADecodeSliceMissing,
103 MBError = bindings::VADecodeErrorType::VADecodeMBError,
104 Reset = bindings::VADecodeErrorType::VADecodeReset,
308 bindings::VADecodeErrorType::VADecodeSliceMissing => DecodeErrorType::SliceMissing, in query_error()
309 bindings::VADecodeErrorType::VADecodeMBError => DecodeErrorType::MBError, in query_error()
310 bindings::VADecodeErrorType::VADecodeReset => DecodeErrorType::Reset, in query_error()
/aosp_15_r20/external/libva/va/
H A Dva.h4304 } VADecodeErrorType; typedef
4314 VADecodeErrorType decode_error_type;
/aosp_15_r20/external/libva/
H A DNEWS47 * va: Add new VADecodeErrorType to indicate the reset happended in the driver.
549 * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType