Lines Matching full:start
2 * CDDL HEADER START
37 double s, // start time in AudioExtent()
42 SetStart(s); // set start/end times in AudioExtent()
77 // Get start time
81 return (start); in GetStart()
84 // Set start time
87 Double s) // start time, in seconds in SetStart()
90 start = 0.; in SetStart()
92 start = s; in SetStart()
133 return (x - start); in GetLength()
148 return (ref->GetDHeader(ReadPosition() + start)); in GetHeader()
156 return (ref->GetDHeader(pos + start)); in GetHeader()
169 Double& pos) // start position (updated) in ReadData()
185 // If the end is determinate, check start position and length in ReadData()
186 off = pos + start; in ReadData()
217 pos = (newpos - start); // XXX - calculate bytes and convert? in ReadData()
226 Double&) // start position (updated) in WriteData()