Home
last modified time | relevance | path

Searched refs:framerates (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp90 MEDIA_DEBUG_LOG("%{public}s format : %{public}d, width: %{public}d, height: %{public}d framerates: %{public}s", in DumpVideoProfile()
94 VideoProfile::VideoProfile(CameraFormat format, Size size, std::vector<int32_t> framerates) : Profile(format, size) in VideoProfile() argument
96 framerates_ = framerates; in VideoProfile()
100 CameraFormat format, Size size, std::vector<int32_t> framerates, int32_t specId) : Profile(format, size, specId) in VideoProfile()
102 framerates_ = framerates; in VideoProfile()
185 "height: %{public}d framerates: %{public}s] cant match", profile.GetCameraFormat(), in IsMatchVideoProfiles()
99 VideoProfile( CameraFormat format, Size size, std::vector<int32_t> framerates, int32_t specId) VideoProfile() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h129 VideoProfile(CameraFormat format, Size size, std::vector<int32_t> framerates);
130 VideoProfile(CameraFormat format, Size size, std::vector<int32_t> framerates, int32_t specId);
150 * @brief Get supported framerates of the profile.
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp203 std::vector<int32_t> framerates = {}; in InitVideoOutput() local
204 VideoProfile videoSettings(videoFormat, videoSize, framerates); in InitVideoOutput()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp200 std::vector<int32_t> framerates = {}; in InitVideoOutput() local
201 VideoProfile videoSettings(videoFormat, videoSize, framerates); in InitVideoOutput()
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp711 std::vector<int32_t> framerates = {profile->range.min, profile->range.max}; in CreateVideoOutput() local
712 VideoProfile innerProfile(static_cast<CameraFormat>(profile->format), size, framerates); in CreateVideoOutput()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp6672 std::vector<int32_t> framerates; in HWTEST_F() local
6677 VideoProfile videoProfile_1 = VideoProfile(videoFormat, videoSize, framerates); in HWTEST_F()
6685 videoProfile_1 = VideoProfile(videoFormat, videoSize, framerates); in HWTEST_F()
6693 videoProfile_1 = VideoProfile(videoFormat, videoSize, framerates); in HWTEST_F()

Completed in 20 milliseconds