Home
last modified time | relevance | path

Searched defs:framerates (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp94 VideoProfile::VideoProfile(CameraFormat format, Size size, std::vector<int32_t> framerates) : Profi… in VideoProfile()
100 …CameraFormat format, Size size, std::vector<int32_t> framerates, int32_t specId) : Profile(format,… in VideoProfile()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp200 std::vector<int32_t> framerates = {}; in InitVideoOutput() local
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp203 std::vector<int32_t> framerates = {}; in InitVideoOutput() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp650 std::vector<int32_t> framerates = {profile->range.min, profile->range.max}; in CreateVideoOutput() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp6579 std::vector<int32_t> framerates; variable