Lines Matching refs:mStreamSlotCount
649 mStreamSlotCount(0), in MetadataQueue()
701 if (mStreamSlotCount > 0) { in getBufferCount()
716 if (mStreamSlotCount == 0) { in dequeue()
723 mStreamSlotCount); in dequeue()
736 mCount = mStreamSlotCount; in dequeue()
807 mStreamSlotCount = 0; in setStreamSlot()
811 if (mStreamSlotCount > 1) { in setStreamSlot()
814 mStreamSlotCount = 1; in setStreamSlot()
816 if (mStreamSlotCount == 1) { in setStreamSlot()
821 mStreamSlotCount = 1; in setStreamSlot()
833 if (mStreamSlotCount > 0) { in setStreamSlot()
836 mStreamSlotCount = 0; in setStreamSlot()
840 mStreamSlotCount++; in setStreamSlot()
854 mStreamSlotCount = 0; in clear()
872 if (mStreamSlotCount == 0) { in dump()