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

/external/webrtc/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();
92 VideoChannelAGL* CreateAGLChannel(int channel, int zOrder, float startWidth,
95 VideoChannelAGL* ConfigureAGLChannel(int channel, int zOrder,
164 std::map<int, VideoChannelAGL*> _aglChannels;
H A Dvideo_render_agl.cc27 * VideoChannelAGL
31 #pragma mark VideoChannelAGL constructor
33 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) : function in class:webrtc::VideoChannelAGL
64 VideoChannelAGL::~VideoChannelAGL()
82 int32_t VideoChannelAGL::RenderFrame(const uint32_t streamId,
99 int VideoChannelAGL::UpdateSize(int /*width*/, int /*height*/)
106 int VideoChannelAGL::UpdateStretchSize(int stretchHeight, int stretchWidth)
116 int VideoChannelAGL
[all...]
H A Dvideo_render_mac_carbon_impl.cc129 VideoChannelAGL* AGLChannel = NULL;

Completed in 82 milliseconds