Home
last modified time | relevance | path

Searched refs:aglChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc932 VideoChannelAGL* aglChannel = it->second; in ConfigureAGLChannel() local
933 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in ConfigureAGLChannel()
952 return aglChannel; in ConfigureAGLChannel()
1150 VideoChannelAGL* aglChannel = it->second; in ScreenUpdateProcess() local
1151 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth); in ScreenUpdateProcess()
1152 aglChannel->IsUpdated(updated); in ScreenUpdateProcess()
1491 VideoChannelAGL* aglChannel = it->second; in RenderOffScreenBuffers() local
1493 aglChannel->RenderOffScreenBuffer(); in RenderOffScreenBuffers()
Dvideo_render_nsopengl.mm939 VideoChannelNSOpenGL* aglChannel = it->second;
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
963 return aglChannel;
1015 VideoChannelNSOpenGL* aglChannel = it->second;
1016 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth);
1017 aglChannel->IsUpdated(updated);
1107 VideoChannelNSOpenGL* aglChannel = it->second;
1109 aglChannel->RenderOffScreenBuffer();