Home
last modified time | relevance | path

Searched defs:minFps (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp174 int32_t minFps, int32_t maxFps) in OH_VideoOutput_SetFrameRate()
H A Dpreview_output.cpp176 int32_t minFps, int32_t maxFps) in OH_PreviewOutput_SetFrameRate()
/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()
H A Dvideo_session.cpp281 bool VideoSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange()
H A Dcapture_session.cpp669 int32_t minFps, int32_t maxFps) in CheckFrameRateRangeWithCurrentFps()
3705 bool CaptureSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange()
3712 bool CaptureSession::CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* c… in CanSetFrameRateRangeForOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp189 Camera_ErrorCode Camera_VideoOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate()
H A Dpreview_output_impl.cpp181 Camera_ErrorCode Camera_PreviewOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h39 uint32_t minFps; member
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_parse_util.h39 uint32_t minFps; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp4387 int32_t minFps = 0; variable
4449 int32_t minFps = 0; variable
4502 int32_t minFps = 0; variable
4997 int32_t minFps = 0; variable
5060 int32_t minFps = 0; variable
5115 int32_t minFps = 0; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h29 int32_t minFps; member
/ohos5.0/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h110 int32_t minFps; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1249 constexpr int32_t minFps = 1; variable