Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dvideo_output.h222 int32_t GetSupportedRotations(std::vector<int32_t> &supportedRotations);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp556 int32_t VideoOutput::GetSupportedRotations(std::vector<int32_t> &supportedRotations) in GetSupportedRotations() argument
559 supportedRotations.clear(); in GetSupportedRotations()
569 int32_t retCode = captureSession->GetSupportedVideoRotations(supportedRotations); in GetSupportedRotations()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dvideo_output_napi.cpp1012 std::vector<int32_t> supportedRotations; in GetSupportedRotations() local
1013 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()