| 241 | // The rest is just performance logging. |
| 242 | |
| 243 | void CBaseVideoRenderer2::OnRenderStart(IMediaSample *pMediaSample) |
| 244 | { |
| 245 | RecordFrameLateness(m_trLate, m_trFrame); |
| 246 | m_tRenderStart = timeGetTime(); |
| 247 | } // OnRenderStart |
| 248 | |
| 249 | |
| 250 | // Called directly after drawing an image. We calculate the time spent in the |
nothing calls this directly
no outgoing calls
no test coverage detected