Searched refs:CJpegContext (Results 1 – 1 of 1) sorted by relevance
40 class CJpegContext final : public ModuleIface::Context { class42 CJpegContext();43 ~CJpegContext() override;106 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in error_fatal1()112 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in src_skip_data1()190 CJpegContext::CJpegContext() in CJpegContext() function in CJpegContext208 CJpegContext::~CJpegContext() { in ~CJpegContext()507 auto* pContext = new CJpegContext(); in Start()523 auto* ctx = static_cast<CJpegContext*>(pContext); in Input()546 auto* ctx = static_cast<CJpegContext*>(pContext); in ReadHeader()[all …]