Searched refs:shootingModeTag (Results 1 – 2 of 2) sorted by relevance
430 void Metadata::SetShootingModeTag(const VariantData &shootingModeTag) in SetShootingModeTag() argument432 shootingModeTag_ = get<string>(shootingModeTag); in SetShootingModeTag()
256 static string GetCastShootingMode(string &shootingModeTag) in GetCastShootingMode() argument258 auto it = SHOOTING_MODE_CAST_MAP.find(shootingModeTag); in GetCastShootingMode()