Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp118 std::vector<int32_t> continueStreamIds; in ReleaseStreams() local
119 dataProcess_[CONTINUOUS_FRAME]->GetAllStreamIds(continueStreamIds); in ReleaseStreams()
122 if (continueStreamIds.empty() && snapStreamIds.empty()) { in ReleaseStreams()
350 std::vector<int> continueStreamIds; in ReleaseAllStreams() local
351 dataProcess_[CONTINUOUS_FRAME]->GetAllStreamIds(continueStreamIds); in ReleaseAllStreams()
352 int32_t ret = dataProcess_[CONTINUOUS_FRAME]->ReleaseStreams(continueStreamIds); in ReleaseAllStreams()
374 std::vector<int> continueStreamIds; in StopAllCapture() local
375 dataProcess_[CONTINUOUS_FRAME]->GetAllStreamIds(continueStreamIds); in StopAllCapture()
376 int32_t ret = dataProcess_[CONTINUOUS_FRAME]->StopCapture(continueStreamIds); in StopAllCapture()