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

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h39 class VideoChannelAGL : public VideoRenderCallback { class in namespace:webrtc
42 VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner);
43 virtual ~VideoChannelAGL();
93 VideoChannelAGL* CreateAGLChannel(int channel, int zOrder, float startWidth,
96 VideoChannelAGL* ConfigureAGLChannel(int channel, int zOrder,
165 std::map<int, VideoChannelAGL*> _aglChannels;
H A Dvideo_render_agl.cc28 * VideoChannelAGL
32 #pragma mark VideoChannelAGL constructor
34 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) : function in class:webrtc::VideoChannelAGL
65 VideoChannelAGL::~VideoChannelAGL()
83 int32_t VideoChannelAGL::RenderFrame(const uint32_t streamId,
100 int VideoChannelAGL::UpdateSize(int /*width*/, int /*height*/)
107 int VideoChannelAGL::UpdateStretchSize(int stretchHeight, int stretchWidth)
117 int VideoChannelAGL
[all...]
H A Dvideo_render_mac_carbon_impl.cc146 VideoChannelAGL* AGLChannel = NULL;

Completed in 81 milliseconds