Lines Matching refs:mStreamSlotCount
38 mStreamSlotCount(0), in MetadataQueue()
89 if (mStreamSlotCount > 0) { in getBufferCount()
99 if (mStreamSlotCount == 0) { in dequeue()
106 mStreamSlotCount); in dequeue()
118 mCount = mStreamSlotCount; in dequeue()
150 mStreamSlotCount = 0; in setStreamSlot()
153 if (mStreamSlotCount > 1) { in setStreamSlot()
156 mStreamSlotCount = 1; in setStreamSlot()
158 if (mStreamSlotCount == 1) { in setStreamSlot()
163 mStreamSlotCount = 1; in setStreamSlot()
169 if (mStreamSlotCount > 0) { in setStreamSlot()
173 mStreamSlotCount = mStreamSlot.size(); in setStreamSlot()