Searched refs:g_fwkVideoRotationVector_ (Results 1 – 3 of 3) sorted by relevance
142 extern const std::vector<VideoRotation> g_fwkVideoRotationVector_;
171 const std::vector<VideoRotation> g_fwkVideoRotationVector_ = { variable
3526 … auto it = std::find(g_fwkVideoRotationVector_.begin(), g_fwkVideoRotationVector_.end(), rotation); in GetSupportedVideoRotations()3527 if (it != g_fwkVideoRotationVector_.end()) { in GetSupportedVideoRotations()