OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAGLChannel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm
752
VideoChannelNSOpenGL*
newAGLChannel
= new VideoChannelNSOpenGL(_nsglContext, _id, this);
753
if (
newAGLChannel
->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
755
if (
newAGLChannel
)
757
delete
newAGLChannel
;
758
newAGLChannel
= NULL;
764
_nsglChannels[channel] =
newAGLChannel
;
769
return
newAGLChannel
;
video_render_agl.cc
787
VideoChannelAGL*
newAGLChannel
= new VideoChannelAGL(_aglContext, _id, this);
789
if (
newAGLChannel
->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
791
if (
newAGLChannel
)
793
delete
newAGLChannel
;
794
newAGLChannel
= NULL;
802
_aglChannels[channel] =
newAGLChannel
;
806
return
newAGLChannel
;
[
all
...]
Completed in 48 milliseconds