Searched refs:dmgr (Results 1 – 1 of 1) sorted by relevance
1374 } dmgr; in encodeJpegYU12() local1395 auto & dmgr = in encodeJpegYU12() local1397 dmgr.mSuccess = false; in encodeJpegYU12()1404 dmgr.mBuffer = static_cast<JOCTET*>(out); in encodeJpegYU12()1405 dmgr.mBufferSize = maxOutSize; in encodeJpegYU12()1406 dmgr.mEncodedSize = 0; in encodeJpegYU12()1407 dmgr.mSuccess = true; in encodeJpegYU12()1408 cinfo.client_data = static_cast<void*>(&dmgr); in encodeJpegYU12()1412 dmgr.mgr.init_destination = [](j_compress_ptr cinfo) { in encodeJpegYU12()1413 auto & dmgr = reinterpret_cast<CustomJpegDestMgr&>(*cinfo->dest); in encodeJpegYU12() local[all …]