Searched refs:_windowWidth (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 373 _windowWidth( 0), 527 if (_windowWidth != (_windowRect.right - _windowRect.left) 530 _windowWidth = _windowRect.right - _windowRect.left; 533 glViewport(0, 0, _windowWidth, _windowHeight); 1001 if (_windowWidth != (_windowRect.right - _windowRect.left) 1004 _windowWidth = _windowRect.right - _windowRect.left; 1006 glViewport(0, 0, _windowWidth, _windowHeight); 1016 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth);
|
D | video_render_agl.cc | 373 _windowWidth( 0), in VideoRenderAGL() 490 _windowWidth( 0), in VideoRenderAGL() 987 if (_windowWidth != (_windowRect.right - _windowRect.left) in ScreenUpdateProcess() 996 _windowWidth = _windowRect.right - _windowRect.left; in ScreenUpdateProcess() 1151 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth); in ScreenUpdateProcess() 1401 _windowWidth = _windowRect.right - _windowRect.left; in CreateMixingContext()
|
D | video_render_agl.h | 150 int _windowWidth; variable
|
D | video_render_nsopengl.h | 179 int _windowWidth; variable
|