OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:settransparentbackground
(Results
1 - 22
of
22
) sorted by null
/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/
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
722
int32_t ModuleVideoRenderImpl::
SetTransparentBackground
(const bool enable)
732
return _ptrRenderer->
SetTransparentBackground
(enable);
/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/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/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
233
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
303
int32_t VideoRenderAndroid::
SetTransparentBackground
(const bool enable) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.h
155
virtual int32_t
SetTransparentBackground
(const bool enable) {
/external/chromium_org/third_party/webrtc/modules/video_render/include/
video_render.h
254
virtual int32_t
SetTransparentBackground
(const bool enable) = 0;
Completed in 651 milliseconds