Searched refs:dmgr (Results 1 – 3 of 3) sorted by relevance
359 } dmgr; in CompressYUV420Frame() local370 auto& dmgr = *static_cast<CustomJpegDestMgr*>(cinfo->client_data); in CompressYUV420Frame() local371 dmgr.success = false; in CompressYUV420Frame()380 dmgr.buffer = static_cast<JOCTET*>(frame.output_buffer); in CompressYUV420Frame()381 dmgr.buffer_size = frame.output_buffer_size; in CompressYUV420Frame()382 dmgr.encoded_size = 0; in CompressYUV420Frame()383 dmgr.success = true; in CompressYUV420Frame()384 cinfo->client_data = static_cast<void*>(&dmgr); in CompressYUV420Frame()385 dmgr.init_destination = [](j_compress_ptr cinfo) { in CompressYUV420Frame()386 auto& dmgr = static_cast<CustomJpegDestMgr&>(*cinfo->dest); in CompressYUV420Frame() local[all …]
583 } dmgr; in encodeJpegYU12() local604 auto& dmgr = *reinterpret_cast<CustomJpegDestMgr*>(cinfo->client_data); in encodeJpegYU12() local605 dmgr.mSuccess = false; in encodeJpegYU12()613 dmgr.mBuffer = static_cast<JOCTET*>(out); in encodeJpegYU12()614 dmgr.mBufferSize = maxOutSize; in encodeJpegYU12()615 dmgr.mEncodedSize = 0; in encodeJpegYU12()616 dmgr.mSuccess = true; in encodeJpegYU12()617 cinfo.client_data = static_cast<void*>(&dmgr); in encodeJpegYU12()621 dmgr.mgr.init_destination = [](j_compress_ptr cinfo) { in encodeJpegYU12()622 auto& dmgr = reinterpret_cast<CustomJpegDestMgr&>(*cinfo->dest); in encodeJpegYU12() local[all …]
429 } dmgr; in encodeJpegYU12() local450 auto & dmgr = in encodeJpegYU12() local452 dmgr.mSuccess = false; in encodeJpegYU12()459 dmgr.mBuffer = static_cast<JOCTET*>(out); in encodeJpegYU12()460 dmgr.mBufferSize = maxOutSize; in encodeJpegYU12()461 dmgr.mEncodedSize = 0; in encodeJpegYU12()462 dmgr.mSuccess = true; in encodeJpegYU12()463 cinfo.client_data = static_cast<void*>(&dmgr); in encodeJpegYU12()467 dmgr.mgr.init_destination = [](j_compress_ptr cinfo) { in encodeJpegYU12()468 auto & dmgr = reinterpret_cast<CustomJpegDestMgr&>(*cinfo->dest); in encodeJpegYU12() local[all …]