Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp583 struct list_head *pNextNode = l->next; in StableProbEstimation() local
584 while (NULL != pNextNode) in StableProbEstimation()
587 pL = (prob_node_t*)pNextNode; in StableProbEstimation()
589 pNextNode = pNextNode->next; in StableProbEstimation()
647 struct list_head* pNextNode = head->next; in StableIlluEstimation() local
651 while (head != pNextNode) in StableIlluEstimation()
653 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()
655 pNextNode = pNextNode->next; in StableIlluEstimation()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/a3dlut/
H A Drk_aiq_a3dlut_algo.cpp94 struct list_head *pNextNode = l->next; in StableIdxEstimation() local
98 while (NULL != pNextNode) in StableIdxEstimation()
100 pL = (idx_node_t*)pNextNode; in StableIdxEstimation()
102 pNextNode = pNextNode->next; in StableIdxEstimation()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp365 struct list_head* pNextNode = head->next; in StableIlluEstimation() local
369 while (head != pNextNode) in StableIlluEstimation()
371 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()
373 pNextNode = pNextNode->next; in StableIlluEstimation()
H A Drk_aiq_alsc_algo.cpp561 struct list_head* pNextNode = head->next; in StableIlluEstimation() local
565 while (head != pNextNode) in StableIlluEstimation()
567 pL = (illu_node_t*)pNextNode; in StableIlluEstimation()
569 pNextNode = pNextNode->next; in StableIlluEstimation()