HomeSort by relevance Sort by last modified time
    Searched refs:afRegion (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 285 void RegisterRequest(camera_metadata_t *new_request, int * afMode, uint32_t * afRegion);
589 void SetAfRegion(uint32_t * afRegion);
ExynosCameraHWInterface2.cpp 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];
    [all...]

Completed in 705 milliseconds