Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dphoto_session.h63 bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) override;
H A Dvideo_session.h43 bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) override;
H A Dcapture_session.h1566 virtual bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dphoto_session.cpp265 bool PhotoSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange() function in OHOS::CameraStandard::PhotoSession
H A Dvideo_session.cpp281 bool VideoSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange() function in OHOS::CameraStandard::VideoSession
H A Dcapture_session.cpp3705 bool CaptureSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp418 session->CanSetFrameRateRange(data.ReadInt32(), data.ReadInt32(), curOutput); in TestOther()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp436 CHECK_ERROR_RETURN_RET_LOG(!session->CanSetFrameRateRange(minFrameRate, maxFrameRate, this), in canSetFrameRateRange()
H A Dpreview_output.cpp644 CHECK_ERROR_RETURN_RET_LOG(!session->CanSetFrameRateRange(minFrameRate, maxFrameRate, this), in canSetFrameRateRange()