| 145 | // these both call RecordFrameLateness to update the statistics. |
| 146 | |
| 147 | void CBaseVideoRenderer2::PreparePerformanceData(int trLate, int trFrame) |
| 148 | { |
| 149 | m_trLate = trLate; |
| 150 | m_trFrame = trFrame; |
| 151 | } // PreparePerformanceData |
| 152 | |
| 153 | |
| 154 | // update the statistics: |
nothing calls this directly
no outgoing calls
no test coverage detected