Home
last modified time | relevance | path

Searched defs:_sbuf_info (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/media/legacy/
H A DOldBufferStream.h44 typedef struct _sbuf_info { struct
45 _sbuf_info *fNext; /* next "newer" buffer in the chain */ argument
46 subscriber_id fAvailTo; /* next subscriber to acquire this buffer */
47 subscriber_id fHeldBy; /* subscriber that's acquired this buffer */
48 bigtime_t fAcqTime; /* time at which this buffer was acquired */
49 area_id fAreaID; /* for system memory allocation calls */
50 char *fAddress;
51 int32 fSize; /* usable portion can be smaller than ... */
52 int32 fAreaSize; /* ... the size of the area. */
53 bool fIsFinal; /* TRUE => stream is stopping */