Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp89 std::string frameratesStr = Container2String(framerates_.begin(), framerates_.end()); in DumpVideoProfile() local
91 name.c_str(), format_, size_.width, size_.height, frameratesStr.c_str()); in DumpVideoProfile()
183 …std::string frameratesStr = Container2String(profile.framerates_.begin(), profile.framerates_.end(… in IsMatchVideoProfiles() local
186 profile.GetSize().width, profile.GetSize().height, frameratesStr.c_str()); in IsMatchVideoProfiles()