Searched refs:lastPixelMapIndex_ (Results 1 – 2 of 2) sorted by relevance
158 if (acquiredIndex > lastPixelMapIndex_) { in Decode()159 startIndex = lastPixelMapIndex_ + 1; in Decode()160 } else if (acquiredIndex == lastPixelMapIndex_) { in Decode()170 startIndex, endIndex, lastPixelMapIndex_, isOverlapped); in Decode()204 lastPixelMapIndex_ = -1; in Reset()316 lastPixelMapIndex_ = endIndex; in OverlapFrame()
88 int32_t lastPixelMapIndex_ = -1; variable