Home
last modified time | relevance | path

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