Home
last modified time | relevance | path

Searched refs:maxFps (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dvideo_session.cpp37 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 24, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
40 { configs->previewProfile.fps_.minFps, configs->previewProfile.fps_.maxFps } }; in GeneratePreconfigProfiles1_1()
44 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 24, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
47 { configs->previewProfile.fps_.minFps, configs->previewProfile.fps_.maxFps } }; in GeneratePreconfigProfiles1_1()
51 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 24, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
54 { configs->previewProfile.fps_.minFps, configs->previewProfile.fps_.maxFps } }; in GeneratePreconfigProfiles1_1()
59 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 24, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
62 { configs->previewProfile.fps_.minFps, configs->previewProfile.fps_.maxFps } }; in GeneratePreconfigProfiles1_1()
81 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 24, .maxFps = 30 }; in GeneratePreconfigProfiles4_3()
84 { configs->previewProfile.fps_.minFps, configs->previewProfile.fps_.maxFps } }; in GeneratePreconfigProfiles4_3()
[all...]
H A Dphoto_session.cpp42 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
49 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
56 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
64 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles1_1()
84 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles4_3()
91 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles4_3()
98 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles4_3()
106 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles4_3()
126 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps = 30 }; in GeneratePreconfigProfiles16_9()
133 configs->previewProfile.fps_ = { .fixedFps = 30, .minFps = 12, .maxFps in GeneratePreconfigProfiles16_9()
[all...]
H A Dcapture_session.cpp659 int32_t minFps, int32_t maxFps) in CheckFrameRateRangeWithCurrentFps()
663 if (curMinFps == curMaxFps && minFps == maxFps && in CheckFrameRateRangeWithCurrentFps()
666 } else if (curMinFps != curMaxFps && curMinFps == minFps && curMaxFps == maxFps) { in CheckFrameRateRangeWithCurrentFps()
3438 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
3476 minFps, maxFps)) { in CanSetFrameRateRangeForOutput()
658 CheckFrameRateRangeWithCurrentFps(int32_t curMinFps, int32_t curMaxFps, int32_t minFps, int32_t maxFps) CheckFrameRateRangeWithCurrentFps() argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp176 int32_t minFps, int32_t maxFps) in OH_PreviewOutput_SetFrameRate()
181 return previewOutput->SetFrameRate(minFps, maxFps); in OH_PreviewOutput_SetFrameRate()
175 OH_PreviewOutput_SetFrameRate(Camera_PreviewOutput* previewOutput, int32_t minFps, int32_t maxFps) OH_PreviewOutput_SetFrameRate() argument
H A Dvideo_output.cpp174 int32_t minFps, int32_t maxFps) in OH_VideoOutput_SetFrameRate()
179 return videoOutput->SetFrameRate(minFps, maxFps); in OH_VideoOutput_SetFrameRate()
173 OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, int32_t minFps, int32_t maxFps) OH_VideoOutput_SetFrameRate() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dphoto_session.h63 bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) override;
H A Dvideo_session.h43 bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput) override;
H A Dcapture_session.h105 oss << " fps:" << to_string(previewProfile.fps_.minFps) << "," << to_string(previewProfile.fps_.maxFps) << "," in ToString()
1505 virtual bool CanSetFrameRateRange(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput);
1506 bool CanSetFrameRateRangeForOutput(int32_t minFps, int32_t maxFps, CaptureOutput* curOutput);
1940 bool CheckFrameRateRangeWithCurrentFps(int32_t curMinFps, int32_t curMaxFps, int32_t minFps, int32_t maxFps);
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dpreview_output_impl.h46 Camera_ErrorCode SetFrameRate(int32_t minFps, int32_t maxFps);
H A Dvideo_output_impl.h46 Camera_ErrorCode SetFrameRate(int32_t minFps, int32_t maxFps);
H A Dpreview_output_impl.cpp181 Camera_ErrorCode Camera_PreviewOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() argument
183 int32_t ret = innerPreviewOutput_->SetFrameRate(minFps, maxFps); in SetFrameRate()
H A Dvideo_output_impl.cpp189 Camera_ErrorCode Camera_VideoOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() argument
191 int32_t ret = innerVideoOutput_->SetFrameRate(minFps, maxFps); in SetFrameRate()
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dpreview_output.h224 * @param maxFps the maximum to be set.
230 int32_t minFps, int32_t maxFps);
H A Dvideo_output.h222 * @param maxFps the maximum to be set.
228 int32_t minFps, int32_t maxFps);
/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/
H A Dcamera_stream_info_parse.h30 int32_t maxFps; member
165 streamInfo.detailInfo[k].maxFps = in getDetailAbilityInfo()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h40 uint32_t maxFps; member
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h109 int32_t maxFps; member
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp82 "support ability: %{public}s, fixedFps: %{public}d, minFps: %{public}d, maxFps: %{public}d", in DumpProfile()
84 fps_.fixedFps, fps_.minFps, fps_.maxFps); in DumpProfile()
H A Dpreview_output.cpp417 std::vector<int32_t> supportedFrameRatesItem = {item.fps_.minFps, item.fps_.maxFps}; in GetSupportedFrameRates()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_parse_util.cpp277 detailInfo.maxFps = static_cast<uint32_t>(originInfo[i++]); in GetDetailInfo()
/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
4480 ret = OH_PreviewOutput_SetFrameRate(previewOutput, minFps, maxFps); in HWTEST_F()
4513 int32_t maxFps = 0; in HWTEST_F() local
4535 ret = OH_PreviewOutput_SetFrameRate(nullptr, minFps, maxFps); in HWTEST_F()
4537 ret = OH_PreviewOutput_SetFrameRate(previewOutput, minFps, maxFps); in HWTEST_F()
4566 int32_t maxFps = 0; in HWTEST_F() local
4588 ret = OH_PreviewOutput_SetFrameRate(previewOutput, minFps, maxFps); in HWTEST_F()
5061 int32_t maxFps = 0; in HWTEST_F() local
5091 ret = OH_VideoOutput_SetFrameRate(videoOutput, minFps, maxFps); in HWTEST_F()
5124 int32_t maxFps in HWTEST_F() local
5179 int32_t maxFps = 0; HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1656 Fps fps{detailInfo.fixedFps, detailInfo.minFps, detailInfo.maxFps}; in CreateProfileLevel4StreamType()
1668 std::vector<int32_t> frameRates = {fps.minFps, fps.maxFps}; in CreateProfileLevel4StreamType()
1846 static_cast<uint32_t>(detailInfo.maxFps) }; in CreateProfile4StreamType()
1858 std::vector<int32_t> frameRates = { fps.minFps, fps.maxFps }; in CreateProfile4StreamType()
/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
1305 EventInfo addVote = { "VOTER_VIDEO", true, minFps, maxFps }; in HWTEST_F()

Completed in 38 milliseconds