Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/util/
DMetadataUtil.h340 MetadataBuilder& setJpegGpsCoordinates(const GpsCoordinates& gpsCoordinates);
477 std::optional<GpsCoordinates> getGpsCoordinates(
DUtil.h157 struct GpsCoordinates { struct
DMetadataUtil.cc454 const GpsCoordinates& gpsCoordinates) { in setJpegGpsCoordinates()
887 std::optional<GpsCoordinates> getGpsCoordinates( in getGpsCoordinates()
898 GpsCoordinates coordinates{.latitude = entry.data.d[0], in getGpsCoordinates()
/frameworks/av/services/camera/virtualcamera/
DVirtualCameraRenderThread.h67 std::optional<GpsCoordinates> gpsCoordinates;
DVirtualCameraRenderThread.cc171 const GpsCoordinates& coordinates = requestSettings.gpsCoordinates.value(); in createCaptureResultMetadata()