| 214 | } |
| 215 | |
| 216 | GLInjectFrameInfo* SSRVideoStreamWriter::GetGLInjectFrameInfo(unsigned int frame) { |
| 217 | return (GLInjectFrameInfo*) ((char*) m_mmap_ptr_main + sizeof(GLInjectHeader) + frame * sizeof(GLInjectFrameInfo)); |
| 218 | } |
| 219 | |
| 220 | void SSRVideoStreamWriter::UpdateSize(unsigned int width, unsigned int height, int stride) { |
| 221 | if(m_width != width || m_height != height) { |
nothing calls this directly
no outgoing calls
no test coverage detected