Home
last modified time | relevance | path

Searched refs:_stopHeight (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h86 float _stopHeight; variable
Dvideo_render_agl.h69 float _stopHeight; variable
Dvideo_render_nsopengl.mm32 _stopHeight( 0.0f),
86 bottom = _stopHeight;
294 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
339 _stopHeight = stopHeight;
Dvideo_render_agl.cc45 _stopHeight( 0.0f), in VideoChannelAGL()
290 GLfloat yStart = 1.0f - 2.0f * _stopHeight; in RenderOffScreenBuffer()
342 _stopHeight = stopHeight; in SetStreamSettings()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h96 float _stopHeight; variable
Dvideo_render_direct3d9.cc56 _stopHeight(0) in D3D9Channel()
83 _stopHeight = stopHeight; in SetStreamSettings()
98 stopHeight = _stopHeight; in GetStreamSettings()