Searched refs:mLastDequeuedExtSeqNo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp166 mLastDequeuedExtSeqNo(-1),
222 if (mLastDequeuedExtSeqNo < 0 || extSeqNo > mLastDequeuedExtSeqNo) {
247 if (mLastDequeuedExtSeqNo < 0 || extSeqNo == mLastDequeuedExtSeqNo + 1) {
253 mLastDequeuedExtSeqNo = extSeqNo;
276 (mLastDequeuedExtSeqNo + 1) & 0xffff);
279 notify->setInt32("seqNo", (mLastDequeuedExtSeqNo + 1) & 0xffff);
291 mLastDequeuedExtSeqNo + 1);
294 mLastDequeuedExtSeqNo
[all...]
H A DTunnelRenderer.h70 int32_t mLastDequeuedExtSeqNo; member in struct:android::TunnelRenderer

Completed in 150 milliseconds