Searched refs:CameraNapiObjVideoProfile (Results 1 – 3 of 3) sorted by relevance
76 class CameraNapiObjVideoProfile : public CameraNapiObjectTypes {78 explicit CameraNapiObjVideoProfile(VideoProfile& videoProfile) : videoProfile_(videoProfile) {} in CameraNapiObjVideoProfile() function
59 CameraNapiObject& CameraNapiObjVideoProfile::GetCameraNapiObject() in GetCameraNapiObject()141 …videoProfiles->emplace_back(std::move(Hold<CameraNapiObjVideoProfile>(profile)->GetCameraNapiObjec… in GetCameraNapiObject()
325 return CameraNapiObjVideoProfile(*profile).GenerateNapiValue(env); in GetActiveProfile()