Home
last modified time | relevance | path

Searched defs:maxFps (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.h40 uint32_t maxFps; member
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_parse_util.h40 uint32_t maxFps; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp4388 int32_t maxFps = 0; variable
4450 int32_t maxFps = 0; variable
4503 int32_t maxFps = 0; variable
4998 int32_t maxFps = 0; variable
5061 int32_t maxFps = 0; variable
5116 int32_t maxFps = 0; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h30 int32_t maxFps; member
/ohos5.0/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h109 int32_t maxFps; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1248 constexpr int32_t maxFps = 1000; variable