Searched defs:maxFps (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | video_output.cpp | 174 int32_t minFps, int32_t maxFps) in OH_VideoOutput_SetFrameRate()
|
H A D | preview_output.cpp | 176 int32_t minFps, int32_t maxFps) in OH_PreviewOutput_SetFrameRate()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | photo_session.cpp | 265 bool PhotoSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange()
|
H A D | video_session.cpp | 281 bool VideoSession::CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) in CanSetFrameRateRange()
|
H A D | capture_session.cpp | 669 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 D | video_output_impl.cpp | 189 Camera_ErrorCode Camera_VideoOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate()
|
H A D | preview_output_impl.cpp | 181 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 D | camera_output_capability.h | 40 uint32_t maxFps; member
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability_parse_util.h | 40 uint32_t maxFps; member
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 4388 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 D | camera_stream_info_parse.h | 30 int32_t maxFps; member
|
/ohos5.0/foundation/multimedia/media_utils_lite/hals/ |
H A D | hal_camera.h | 109 int32_t maxFps; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 1248 constexpr int32_t maxFps = 1000; variable
|