Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h128 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
DQCameraParametersIntf.cpp395 int32_t QCameraParametersIntf::getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &coun… in getExifGpsProcessingMethod() function in qcamera::QCameraParametersIntf
399 return mImpl->getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifGpsProcessingMethod()
DQCameraParameters.h688 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, uint32_t &count);
DQCamera2HWI.cpp9123 rc = mParameters.getExifGpsProcessingMethod(gpsProcessingMethod, count); in getExifData()
DQCameraParameters.cpp10968 int32_t QCameraParameters::getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() function in qcamera::QCameraParameters
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp2169 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod, in getExifGpsProcessingMethod() function
2441 rc = getExifGpsProcessingMethod(gpsProcessingMethod, in getExifData()