Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp134 if (shared->ispStats) { in preProcess()
135 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in preProcess()
173 if (shared->ispStats) { in processing()
174 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in processing()
248 if (shared->ispStats) { in postProcess()
249 xIspStats = (RkAiqIspStats*)shared->ispStats->map(shared->ispStats); in postProcess()
H A DRkAiqAdehazeHandle.cpp76 if (shared->ispStats) { in preProcess()
77 xDehazeStats = (RkAiqAdehazeStats*)shared->ispStats->map(shared->ispStats); in preProcess()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp321 shared->ispStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in groupMessageHandler()
499 if (shared->ispStats) { in groupMessageHandler()
500 shared->ispStats->unref(shared->ispStats); in groupMessageHandler()
501 shared->ispStats = nullptr; in groupMessageHandler()
H A DRkAiqCore.h378 XCamVideoBuffer* ispStats; member
407 ispStats = nullptr; in reset()
H A DRkAiqCore.cpp609 shared->ispStats = 0; in prepare()
771 if (shared->ispStats) { in freeSharebuf()
772 shared->ispStats->unref(shared->ispStats); in freeSharebuf()
773 shared->ispStats = nullptr; in freeSharebuf()
1231 mAlogsGroupSharedParamsMap[grpMask]->ispStats = NULL; in addDefaultAlgos()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DICamHw.h62 virtual XCamReturn ispStatsCb(SmartPtr<VideoBuffer>& ispStats) = 0;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.h175 XCamReturn ispStatsCb(SmartPtr<VideoBuffer>& ispStats);