Home
last modified time | relevance | path

Searched refs:streamInfos_ (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Ddouble_preview_test.cpp68 std::vector<StreamInfo>().swap(streamInfos_); in CreateStream()
69 streamInfos_.push_back(streamInfo); in CreateStream()
75 std::vector<StreamInfo>().swap(streamInfos_); in CreateStream()
76 streamInfos_.push_back(streamInfo); in CreateStream()
80 result_ = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos_); in CreateStream()
H A Dusb_camera_test_mult.cpp74 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosPreview()
75 streamInfos_.push_back(streamInfoPre_); in DefaultInfosPreview()
95 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosVideo()
96 streamInfos_.push_back(streamInfoVideo_); in DefaultInfosVideo()
116 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosCapture()
117 streamInfos_.push_back(streamInfoCapture_); in DefaultInfosCapture()
130 cameraBase_->rc = (CamRetCode)streamOperator_->CreateStreams(streamInfos_); in StartStream()
H A Dcamera_video_test.h38 std::vector<StreamInfo> streamInfos_; member in CameraVideoTest
H A Ddouble_preview_test.h46 std::vector<StreamInfo> streamInfos_; member in DoublePreviewTest
H A Dmeta_data_test.h52 std::vector<StreamInfo> streamInfos_; member in MetaDataTest
H A Dusb_camera_test_mult.h59 std::vector<StreamInfo> streamInfos_ = {}; member in UtestUSBCameraTestMult
H A Dmeta_data_test.cpp107 std::vector<StreamInfo>().swap(streamInfos_); in CreateStream()
108 streamInfos_.push_back(streamInfo); in CreateStream()
109 result_ = static_cast<CamRetCode>(cameraBase_->streamOperator->CreateStreams(streamInfos_)); in CreateStream()
H A Dcamera_video_test.cpp87 std::vector<StreamInfo>().swap(streamInfos_); in CreateStream()
88 streamInfos_.push_back(streamInfo); in CreateStream()
89 CamRetCode result = (CamRetCode)cameraBase_->streamOperator->CreateStreams(streamInfos_); in CreateStream()
/drivers/peripheral/camera/vdi_base/v4l2/include/
H A Dutils.h29 std::vector<std::shared_ptr<VdiStreamInfo>> streamInfos_; member
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h168 std::vector<StreamInfo> streamInfos_; member in OHOS::DistributedHardware::DcameraHdfDemo
H A Ddcamera_hdf_demo.cpp190 streamInfos_.push_back(streamInfo); in CreateStreamInfo()
199 rc = streamOperator_->CreateStreams(streamInfos_); in CreateStream()
596 streamInfos_.clear(); in ReleaseAllStream()

Completed in 8 milliseconds