Home
last modified time | relevance | path

Searched refs:_hiviewRef (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc365 _hiviewRef( 0), in VideoRenderAGL()
482 _hiviewRef( windowRef), in VideoRenderAGL()
570 HIViewInstallEventHandler(_hiviewRef, in VideoRenderAGL()
1007 if(FALSE == HIViewIsValid(_hiviewRef)) in ScreenUpdateProcess()
1014 WindowRef window = HIViewGetWindow(_hiviewRef); in ScreenUpdateProcess()
1062 HIViewGetBounds(_hiviewRef, &viewBounds); in ScreenUpdateProcess()
1063 HIViewConvertRect(&viewBounds, _hiviewRef, NULL); in ScreenUpdateProcess()
1190 if(FALSE == HIViewIsValid(_hiviewRef)) in ParentWindowResized()
1242 HIViewGetBounds(_hiviewRef, &viewBounds); in ParentWindowResized()
1243 HIViewConvertRect(&viewBounds, _hiviewRef, NULL); in ParentWindowResized()
[all …]
Dvideo_render_agl.h140 HIViewRef _hiviewRef; variable