Lines Matching full:frames
137 // Return the number of frames written successfully since construction.
140 // Number of frames lost due to underrun since construction.
143 // Number of underruns since construction, where a set of contiguous lost frames is one event.
146 // Estimate of number of frames that could be written successfully now without blocking.
151 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
153 // WOULD_BLOCK Determining how many frames can be written without blocking would itself block.
159 // count Maximum number of frames to transfer.
161 // > 0 Number of frames successfully transferred prior to first error.
166 // WOULD_BLOCK No frames can be transferred without blocking.
167 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
175 // total Estimate of the number of frames the provider has available. This is an estimate,
176 // and it can provide a different number of frames during the series of callbacks.
178 // block Number of frames per block, that is a suggested value for 'count' in each callback.
181 // > 0 Total number of frames successfully transferred prior to first error.
186 // WOULD_BLOCK No frames can be transferred without blocking.
187 // UNDERRUN write() has not been called frequently enough, or with enough frames to keep up.
194 // up to a maximum of 'count' frames.
195 // count Maximum number of frames to transfer during this callback.
197 // > 0 Number of frames successfully transferred during this callback prior to first error.
218 // of frames presented to an external observer, together with the value of CLOCK_MONOTONIC
238 // Number of frames read successfully since construction.
241 // Number of frames lost due to overrun since construction.
245 // Number of overruns since construction, where a set of contiguous lost frames is one event.
249 // Estimate of number of frames that could be read successfully now.
254 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
255 // WOULD_BLOCK Determining how many frames can be read without blocking would itself block.
261 // count Maximum number of frames to transfer.
265 // > 0 Number of frames successfully transferred prior to first error.
270 // WOULD_BLOCK No frames can be transferred without blocking.
271 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
272 // One or more frames were lost due to overrun, try again to read more recent data.
279 // total Estimate of the number of frames the consumer desires. This is an estimate,
280 // and it can consume a different number of frames during the series of callbacks.
284 // block Number of frames per block, that is a suggested value for 'count' in each callback.
287 // > 0 Total number of frames successfully transferred prior to first error.
292 // WOULD_BLOCK No frames can be transferred without blocking.
293 frames to keep up.
294 // One or more frames were lost due to overrun, try again to read more recent data.
300 // up to a maximum of 'count' frames.
301 // count Maximum number of frames to transfer during this callback.
303 // > 0 Number of frames successfully transferred during this callback prior to first error.