Searched refs:LutCache (Results 1 – 3 of 3) sorted by relevance
55 class LutCache {57 LutCache() = delete;58 explicit LutCache(size_t size) in LutCache() function60 LutCache(const LutCache&) = delete;61 LutCache& operator=(const LutCache&) = delete;62 ~LutCache() { in ~LutCache()137 SmartPtr<LutCache> _lutCache;
72 ldch_contex->_lutCache = new LutCache(attr.lut.u.buffer.size); in rk_aiq_uapi_aldch_v21_SetAttrib()75 ldch_contex->_lutCache = new LutCache(attr.lut.u.buffer.size); in rk_aiq_uapi_aldch_v21_SetAttrib()
260 ldchCtx->_lutCache = new LutCache(att->lut.u.buffer.size); in copyLutFromExtBuffer()263 ldchCtx->_lutCache = new LutCache(att->lut.u.buffer.size); in copyLutFromExtBuffer()