Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h166 struct GeoLocation : public RecorderParam { struct
167 explicit GeoLocation(float lat, float lng) in GeoLocation() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp174 CAST_TO_ASSIGN(GeoLocation, param, val); in CastDummyRecorderParam()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp839 GeoLocation geoLocation = static_cast<const GeoLocation&>(recParam); in ConfigureMuxer()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp748 GeoLocation geoLocation(latitude, longitude); in SetLocation()