Searched refs:m_pPngContext (Results 1 – 2 of 2) sorted by relevance
1228 m_pPngContext = pPngModule->Start(this); in PngDetectImageTypeInBuffer()1229 if (!m_pPngContext) { in PngDetectImageTypeInBuffer()1233 while (pPngModule->Input(m_pPngContext.get(), m_pCodecMemory, pAttribute)) { in PngDetectImageTypeInBuffer()1237 m_pPngContext.reset(); in PngDetectImageTypeInBuffer()1251 m_pPngContext.reset(); in PngDetectImageTypeInBuffer()1268 m_pPngContext = pPngModule->Start(this); in PngStartDecode()1269 if (!m_pPngContext) { in PngStartDecode()1317 m_pPngContext.reset(); in PngContinueDecode()1335 bResult = pPngModule->Input(m_pPngContext.get(), m_pCodecMemory, nullptr); in PngContinueDecode()
262 std::unique_ptr<ModuleIface::Context> m_pPngContext; variable