Searched refs:mPendingReadBufferTypes (Results 1 – 2 of 2) sorted by relevance
245 uint32_t mPendingReadBufferTypes; member
70 mPendingReadBufferTypes(0) { in GenericSource()1356 if ((mPendingReadBufferTypes & (1 << trackType)) == 0) { in postReadBuffer()1357 mPendingReadBufferTypes |= (1 << trackType); in postReadBuffer()1373 mPendingReadBufferTypes &= ~(1 << trackType); in onReadBuffer()