Searched refs:SetJmpErrorMgr (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h57 struct SetJmpErrorMgr;
174 SetJmpErrorMgr* error_mgr_;
/external/libyuv/files/include/libyuv/
H A Dmjpeg_decoder.h35 struct SetJmpErrorMgr;
170 SetJmpErrorMgr* error_mgr_;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc40 struct SetJmpErrorMgr { struct in namespace:libyuv
71 error_mgr_ = new SetJmpErrorMgr;
450 SetJmpErrorMgr* mgr = (SetJmpErrorMgr*)(cinfo->err);
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc33 struct SetJmpErrorMgr { struct in namespace:libyuv
56 error_mgr_ = new SetJmpErrorMgr;
470 SetJmpErrorMgr* mgr = reinterpret_cast<SetJmpErrorMgr*>(cinfo->err);

Completed in 249 milliseconds