Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
Dcamera_framework_unittest.cpp3406 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
/foundation/multimedia/camera_framework/services/camera_service/src/
Dhcamera_service.cpp613 …sptr<HStreamCapture> streamCapture = new (nothrow) HStreamCapture(producer, format, width, height); in CreatePhotoOutput() local
Dhcapture_session.cpp1931 auto streamCapture = CastStream<HStreamCapture>(stream); in SetCameraPhotoProxyInfo() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
Dcamera_manager.cpp537 sptr<IStreamCapture> streamCapture = nullptr; in CreatePhotoOutput() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
Dcamera_framework_moduletest.cpp7681 …sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, format, width, he… variable