Home
last modified time | relevance | path

Searched refs:RenderType (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/video_render/
Di_video_render.h76 virtual VideoRenderType RenderType() = 0;
Dvideo_render_impl.cc96 VideoRenderType videoRenderType = _ptrRenderer->RenderType(); in ~ModuleVideoRenderImpl()
Dvideo_render_internal_impl.cc220 VideoRenderType videoRenderType = _ptrRenderer->RenderType(); in ~ModuleVideoRenderImpl()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.h76 virtual VideoRenderType RenderType();
Dvideo_render_linux_impl.cc165 VideoRenderType VideoRenderLinuxImpl::RenderType() in RenderType() function in webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.h75 virtual VideoRenderType RenderType();
Dvideo_render_external_impl.cc91 VideoRenderType VideoRenderExternalImpl::RenderType() in RenderType() function in webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_impl.h55 VideoRenderType RenderType() override;
Dvideo_render_ios_impl.mm104 VideoRenderType VideoRenderIosImpl::RenderType() { return kRenderiOS; } function
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.h84 virtual VideoRenderType RenderType();
Dvideo_render_windows_impl.cc180 VideoRenderType VideoRenderWindowsImpl::RenderType() in RenderType() function in webrtc::VideoRenderWindowsImpl
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.h80 virtual VideoRenderType RenderType();
Dvideo_render_mac_cocoa_impl.h80 virtual VideoRenderType RenderType();
Dvideo_render_mac_carbon_impl.cc180 VideoRenderMacCarbonImpl::RenderType() in RenderType() function in webrtc::VideoRenderMacCarbonImpl
Dvideo_render_mac_cocoa_impl.mm149 VideoRenderMacCocoaImpl::RenderType()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.h77 virtual VideoRenderType RenderType();
Dvideo_render_android_impl.cc228 VideoRenderType VideoRenderAndroid::RenderType() { in RenderType() function in webrtc::VideoRenderAndroid
/external/ImageMagick/MagickCore/
Dannotate.c135 RenderType(Image *,const DrawInfo *,const PointInfo *,TypeMetric *,
536 status=RenderType(image,annotate,&offset,&metrics,exception); in AnnotateImage()
859 status=RenderType(image,annotate_info,&offset,metrics,exception); in GetTypeMetrics()
906 static MagickBooleanType RenderType(Image *image,const DrawInfo *draw_info, in RenderType() function