Home | History | Annotate | Download | only in fifo

Lines Matching refs:fifo_frames_t

25 typedef int32_t fifo_frames_t;
44 FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold);
75 fifo_frames_t getFullFramesAvailable();
80 fifo_frames_t getReadIndex();
85 void advanceReadIndex(fifo_frames_t numFrames);
90 fifo_frames_t getEmptyFramesAvailable();
95 fifo_frames_t getWriteIndex();
100 void advanceWriteIndex(fifo_frames_t numFrames);
107 void setThreshold(fifo_frames_t threshold);
109 fifo_frames_t getThreshold() const {
113 fifo_frames_t getCapacity() const {
119 fifo_frames_t mCapacity;
120 fifo_frames_t mThreshold;