Searched refs:photoProfile_ (Results 1 – 4 of 4) sorted by relevance
146 photoProfile_ = std::make_shared<Profile>(profile); in SetPhotoProfile()152 return photoProfile_; in GetPhotoProfile()199 photoProfile_ = nullptr; in ClearProfiles()
169 std::shared_ptr<Profile> photoProfile_; variable
785 photoProfile_ = *preconfigPhotoProfile; in ConfigurePhotoOutput()787 photoProfile_ = *photoProfile; in ConfigurePhotoOutput()3071 if (i.GetCameraFormat() == photoProfile_.GetCameraFormat() && in ProcessProfilesAbilityId()3072 i.GetSize().width == photoProfile_.GetSize().width && in ProcessProfilesAbilityId()3073 i.GetSize().height == photoProfile_.GetSize().height) { in ProcessProfilesAbilityId()3078 photoProfile_.abilityId_ = i.GetAbilityId(); in ProcessProfilesAbilityId()
1842 Profile photoProfile_; variable