Searched refs:curOffsetEnd (Results 1 – 1 of 1) sorted by relevance
110 uint64_t curOffsetEnd = mediaOffset_ + GetBufferSize(que_.front()); in IsDataAvailable() local112 curOffset = curOffsetEnd; in IsDataAvailable()114 return offsetEnd <= curOffsetEnd; in IsDataAvailable()116 auto preOffsetEnd = curOffsetEnd; in IsDataAvailable()118 curOffsetEnd = preOffsetEnd + GetBufferSize(que_[i]); in IsDataAvailable()119 if (curOffsetEnd >= offsetEnd) { in IsDataAvailable()124 preOffsetEnd = curOffsetEnd; in IsDataAvailable()165 auto curOffsetEnd = mediaOffset_ + GetBufferSize(que_[startIndex]); in PeekRangeInternal() local166 if (offsetEnd <= curOffsetEnd) { // first buffer is enough in PeekRangeInternal()458 uint64_t curOffsetEnd = prevOffset + GetBufferSize(que_[i]); in CopyFromSuccessiveBuffer() local[all …]