Home
last modified time | relevance | path

Searched refs:dmgr (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1374 } dmgr; in encodeJpegYU12() local
1395 auto & dmgr = in encodeJpegYU12() local
1397 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 …]