Go to the source code of this file.
Classes | |
| class | CRendererInputPin |
| class | CBaseRenderer |
| class | CBaseVideoRenderer |
Defines | |
| #define | AVGPERIOD 4 |
| #define | DO_MOVING_AVG(avg, obs) (avg = (1024*obs + (AVGPERIOD-1)*avg)/AVGPERIOD) |
| #define AVGPERIOD 4 |
Definition at line 184 of file renbase.h.
Referenced by CBaseVideoRenderer::OnRenderEnd(), and CBaseVideoRenderer::ShouldDrawSampleNow().
| #define DO_MOVING_AVG | ( | avg, | |||
| obs | ) | (avg = (1024*obs + (AVGPERIOD-1)*avg)/AVGPERIOD) |
1.5.6