Home
last modified time | relevance | path

Searched refs:SetTransparentBackground (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc278 int32_t VideoRenderWindowsImpl::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderWindowsImpl
288 error = _ptrRendererWin->SetTransparentBackground(enable); in SetTransparentBackground()
Di_video_render_win.h86 virtual int32_t SetTransparentBackground(const bool enable) = 0;
Dvideo_render_windows_impl.h109 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_direct3d9.h162 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_direct3d9.cc955 int32_t VideoRenderDirect3D9::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderDirect3D9
/external/webrtc/webrtc/modules/video_render/
Di_video_render.h106 virtual int32_t SetTransparentBackground(const bool enable) = 0;
Dvideo_render.h236 virtual int32_t SetTransparentBackground(const bool enable) = 0;
Dvideo_render_impl.h177 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_impl.cc450 int32_t ModuleVideoRenderImpl::SetTransparentBackground(const bool enable) in SetTransparentBackground() function in webrtc::ModuleVideoRenderImpl
460 return _ptrRenderer->SetTransparentBackground(enable); in SetTransparentBackground()
Dvideo_render_internal_impl.cc673 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/
Dvideo_render_external_impl.h100 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_external_impl.cc156 int32_t VideoRenderExternalImpl::SetTransparentBackground( in SetTransparentBackground() function in webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.h96 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_linux_impl.cc213 int32_t VideoRenderLinuxImpl::SetTransparentBackground(const bool /*enable*/) in SetTransparentBackground() function in webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_impl.h76 int32_t SetTransparentBackground(const bool enable) override;
Dvideo_render_ios_impl.mm142 int32_t VideoRenderIosImpl::SetTransparentBackground(const bool enable) { function
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.h107 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_mac_cocoa_impl.h107 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_mac_carbon_impl.cc248 VideoRenderMacCarbonImpl::SetTransparentBackground(const bool enable) in SetTransparentBackground() function in webrtc::VideoRenderMacCarbonImpl
Dvideo_render_mac_cocoa_impl.mm217 VideoRenderMacCocoaImpl::SetTransparentBackground(const bool enable)
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.h97 virtual int32_t SetTransparentBackground(const bool enable);
Dvideo_render_android_impl.cc274 int32_t VideoRenderAndroid::SetTransparentBackground(const bool enable) { in SetTransparentBackground() function in webrtc::VideoRenderAndroid