Home | History | Annotate | Download | only in audioflinger

Lines Matching full:points

26 continuous set of line segments with shared (x, y) end-points.
27 The (x, y) points must be added in order, monotonically increasing in both x and y;
30 A limited history of (x, y) points is kept for space reasons (See general usage notes).
42 We update the (track frame, sink frame) points in the LinearMap each time we write data
87 5) When called with no points in the map, findX() returns the start value (default 0).
95 exactly at the sample points pushed into the LinearMap, the returned values
107 2) Points must monotonically increase in x and y. The increment between adjacent
108 points cannot be greater than signed 32 bits. Wrap in the x, y coordinates are supported,
163 // "step" or differences between adjacent points less than 32 bits.
176 // history by removing redundant points.
315 // than 32 bits, the difference between adjacent points is limited to 32 bits.