Home
last modified time | relevance | path

Searched refs:_windowWidth (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm373 _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);
Dvideo_render_agl.cc373 _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()
Dvideo_render_agl.h150 int _windowWidth; variable
Dvideo_render_nsopengl.h179 int _windowWidth; variable