Searched refs:source_rect (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_rotation.cc | 94 const DesktopRect& source_rect, in RotateDesktopFrame() argument 99 RTC_DCHECK(DesktopRect::MakeSize(source.size()).ContainsRect(source_rect)); in RotateDesktopFrame() 102 RotateAndOffsetRect(source_rect, source.size(), rotation, target_offset); in RotateDesktopFrame() 110 source.GetFrameDataAtPos(source_rect.top_left()), source.stride(), in RotateDesktopFrame() 112 source_rect.width(), source_rect.height(), in RotateDesktopFrame()
|
D | desktop_frame_rotation.h | 35 const DesktopRect& source_rect,
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_output_duplicator.cc | 195 const DesktopRect source_rect = in Duplicate() local 197 RotateDesktopFrame(source, source_rect, rotation_, offset, target); in Duplicate() 222 DesktopRect source_rect = it.rect(); in Duplicate() local 224 DesktopRect target_rect = source_rect; in Duplicate() 225 source_rect.Translate(last_frame_offset_); in Duplicate() 227 target->CopyPixelsFrom(*last_frame_, source_rect.top_left(), target_rect); in Duplicate()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 198 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative() argument 223 box = RectToPipeBox(source_rect, res); in vlVdpOutputSurfaceGetBitsNative() 647 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface() argument 693 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 717 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface() argument 763 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | mixer.c | 398 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 727 RECT source_rect; in present() local 746 source_rect = *pSourceRect; in present() 747 if (source_rect.top == 0 && in present() 748 source_rect.left == 0 && in present() 749 source_rect.bottom == resource->height0 && in present() 750 source_rect.right == resource->width0) in present()
|