Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
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)display_->streamOperator->CreateStreams(streamInfos_); in CreateStream()
H A Dusb_camera_test_mult.cpp75 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosPreview()
76 streamInfos_.push_back(streamInfoPre_); in DefaultInfosPreview()
96 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosVideo()
97 streamInfos_.push_back(streamInfoVideo_); in DefaultInfosVideo()
117 std::vector<StreamInfo>().swap(streamInfos_); in DefaultInfosCapture()
118 streamInfos_.push_back(streamInfoCapture_); in DefaultInfosCapture()
131 cameraBase_->rc = (CamRetCode)streamOperator_->CreateStreams(streamInfos_); in StartStream()
H A Dcamera_video_test.cpp87 std::vector<StreamInfo>().swap(streamInfos_); in CreateStream()
88 streamInfos_.push_back(streamInfo); in CreateStream()
89 CamRetCode result = (CamRetCode)display_->streamOperator->CreateStreams(streamInfos_); in CreateStream()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Ddouble_preview_test.h46 std::vector<StreamInfo> streamInfos_; member in DoublePreviewTest
H A Dcamera_video_test.h38 std::vector<StreamInfo> streamInfos_; member in CameraVideoTest
H A Dusb_camera_test_mult.h59 std::vector<StreamInfo> streamInfos_ = {}; member in UtestUSBCameraTestMult
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.h167 std::vector<StreamInfo> streamInfos_; member in OHOS::DistributedHardware::DcameraHdfDemo
H A Ddcamera_hdf_demo.cpp201 streamInfos_.push_back(streamInfo); in CreateStreamInfo()
210 rc = streamOperator_->CreateStreams(streamInfos_); in CreateStream()
603 streamInfos_.clear(); in ReleaseAllStream()

Completed in 7 milliseconds