Searched refs:bufferPtsMap_ (Results 1 – 2 of 2) sorted by relevance
276 bufferPtsMap_.insert(std::pair<int32_t, int64_t>(trackIndex, 0)); in OnLinked()302 …for (auto mapInterator = bufferPtsMap_.begin(); mapInterator != bufferPtsMap_.end(); mapInterator+… in OnBufferFilled()307 bufferPtsMap_[trackIndex] = currentBufferPts; in OnBufferFilled()
79 std::map<int32_t, int64_t> bufferPtsMap_; variable