Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5692 std::vector<float> supportedVirtualApertures {}; in SetVirtualAperture() local
5693 GetSupportedVirtualApertures(supportedVirtualApertures); in SetVirtualAperture()
5694 auto res = std::find_if(supportedVirtualApertures.begin(), supportedVirtualApertures.end(), in SetVirtualAperture()
5696 if (res == supportedVirtualApertures.end()) { in SetVirtualAperture()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6900 std::vector<float> supportedVirtualApertures = {}; variable
6903 EXPECT_EQ(virtualApertures, supportedVirtualApertures);
6963 std::vector<float> supportedVirtualApertures = {}; variable
6966 EXPECT_EQ(virtualApertures, supportedVirtualApertures);
7029 std::vector<float> supportedVirtualApertures = {}; variable
7032 EXPECT_EQ(virtualApertures, supportedVirtualApertures);