/external/webrtc/webrtc/modules/video_render/ |
D | i_video_render.h | 80 virtual bool FullScreen() = 0;
|
D | video_render_impl.cc | 400 return _ptrRenderer->FullScreen(); in IsFullScreen()
|
D | video_render_internal_impl.cc | 623 return _ptrRenderer->FullScreen(); in IsFullScreen()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.h | 80 virtual bool FullScreen();
|
D | video_render_linux_impl.cc | 175 bool VideoRenderLinuxImpl::FullScreen() in FullScreen() function in webrtc::VideoRenderLinuxImpl
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.h | 79 virtual bool FullScreen();
|
D | video_render_external_impl.cc | 101 bool VideoRenderExternalImpl::FullScreen() in FullScreen() function in webrtc::VideoRenderExternalImpl
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_impl.h | 57 bool FullScreen() override;
|
D | video_render_ios_impl.mm | 108 bool VideoRenderIosImpl::FullScreen() { IOS_UNSUPPORTED(); } function
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.h | 88 virtual bool FullScreen();
|
D | video_render_windows_impl.cc | 190 bool VideoRenderWindowsImpl::FullScreen() in FullScreen() function in webrtc::VideoRenderWindowsImpl
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.h | 84 virtual bool FullScreen();
|
D | video_render_mac_cocoa_impl.h | 84 virtual bool FullScreen();
|
D | video_render_mac_carbon_impl.cc | 192 VideoRenderMacCarbonImpl::FullScreen() in FullScreen() function in webrtc::VideoRenderMacCarbonImpl
|
D | video_render_mac_cocoa_impl.mm | 161 VideoRenderMacCocoaImpl::FullScreen()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.h | 81 virtual bool FullScreen();
|
D | video_render_android_impl.cc | 236 bool VideoRenderAndroid::FullScreen() { in FullScreen() function in webrtc::VideoRenderAndroid
|