Home
last modified time | relevance | path

Searched refs:GetScreenResolution (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_impl.mm116 int32_t VideoRenderIosImpl::GetScreenResolution(uint32_t& screenWidth, function
118 return ptr_ios_render_->GetScreenResolution(screenWidth, screenHeight);
Dvideo_render_ios_gles20.h46 int GetScreenResolution(uint& screen_width, uint& screen_height); // NOLINT
Dvideo_render_ios_impl.h61 int32_t GetScreenResolution(
Dvideo_render_ios_gles20.mm258 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width, function
/external/webrtc/webrtc/modules/video_render/
Di_video_render.h88 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render.h201 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_impl.h156 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_impl.cc403 int32_t ModuleVideoRenderImpl::GetScreenResolution( in GetScreenResolution() function in webrtc::ModuleVideoRenderImpl
415 return _ptrRenderer->GetScreenResolution(screenWidth, screenHeight); in GetScreenResolution()
Dvideo_render_internal_impl.cc626 int32_t ModuleVideoRenderImpl::GetScreenResolution( in GetScreenResolution() function in webrtc::ModuleVideoRenderImpl
638 return _ptrRenderer->GetScreenResolution(screenWidth, screenHeight); in GetScreenResolution()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.h87 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_linux_impl.cc189 int32_t VideoRenderLinuxImpl::GetScreenResolution( in GetScreenResolution() function in webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.h86 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_external_impl.cc116 int32_t VideoRenderExternalImpl::GetScreenResolution( in GetScreenResolution() function in webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.h95 GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_windows_impl.cc219 int32_t VideoRenderWindowsImpl::GetScreenResolution( in GetScreenResolution() function in webrtc::VideoRenderWindowsImpl
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.h89 virtual int32_t GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_mac_cocoa_impl.h89 virtual int32_t GetScreenResolution(uint32_t& screenWidth,
Dvideo_render_mac_carbon_impl.cc207 VideoRenderMacCarbonImpl::GetScreenResolution(uint32_t& screenWidth, in GetScreenResolution() function in webrtc::VideoRenderMacCarbonImpl
Dvideo_render_mac_cocoa_impl.mm176 VideoRenderMacCocoaImpl::GetScreenResolution(uint32_t& screenWidth,
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.h87 virtual int32_t GetScreenResolution(
Dvideo_render_android_impl.cc248 int32_t VideoRenderAndroid::GetScreenResolution( in GetScreenResolution() function in webrtc::VideoRenderAndroid