/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.cc | 278 int32_t VideoRenderWindowsImpl::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderWindowsImpl 288 error = _ptrRendererWin->SetTransparentBackground(enable); in SetTransparentBackground()
|
D | i_video_render_win.h | 86 virtual int32_t SetTransparentBackground(const bool enable) = 0;
|
D | video_render_windows_impl.h | 109 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_direct3d9.h | 162 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_direct3d9.cc | 955 int32_t VideoRenderDirect3D9::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderDirect3D9
|
/external/webrtc/webrtc/modules/video_render/ |
D | i_video_render.h | 106 virtual int32_t SetTransparentBackground(const bool enable) = 0;
|
D | video_render.h | 236 virtual int32_t SetTransparentBackground(const bool enable) = 0;
|
D | video_render_impl.h | 177 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_impl.cc | 450 int32_t ModuleVideoRenderImpl::SetTransparentBackground(const bool enable) in SetTransparentBackground() function in webrtc::ModuleVideoRenderImpl 460 return _ptrRenderer->SetTransparentBackground(enable); in SetTransparentBackground()
|
D | video_render_internal_impl.cc | 673 int32_t ModuleVideoRenderImpl::SetTransparentBackground(const bool enable) in SetTransparentBackground() function in webrtc::ModuleVideoRenderImpl 683 return _ptrRenderer->SetTransparentBackground(enable); in SetTransparentBackground()
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.h | 100 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_external_impl.cc | 156 int32_t VideoRenderExternalImpl::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderExternalImpl
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.h | 96 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_linux_impl.cc | 213 int32_t VideoRenderLinuxImpl::SetTransparentBackground(const bool /*enable*/) in SetTransparentBackground() function in webrtc::VideoRenderLinuxImpl
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_impl.h | 76 int32_t SetTransparentBackground(const bool enable) override;
|
D | video_render_ios_impl.mm | 142 int32_t VideoRenderIosImpl::SetTransparentBackground(const bool enable) { function
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.h | 107 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_mac_cocoa_impl.h | 107 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_mac_carbon_impl.cc | 248 VideoRenderMacCarbonImpl::SetTransparentBackground(const bool enable) in SetTransparentBackground() function in webrtc::VideoRenderMacCarbonImpl
|
D | video_render_mac_cocoa_impl.mm | 217 VideoRenderMacCocoaImpl::SetTransparentBackground(const bool enable)
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.h | 97 virtual int32_t SetTransparentBackground(const bool enable);
|
D | video_render_android_impl.cc | 274 int32_t VideoRenderAndroid::SetTransparentBackground(const bool enable) { in SetTransparentBackground() function in webrtc::VideoRenderAndroid
|