Searched refs:CanSetFrameRateRangeForOutput (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 307 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 D | photo_session.cpp | 267 return CanSetFrameRateRangeForOutput(minFps, maxFps, curOutput) ? true : false; in CanSetFrameRateRange()
|
H A D | video_session.cpp | 283 return CanSetFrameRateRangeForOutput(minFps, maxFps, curOutput) ? true : false; in CanSetFrameRateRange()
|
H A D | capture_session.cpp | 3712 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 D | capture_session_fuzzer.cpp | 419 session->CanSetFrameRateRangeForOutput(data.ReadInt32(), data.ReadInt32(), curOutput); in TestOther()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 1567 bool CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput);
|