Searched refs:VideoChannelAGL (Results 1 - 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
H A D | video_render_agl.h | 39 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 D | video_render_agl.cc | 27 * 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 D | video_render_mac_carbon_impl.cc | 129 VideoChannelAGL* AGLChannel = NULL;
|
Completed in 82 milliseconds