Searched refs:supportedRotations (Results 1 – 3 of 3) sorted by relevance
222 int32_t GetSupportedRotations(std::vector<int32_t> &supportedRotations);
556 int32_t VideoOutput::GetSupportedRotations(std::vector<int32_t> &supportedRotations) in GetSupportedRotations() argument559 supportedRotations.clear(); in GetSupportedRotations()569 int32_t retCode = captureSession->GetSupportedVideoRotations(supportedRotations); in GetSupportedRotations()
1012 std::vector<int32_t> supportedRotations; in GetSupportedRotations() local1013 int32_t retCode = videoOutputNapi->videoOutput_->GetSupportedRotations(supportedRotations); in GetSupportedRotations()1019 for (size_t i = 0; i < supportedRotations.size(); i++) { in GetSupportedRotations()1020 int32_t value = supportedRotations[i]; in GetSupportedRotations()