Searched refs:continueStreamIds (Results 1 – 1 of 1) sorted by relevance
118 std::vector<int32_t> continueStreamIds; in ReleaseStreams() local119 dataProcess_[CONTINUOUS_FRAME]->GetAllStreamIds(continueStreamIds); in ReleaseStreams()122 if (continueStreamIds.empty() && snapStreamIds.empty()) { in ReleaseStreams()350 std::vector<int> continueStreamIds; in ReleaseAllStreams() local351 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() local375 dataProcess_[CONTINUOUS_FRAME]->GetAllStreamIds(continueStreamIds); in StopAllCapture()376 int32_t ret = dataProcess_[CONTINUOUS_FRAME]->StopCapture(continueStreamIds); in StopAllCapture()