Home
last modified time | relevance | path

Searched refs:CanSetFrameRateRangeForOutput (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp307 s->CanSetFrameRateRangeForOutput(N_30, N_30, output); in Test2()
309 s->CanSetFrameRateRangeForOutput(N_30, N_60, output); in Test2()
310 s->CanSetFrameRateRangeForOutput(1, N_200, output); in Test2()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dphoto_session.cpp267 return CanSetFrameRateRangeForOutput(minFps, maxFps, curOutput) ? true : false; in CanSetFrameRateRange()
H A Dvideo_session.cpp283 return CanSetFrameRateRangeForOutput(minFps, maxFps, curOutput) ? true : false; in CanSetFrameRateRange()
H A Dcapture_session.cpp3712 bool CaptureSession::CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* c… in CanSetFrameRateRangeForOutput() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp419 session->CanSetFrameRateRangeForOutput(data.ReadInt32(), data.ReadInt32(), curOutput); in TestOther()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1567 bool CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput);