Searched refs:blobsList (Results 1 – 2 of 2) sorted by relevance
1112 uint32_t HistogramDevice::getMatchBlobId(std::list<const BlobInfo>& blobsList, in getMatchBlobId() argument1115 auto resultIt = blobsList.end(); in getMatchBlobId()1117 for (auto it = blobsList.begin(); it != blobsList.end(); ++it) { in getMatchBlobId()1124 if (resultIt == blobsList.end()) return 0; in getMatchBlobId()1127 if (resultIt != blobsList.begin()) { in getMatchBlobId()1129 blobsList.splice(blobsList.begin(), blobsList, resultIt, std::next(resultIt)); in getMatchBlobId()1132 return blobsList.begin()->mBlob->getId(); in getMatchBlobId()1135 uint32_t HistogramDevice::getActiveBlobId(const std::list<const BlobInfo>& blobsList) const { in getActiveBlobId()1136 return blobsList.empty() ? 0 : blobsList.begin()->mBlob->getId(); in getActiveBlobId()
725 uint32_t getMatchBlobId(std::list<const BlobInfo>& blobsList, const int displayActiveH,737 uint32_t getActiveBlobId(const std::list<const BlobInfo>& blobsList) const