Home
last modified time | relevance | path

Searched defs:maxFps (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp175 OH_PreviewOutput_SetFrameRate(Camera_PreviewOutput* previewOutput, int32_t minFps, int32_t maxFps) OH_PreviewOutput_SetFrameRate() argument
H A Dvideo_output.cpp173 OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, int32_t minFps, int32_t maxFps) OH_VideoOutput_SetFrameRate() argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dpreview_output_impl.cpp181 Camera_ErrorCode Camera_PreviewOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() argument
H A Dvideo_output_impl.cpp189 Camera_ErrorCode Camera_VideoOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_parse_util.h40 uint32_t maxFps; member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h40 uint32_t maxFps; member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h30 int32_t maxFps; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1302 constexpr int32_t maxFps = 1000; in HWTEST_F() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp4451 int32_t maxFps = 0; in HWTEST_F() local
4513 int32_t maxFps = 0; in HWTEST_F() local
4566 int32_t maxFps = 0; in HWTEST_F() local
5061 int32_t maxFps = 0; in HWTEST_F() local
5124 int32_t maxFps in HWTEST_F() local
5179 int32_t maxFps = 0; HWTEST_F() local
[all...]
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h109 int32_t maxFps; member
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3438 bool CaptureSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange() argument
3445 bool CaptureSession::CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRangeForOutput() argument
658 CheckFrameRateRangeWithCurrentFps(int32_t curMinFps, int32_t curMaxFps, int32_t minFps, int32_t maxFps) CheckFrameRateRangeWithCurrentFps() argument

Completed in 26 milliseconds