Searched refs:VADecodeErrorType (Results 1 – 3 of 3) sorted by relevance
102 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()
4304 } VADecodeErrorType; typedef4314 VADecodeErrorType decode_error_type;
47 * va: Add new VADecodeErrorType to indicate the reset happended in the driver.549 * API: rename VA_DECODE_ERROR_TYPE to VADecodeErrorType