HomeSort by relevance Sort by last modified time
    Searched full:_windowref (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_render_view.mm 41 // [_windowRef setFrame:screenRect];
42 // [_windowRef setBounds:screenRect];
video_render_nsopengl.mm 364 _windowRef( (CocoaRenderView*)windowRef),
390 _windowRef = newWindowRef;
560 if(_windowRef)
562 [_windowRef initCocoaRenderView:fmt];
570 _nsglContext = [_windowRef nsOpenGLContext];
601 _windowRefSuperViewFrame = [_windowRef frame];
602 _windowRefSuperView = [_windowRef superview];
607 [_windowRef setFrame:screenRect];
608 [_windowRef setBounds:screenRect];
613 [[[_fullScreenWindow window] contentView] addSubview:_windowRef];
    [all...]
video_render_agl.h 141 WindowRef _windowRef;
video_render_nsopengl.h 168 CocoaRenderView* _windowRef;
video_render_agl.cc 366 _windowRef( windowRef),
402 if(!IsValidWindowPtr(_windowRef))
404 //WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s:%d Invalid WindowRef:0x%x", __FUNCTION__, __LINE__, _windowRef);
408 //WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s:%d WindowRef 0x%x is valid", __FUNCTION__, __LINE__, _windowRef);
483 _windowRef( 0),
    [all...]

Completed in 86 milliseconds