Searched refs:_windowHeight (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 374 _windowHeight( 0), 528 || _windowHeight != (_windowRect.bottom - _windowRect.top)) 531 _windowHeight = _windowRect.bottom - _windowRect.top; 533 glViewport(0, 0, _windowWidth, _windowHeight); 1002 || _windowHeight != (_windowRect.bottom - _windowRect.top)) 1005 _windowHeight = _windowRect.bottom - _windowRect.top; 1006 glViewport(0, 0, _windowWidth, _windowHeight); 1016 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth);
|
D | video_render_agl.cc | 374 _windowHeight( 0), in VideoRenderAGL() 491 _windowHeight( 0), in VideoRenderAGL() 988 || _windowHeight != (_windowRect.bottom - _windowRect.top)) in ScreenUpdateProcess() 997 _windowHeight = _windowRect.bottom - _windowRect.top; in ScreenUpdateProcess() 1151 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth); in ScreenUpdateProcess() 1402 _windowHeight = _windowRect.bottom - _windowRect.top; in CreateMixingContext()
|
D | video_render_agl.h | 151 int _windowHeight; variable
|
D | video_render_nsopengl.h | 180 int _windowHeight; variable
|