Searched refs:CJpegContext (Results 1 – 1 of 1) sorted by relevance
32 class CJpegContext : public CCodec_JpegModule::Context { class34 CJpegContext();35 ~CJpegContext() override;369 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in _error_fatal1()375 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in _src_skip_data1()394 CJpegContext::CJpegContext() in CJpegContext() function in CJpegContext415 CJpegContext::~CJpegContext() { in ~CJpegContext()421 auto* pContext = new CJpegContext(); in Start()434 auto* ctx = static_cast<CJpegContext*>(pContext); in Input()461 auto* ctx = static_cast<CJpegContext*>(pContext);[all …]