Home
last modified time | relevance | path

Searched refs:dCameraStreams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp164 int32_t DStreamOperator::ExtractStreamInfo(std::vector<DCStreamInfo>& dCameraStreams) in ExtractStreamInfo() argument
182 dCameraStreams.push_back(dstStreamInfo); in ExtractStreamInfo()
229 std::vector<DCStreamInfo> dCameraStreams; in CommitStreams_V1_1() local
230 int32_t ret = ExtractStreamInfo(dCameraStreams); in CommitStreams_V1_1()
241 ret = dProvider->ConfigureStreams(dhBase_, dCameraStreams); in CommitStreams_V1_1()
247 for (size_t i = 0; i < dCameraStreams.size(); i++) { in CommitStreams_V1_1()
248 auto streamInfo = dCameraStreams[i]; in CommitStreams_V1_1()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h112 int32_t ExtractStreamInfo(std::vector<DCStreamInfo>& dCameraStreams);