Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_const.h142 extern const std::vector<VideoRotation> g_fwkVideoRotationVector_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp171 const std::vector<VideoRotation> g_fwkVideoRotationVector_ = { variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3526 … auto it = std::find(g_fwkVideoRotationVector_.begin(), g_fwkVideoRotationVector_.end(), rotation); in GetSupportedVideoRotations()
3527 if (it != g_fwkVideoRotationVector_.end()) { in GetSupportedVideoRotations()