Home
last modified time | relevance | path

Searched defs:aom_internal_error_info (Results 1 – 1 of 1) sorted by relevance

/external/libaom/aom/internal/
Daom_codec_internal.h370 struct aom_internal_error_info { struct
371 aom_codec_err_t error_code;
372 int has_detail;
373 char detail[ARG_ERR_MSG_MAX_LEN];
374 int setjmp; // Boolean: whether 'jmp' is valid.
398 void aom_internal_error(struct aom_internal_error_info *info, argument