Searched refs:mPendingReadBufferTypes (Results 1 – 4 of 4) sorted by relevance
172 uint32_t mPendingReadBufferTypes; member
80 mPendingReadBufferTypes(0) { in GenericSource2()1253 if ((mPendingReadBufferTypes & (1 << trackType)) == 0) { in postReadBuffer()1254 mPendingReadBufferTypes |= (1 << trackType); in postReadBuffer()1265 mPendingReadBufferTypes &= ~(1 << trackType); in onReadBuffer()
169 uint32_t mPendingReadBufferTypes; member
80 mPendingReadBufferTypes(0) { in GenericSource()1288 if ((mPendingReadBufferTypes & (1 << trackType)) == 0) { in postReadBuffer()1289 mPendingReadBufferTypes |= (1 << trackType); in postReadBuffer()1300 mPendingReadBufferTypes &= ~(1 << trackType); in onReadBuffer()