Searched refs:CameraAbilityImpl (Results 1 – 2 of 2) sorted by relevance
22 list<int32_t> CameraAbilityImpl::GetSupportedFormats() const in GetSupportedFormats()28 list<CameraPicSize> CameraAbilityImpl::GetSupportedSizes(int format) const in GetSupportedSizes()34 list<CameraPicSize> CameraAbilityImpl::GetSupportParameterRange(uint32_t key) const in GetSupportParameterRange()48 void CameraAbilityImpl::SetSupportParameterRange(uint32_t key, const list<CameraPicSize> &rangeList) in SetSupportParameterRange()60 bool CameraAbilityImpl::IsParameterSupport(uint32_t key) const in IsParameterSupport()
22 class CameraAbilityImpl : public CameraAbility {24 CameraAbilityImpl() {} in CameraAbilityImpl() function25 ~CameraAbilityImpl() = default;