Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp771 camera_metadata_entry auto_location = cameraInfo.find(ANDROID_AUTOMOTIVE_LOCATION); in isAutomotiveExteriorSystemCamera() local
772 if (auto_location.count != 1) in isAutomotiveExteriorSystemCamera()
775 uint8_t location = auto_location.data.u8[0]; in isAutomotiveExteriorSystemCamera()