Home | History | Annotate | Download | only in libcamera2

Lines Matching refs:afRegion

344 void RequestManager::RegisterRequest(camera_metadata_t * new_request, int * afMode, uint32_t * afRegion)
378 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
379 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
380 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
381 afRegion[3] = newEntry->internal_shot.shot.ctl.aa.afRegions[3];
2759 uint32_t afRegion[4];
2783 m_requestManager->RegisterRequest(currentRequest, &afMode, afRegion);
2786 SetAfRegion(afRegion);
3060 void ExynosCameraHWInterface2::SetAfRegion(uint32_t * afRegion)
3062 currentAfRegion[0] = afRegion[0];
3063 currentAfRegion[1] = afRegion[1];
3064 currentAfRegion[2] = afRegion[2];
3065 currentAfRegion[3] = afRegion[3];