Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h141 int32_t FindStreamCaptureBufferNum(const pair<int, int>& streamPair);
142 void AddStreamCaptureBufferNum(const pair<int, int>& streamPair);
143 void EraseStreamCaptureBufferNum(const pair<int, int>& streamPair);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp1364 int32_t DStreamOperator::FindStreamCaptureBufferNum(const pair<int, int>& streamPair) in FindStreamCaptureBufferNum() argument
1367 auto iter = acceptedBufferNum_.find(streamPair); in FindStreamCaptureBufferNum()
1374 void DStreamOperator::AddStreamCaptureBufferNum(const pair<int, int>& streamPair) in AddStreamCaptureBufferNum() argument
1377 acceptedBufferNum_[streamPair]++; in AddStreamCaptureBufferNum()
1380 void DStreamOperator::EraseStreamCaptureBufferNum(const pair<int, int>& streamPair) in EraseStreamCaptureBufferNum() argument
1383 acceptedBufferNum_.erase(streamPair); in EraseStreamCaptureBufferNum()