Searched defs:aom_internal_error_info (Results 1 – 1 of 1) sorted by relevance
370 struct aom_internal_error_info { struct371 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