Home
last modified time | relevance | path

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

/external/libvpx/vpx/internal/
Dvpx_codec_internal.h422 struct vpx_internal_error_info { struct
423 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