Home
last modified time | relevance | path

Searched defs:gpsProcessingMethod (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCamera2.cpp869 static const uint8_t gpsProcessingMethod[32] = "None"; in constructDefaultRequest() local
Dfimc-is-metadata.h359 uint32_t gpsProcessingMethod; member
370 uint32_t gpsProcessingMethod; member
784 uint8_t gpsProcessingMethod[32]; member
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dfimc-is-metadata.h407 uint32_t gpsProcessingMethod; member
417 uint32_t gpsProcessingMethod; member
931 uint8_t gpsProcessingMethod[32]; member
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3012 bool ExynosCamera::setGpsProcessingMethod(const char *gpsProcessingMethod) in setGpsProcessingMethod()