Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/
H A Drk_aiq_algo_agic_itf.cpp24 LOG1_AGIC("enter!"); in create_context()
35 LOG1_AGIC("exit!"); in create_context()
40 LOG1_AGIC("enter!"); in destroy_context()
46 LOG1_AGIC("exit!"); in destroy_context()
51 LOG1_AGIC("enter!"); in prepare()
78 LOG1_AGIC("exit!"); in prepare()
83 LOG1_AGIC("enter!");
96 LOG1_AGIC("exit!");
101 LOG1_AGIC("enter!"); in processing()
126 LOG1_AGIC("enter!"); in processing()
H A Drk_aiq_algo_agic_v2.cpp180 LOG1_AGIC("enter!"); in AgicInit()
192 LOG1_AGIC("exit!"); in AgicInit()
197 LOG1_AGIC("enter!"); in AgicRelease()
201 LOG1_AGIC("exit!"); in AgicRelease()
206 LOG1_AGIC("enter!"); in AgicStop()
210 LOG1_AGIC("exit!"); in AgicStop()
220 LOG1_AGIC("enter!"); in AgicGetProcResultV21()
293 LOG1_AGIC("exit!"); in AgicGetProcResultV21()
297 LOG1_AGIC("enter!"); in AgicProcessV21()
367 LOG1_AGIC("exit!"); in AgicProcessV21()
[all …]
H A Drk_aiq_algo_agic_v1.cpp162 LOG1_AGIC( in GicV1DumpReg()
204 LOG1_AGIC("enter!"); in AgicInit()
217 LOG1_AGIC("exit!"); in AgicInit()
222 LOG1_AGIC("enter!"); in AgicRelease()
226 LOG1_AGIC("exit!"); in AgicRelease()
231 LOG1_AGIC("enter!"); in AgicStop()
235 LOG1_AGIC("exit!"); in AgicStop()
244 LOG1_AGIC("enter!"); in AgicGetProcResultV20()
329 LOG1_AGIC("exit!"); in AgicGetProcResultV20()
333 LOG1_AGIC("enter!"); in AgicProcessV20()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h342 #define LOG1_AGIC(...) XCAM_MODULE_LOG_LOW1(XCORE_LOG_MODULE_AGIC, 0xff, ##__VA_ARGS__) macro