Searched refs:VideoChannelNSOpenGL (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm23 VideoChannelNSOpenGL::VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpenGL* owner) :
49 VideoChannelNSOpenGL::~VideoChannelNSOpenGL()
65 int VideoChannelNSOpenGL::ChangeContext(NSOpenGLContext *nsglContext)
77 int32_t VideoChannelNSOpenGL::GetChannelProperties(float& left, float& top,
92 int32_t VideoChannelNSOpenGL::RenderFrame(const uint32_t /*streamId*/,
109 int VideoChannelNSOpenGL::UpdateSize(int width, int height)
118 int VideoChannelNSOpenGL::UpdateStretchSize(int stretchHeight, int stretchWidth)
128 int VideoChannelNSOpenGL
[all...]
H A Dvideo_render_nsopengl.h42 class VideoChannelNSOpenGL : public VideoRenderCallback { class in namespace:webrtc
44 VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpenGL* owner);
45 virtual ~VideoChannelNSOpenGL();
114 VideoChannelNSOpenGL* CreateNSGLChannel(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
115 VideoChannelNSOpenGL* ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
181 std::map<int, VideoChannelNSOpenGL*> _nsglChannels;
H A Dvideo_render_mac_cocoa_impl.mm100 VideoChannelNSOpenGL* nsOpenGLChannel = NULL;

Completed in 531 milliseconds