Lines Matching refs:mStreamSlotCount
635 mStreamSlotCount(0), in MetadataQueue()
687 if (mStreamSlotCount > 0) { in getBufferCount()
702 if (mStreamSlotCount == 0) { in dequeue()
709 mStreamSlotCount); in dequeue()
722 mCount = mStreamSlotCount; in dequeue()
793 mStreamSlotCount = 0; in setStreamSlot()
797 if (mStreamSlotCount > 1) { in setStreamSlot()
800 mStreamSlotCount = 1; in setStreamSlot()
802 if (mStreamSlotCount == 1) { in setStreamSlot()
807 mStreamSlotCount = 1; in setStreamSlot()
819 if (mStreamSlotCount > 0) { in setStreamSlot()
822 mStreamSlotCount = 0; in setStreamSlot()
826 mStreamSlotCount++; in setStreamSlot()
840 mStreamSlotCount = 0; in clear()
858 if (mStreamSlotCount == 0) { in dump()