Searched defs:vpx_internal_error_info (Results 1 – 1 of 1) sorted by relevance
422 struct vpx_internal_error_info { struct423 vpx_codec_err_t error_code;424 int has_detail;425 char detail[80];426 int setjmp;450 void vpx_internal_error(struct vpx_internal_error_info *info, argument