Home
last modified time | relevance | path

Searched refs:GetFrameRates (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp133 auto frames = videoOutputProfile->GetFrameRates(); in GetVideoProfile()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h154 std::vector<int32_t> GetFrameRates();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp122 std::vector<int32_t> VideoProfile::GetFrameRates() in GetFrameRates() function in OHOS::CameraStandard::VideoProfile
H A Dvideo_output.cpp322 supportedFrameRatesRange.emplace_back(item.GetFrameRates()); in GetSupportedFrameRates()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp292 videoframerates = i.GetFrameRates(); in main()
H A Dcamera_capture_video.cpp357 videoframerates_ = i.GetFrameRates(); in InitCameraFormatAndResolution()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp835 auto frames = profile.GetFrameRates(); in CreateVideoOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp810 std::vector<int32_t> frameRateRange = videoProfile->GetFrameRates(); in ConfigureVideoOutput()
926 std::vector<int32_t> videoFrameRates = output->GetVideoProfile()->GetFrameRates(); in AdaptOutputVideoHighFrameRate()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1169 videoFrameRates_ = i.GetFrameRates(); in SetUp()