Searched defs:streamRepeat (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 747 auto streamRepeat = CastStream<HStreamRepeat>(stream); in ExpandSketchRepeatStream() local 787 auto streamRepeat = CastStream<HStreamRepeat>(stream); in ExpandMovingPhotoRepeatStream() local 836 …auto streamRepeat = new (std::nothrow) HStreamRepeat(producer, format, width, height, RepeatStream… in CreateMovingPhotoStreamRepeat() local 1728 auto streamRepeat = CastStream<HStreamRepeat>(stream); in EnableMovingPhotoMirror() local 1750 auto streamRepeat = CastStream<HStreamRepeat>(stream); in GetOutputStatus() local
|
H A D | hstream_repeat.cpp | 468 …auto streamRepeat = new (std::nothrow) HStreamRepeat(nullptr, format_, width, height, RepeatStream… in ForkSketchStreamRepeat() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3345 …auto streamRepeat = new (std::nothrow) HStreamRepeat(producer1, format, width, height, RepeatStrea… variable 3402 …auto streamRepeat = new (std::nothrow) HStreamRepeat(producer, 4, 1280, 960, RepeatStreamType::PRE… variable 3469 sptr<HStreamRepeat> streamRepeat = variable 3595 …sptr<HStreamRepeat> streamRepeat = new (std::nothrow) HStreamRepeat(producer, 0, 0, 0, RepeatStrea… variable 4080 sptr<HStreamRepeat> streamRepeat = variable 6530 auto streamRepeat = new (std::nothrow) variable 6559 auto streamRepeat = new (std::nothrow) variable 6583 auto streamRepeat = new (std::nothrow) variable 6609 auto streamRepeat = new (std::nothrow) variable 6635 auto streamRepeat = new (std::nothrow) variable [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 586 sptr<IStreamRepeat> streamRepeat = nullptr; in CreatePreviewOutput() local 671 sptr<IStreamRepeat> streamRepeat = nullptr; in CreateDeferredPreviewOutput() local 847 sptr<IStreamRepeat> streamRepeat = nullptr; in CreateVideoOutput() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 7648 sptr<HStreamRepeat> streamRepeat = variable
|