Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_impl.mm125 int32_t VideoRenderIosImpl::SetStreamCropping(const uint32_t streamId, function
130 return ptr_ios_render_->SetStreamCropping(streamId, left, top, right, bottom);
Dvideo_render_ios_gles20.h47 int SetStreamCropping(const uint stream_id,
Dvideo_render_ios_impl.h65 int32_t SetStreamCropping(const uint32_t stream_id,
Dvideo_render_ios_gles20.mm265 int VideoRenderIosGles20::SetStreamCropping(const uint stream_id, function
/external/webrtc/webrtc/modules/video_render/
Di_video_render.h93 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render.h213 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_impl.h168 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_impl.cc432 int32_t ModuleVideoRenderImpl::SetStreamCropping( in SetStreamCropping() function in webrtc::ModuleVideoRenderImpl
447 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom); in SetStreamCropping()
Dvideo_render_internal_impl.cc655 int32_t ModuleVideoRenderImpl::SetStreamCropping( in SetStreamCropping() function in webrtc::ModuleVideoRenderImpl
670 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom); in SetStreamCropping()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.h92 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_linux_impl.cc201 int32_t VideoRenderLinuxImpl::SetStreamCropping( in SetStreamCropping() function in webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.h91 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_external_impl.cc133 int32_t VideoRenderExternalImpl::SetStreamCropping( in SetStreamCropping() function in webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.h100 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_windows_impl.cc236 int32_t VideoRenderWindowsImpl::SetStreamCropping( in SetStreamCropping() function in webrtc::VideoRenderWindowsImpl
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.h94 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_mac_cocoa_impl.h94 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_mac_carbon_impl.cc228 VideoRenderMacCarbonImpl::SetStreamCropping(const uint32_t streamId, in SetStreamCropping() function in webrtc::VideoRenderMacCarbonImpl
Dvideo_render_mac_cocoa_impl.mm197 VideoRenderMacCocoaImpl::SetStreamCropping(const uint32_t streamId,
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.h93 virtual int32_t SetStreamCropping(const uint32_t streamId,
Dvideo_render_android_impl.cc263 int32_t VideoRenderAndroid::SetStreamCropping( in SetStreamCropping() function in webrtc::VideoRenderAndroid