Searched refs:src_region (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | postproc.c | 56 const VARectangle *src_region, in vlVaPostProcCompositor() 70 src_rect.x0 = src_region->x; in vlVaPostProcCompositor() 71 src_rect.y0 = src_region->y; in vlVaPostProcCompositor() 72 src_rect.x1 = src_region->x + src_region->width; in vlVaPostProcCompositor() 73 src_rect.y1 = src_region->y + src_region->height; in vlVaPostProcCompositor() 115 const VARectangle *src_region, in vlVaVidEngineBlit() 132 src_rect.x0 = src_region->x; in vlVaVidEngineBlit() 133 src_rect.y0 = src_region in vlVaVidEngineBlit() 55 vlVaPostProcCompositor(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) vlVaPostProcCompositor() argument 114 vlVaVidEngineBlit(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace, VAProcPipelineParameterBuffer* param) vlVaVidEngineBlit() argument 182 vlVaPostProcBlit(vlVaDriver *drv, vlVaContext *context, const VARectangle *src_region, const VARectangle *dst_region, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, enum vl_compositor_deinterlace deinterlace) vlVaPostProcBlit() argument 357 const VARectangle *src_region, *dst_region; vlVaHandleVAProcPipelineParameterBufferType() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_proc.cpp | 166 debug_printf("d3d12_video_processor_process_frame: Input box: top: %d left: %d right: %d bottom: %d\n", process_properties->src_region.y0, process_properties->src_region.x0, process_properties->src_region.x1, process_properties->src_region.y1); in d3d12_video_processor_process_frame() 212 { process_properties->src_region.x0/*left*/, process_properties->src_region.y0/*top*/, process_properties->src_region.x1/*right*/, process_properties->src_region.y1/*bottom*/ }, in d3d12_video_processor_process_frame()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 978 struct u_rect src_region; member
|
Completed in 5 milliseconds