Searched refs:out_rect (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_coreimage.m | 214 CGRect out_rect = [filter_input extent]; 215 if (out_rect.size.width > frame->width || out_rect.size.height > frame->height) { 217 out_rect.origin.x = 0.0f; 218 out_rect.origin.y = 0.0f; 219 out_rect.size.width = frame->width; 220 out_rect.size.height = frame->height; 222 filter_input = [filter_input imageByCroppingToRect:out_rect]; 251 CGRect out_rect = [filter_output extent]; 252 if (out_rect.size.width > frame->width || out_rect.size.height > frame->height) { 254 out_rect.origin.x = 0.0f; [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.cpp | 484 RECT * out_rect, ID3D11VideoProcessorOutputView * out_view) in gst_d3d11_video_processor_render() argument 494 out_rect, out_view); in gst_d3d11_video_processor_render() 503 RECT * out_rect, ID3D11VideoProcessorOutputView * out_view) in gst_d3d11_video_processor_render_unlocked() argument 525 if (out_rect) { in gst_d3d11_video_processor_render_unlocked() 526 context->VideoProcessorSetStreamDestRect (proc, 0, TRUE, out_rect); in gst_d3d11_video_processor_render_unlocked() 527 context->VideoProcessorSetOutputTargetRect (proc, TRUE, out_rect); in gst_d3d11_video_processor_render_unlocked()
|
D | gstd3d11videoprocessor.h | 95 RECT *out_rect, 101 RECT *out_rect,
|
D | gstd3d11convert.cpp | 76 RECT out_rect; member 1883 self->out_rect.left = border_offset_x; in gst_d3d11_base_convert_set_info() 1884 self->out_rect.right = GST_VIDEO_INFO_WIDTH (out_info) - border_offset_x; in gst_d3d11_base_convert_set_info() 1886 self->out_rect.left = 0; in gst_d3d11_base_convert_set_info() 1887 self->out_rect.right = GST_VIDEO_INFO_WIDTH (out_info); in gst_d3d11_base_convert_set_info() 1892 self->out_rect.top = border_offset_y; in gst_d3d11_base_convert_set_info() 1893 self->out_rect.bottom = GST_VIDEO_INFO_HEIGHT (out_info) - border_offset_y; in gst_d3d11_base_convert_set_info() 1895 self->out_rect.top = 0; in gst_d3d11_base_convert_set_info() 1896 self->out_rect.bottom = GST_VIDEO_INFO_HEIGHT (out_info); in gst_d3d11_base_convert_set_info() 2026 &self->in_rect, piv, &self->out_rect, pov); in gst_d3d11_base_convert_transform_using_processor()
|