HomeSort by relevance Sort by last modified time
    Searched refs:SetTransparentBackground (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/
i_video_render.h 110 virtual int32_t SetTransparentBackground(const bool enable) = 0;
video_render_impl.h 185 virtual int32_t SetTransparentBackground(const bool enable);
video_render_impl.cc 481 int32_t ModuleVideoRenderImpl::SetTransparentBackground(const bool enable)
491 return _ptrRenderer->SetTransparentBackground(enable);
video_render_internal_impl.cc 704 int32_t ModuleVideoRenderImpl::SetTransparentBackground(const bool enable)
714 return _ptrRenderer->SetTransparentBackground(enable);
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.h 98 virtual int32_t SetTransparentBackground(const bool enable);
video_render_linux_impl.cc 221 int32_t VideoRenderLinuxImpl::SetTransparentBackground(const bool /*enable*/)
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
i_video_render_win.h 86 virtual int32_t SetTransparentBackground(const bool enable) = 0;
video_render_windows_impl.h 111 virtual int32_t SetTransparentBackground(const bool enable);
video_render_windows_impl.cc 286 int32_t VideoRenderWindowsImpl::SetTransparentBackground(
296 error = _ptrRendererWin->SetTransparentBackground(enable);
video_render_direct3d9.h 164 virtual int32_t SetTransparentBackground(const bool enable);
video_render_direct3d9.cc 966 int32_t VideoRenderDirect3D9::SetTransparentBackground(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.h 102 virtual int32_t SetTransparentBackground(const bool enable);
video_render_external_impl.cc 163 int32_t VideoRenderExternalImpl::SetTransparentBackground(
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_impl.h 77 int32_t SetTransparentBackground(const bool enable) OVERRIDE;
video_render_ios_impl.mm 149 int32_t VideoRenderIosImpl::SetTransparentBackground(const bool enable) {
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 109 virtual int32_t SetTransparentBackground(const bool enable);
video_render_mac_cocoa_impl.h 109 virtual int32_t SetTransparentBackground(const bool enable);
video_render_mac_carbon_impl.cc 265 VideoRenderMacCarbonImpl::SetTransparentBackground(const bool enable)
video_render_mac_cocoa_impl.mm 232 VideoRenderMacCocoaImpl::SetTransparentBackground(const bool enable)
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.h 99 virtual int32_t SetTransparentBackground(const bool enable);
video_render_android_impl.cc 302 int32_t VideoRenderAndroid::SetTransparentBackground(const bool enable) {
  /external/chromium_org/third_party/webrtc/modules/video_render/include/
video_render.h 250 virtual int32_t SetTransparentBackground(const bool enable) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.h 146 virtual int32_t SetTransparentBackground(const bool enable) OVERRIDE {

Completed in 53 milliseconds