Searched defs:streamCapture (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3406 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); variable 3467 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); variable 3529 sptr<HStreamCapture> streamCapture= new(std::nothrow) HStreamCapture(producer, 0, 0, 0); variable 4176 …sptr<HStreamCapture> streamCapture= new(std::nothrow) HStreamCapture(producer, format, width, heig… variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 525 …sptr<HStreamCapture> streamCapture = new (nothrow) HStreamCapture(producer, format, width, height); in CreatePhotoOutput() local
|
H A D | hcapture_session.cpp | 1931 auto streamCapture = CastStream<HStreamCapture>(stream); in SetCameraPhotoProxyInfo() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 537 sptr<IStreamCapture> streamCapture = nullptr; in CreatePhotoOutput() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 7681 …sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, format, width, he… variable
|