Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h66 float _startWidth; variable
Dvideo_render_nsopengl.h85 float _startWidth; variable
Dvideo_render_nsopengl.mm29 _startWidth( 0.0f),
83 left = _startWidth;
290 GLfloat xStart = 2.0f * _startWidth - 1.0f;
334 _startWidth = startWidth;
Dvideo_render_agl.cc41 _startWidth( 0.0f), in VideoChannelAGL()
287 GLfloat xStart = 2.0f * _startWidth - 1.0f; in RenderOffScreenBuffer()
338 _startWidth = startWidth; in SetStreamSettings()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h91 float _startWidth; variable
Dvideo_render_direct3d9.cc52 _startWidth(0), in D3D9Channel()
79 _startWidth = startWidth; in SetStreamSettings()
94 startWidth = _startWidth; in GetStreamSettings()