| 202 | } |
| 203 | |
| 204 | bool surfaceUsesOrderedVisualQueue(ReceivePresentationSurface surface) |
| 205 | { |
| 206 | return surface == ReceivePresentationSurface::Waterfall |
| 207 | || surface == ReceivePresentationSurface::Spectrum |
| 208 | || surface == ReceivePresentationSurface::Meter; |
| 209 | } |
| 210 | |
| 211 | int sourceSurfaceCompensationMs(ReceivePresentationSource source, |
| 212 | ReceivePresentationSurface surface) |
no outgoing calls
no test coverage detected