Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_types_aldch_algo_prvt.h55 class LutCache {
57 LutCache() = delete;
58 explicit LutCache(size_t size) in LutCache() function
60 LutCache(const LutCache&) = delete;
61 LutCache& operator=(const LutCache&) = delete;
62 ~LutCache() { in ~LutCache()
137 SmartPtr<LutCache> _lutCache;
H A Drk_aiq_uapi_aldch_v21_int.cpp72 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAldchHandle.cpp260 ldchCtx->_lutCache = new LutCache(att->lut.u.buffer.size); in copyLutFromExtBuffer()
263 ldchCtx->_lutCache = new LutCache(att->lut.u.buffer.size); in copyLutFromExtBuffer()