Searched defs:src_rect (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_scissor.c44 const struct gl_scissor_rect *src_rect = &ctx->Scissor.WindowRects[i]; local in function:st_window_rectangles_to_blit
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_scissor.c44 const struct gl_scissor_rect *src_rect = &ctx->Scissor.WindowRects[i]; local in function:st_window_rectangles_to_blit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_common.c97 struct u_rect src_rect; local in function:vid_dec_FillOutput
H A Dvid_enc_common.c230 struct u_rect src_rect; local in function:enc_ScaleInput_common
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_common.c96 struct u_rect src_rect; local in function:vid_dec_FillOutput
H A Dvid_enc_common.c229 struct u_rect src_rect; local in function:enc_ScaleInput_common
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dsubpicture.c183 struct u_rect src_rect = {src_x, src_x + src_width, src_y, src_y + src_height}; local in function:vlVaAssociateSubpicture
H A Dpicture.c628 struct u_rect src_rect, dst_rect; local in function:vlVaEndPicture
H A Dpostproc.c62 struct u_rect src_rect; local in function:vlVaPostProcCompositor
120 struct u_rect src_rect; local in function:vlVaPostProcBlit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c214 struct u_rect src_rect, dst_clip, *dirty_area; local in function:vlVdpPresentationQueueDisplay
H A Doutput.c660 struct u_rect src_rect, dst_rect; local in function:vlVdpOutputSurfaceRenderOutputSurface
730 struct u_rect src_rect, dst_rect; local in function:vlVdpOutputSurfaceRenderBitmapSurface
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h93 struct u_rect src_rect; member in struct:__anoncbfa95ac0308
H A Dsurface.c365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; local in function:XvMCPutSurface
H A Dsubpicture.c510 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; local in function:XvMCBlendSubpicture
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dsubpicture.c183 struct u_rect src_rect = {src_x, src_x + src_width, src_y, src_y + src_height}; local in function:vlVaAssociateSubpicture
H A Dimage.c314 struct u_rect src_rect, dst_rect; local in function:vlVaDeriveImage
H A Dpicture.c756 struct u_rect src_rect, dst_rect; local in function:vlVaEndPicture
H A Dpostproc.c62 struct u_rect src_rect; local in function:vlVaPostProcCompositor
122 struct u_rect src_rect; local in function:vlVaPostProcBlit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c214 struct u_rect src_rect, dst_clip, *dirty_area; local in function:vlVdpPresentationQueueDisplay
H A Doutput.c665 struct u_rect src_rect, dst_rect; local in function:vlVdpOutputSurfaceRenderOutputSurface
735 struct u_rect src_rect, dst_rect; local in function:vlVdpOutputSurfaceRenderBitmapSurface
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dxvmc_private.h93 struct u_rect src_rect; member in struct:__anon22b5d2f30308
H A Dsurface.c365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; local in function:XvMCPutSurface
H A Dsubpicture.c508 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; local in function:XvMCBlendSubpicture
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor.c322 set_yuv_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_video_buffer * buffer,struct u_rect * src_rect,struct u_rect * dst_rect,bool y,enum vl_compositor_deinterlace deinterlace) argument
370 set_rgb_to_yuv_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * v,struct u_rect * src_rect,struct u_rect * dst_rect,bool y) argument
534 vl_compositor_set_buffer_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_video_buffer * buffer,struct u_rect * src_rect,struct u_rect * dst_rect,enum vl_compositor_deinterlace deinterlace) argument
600 vl_compositor_set_palette_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * indexes,struct pipe_sampler_view * palette,struct u_rect * src_rect,struct u_rect * dst_rect,bool include_color_conversion) argument
630 vl_compositor_set_rgba_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * rgba,struct u_rect * src_rect,struct u_rect * dst_rect,struct vertex4f * colors) argument
672 vl_compositor_yuv_deint_full(struct vl_compositor_state * s,struct vl_compositor * c,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,struct u_rect * src_rect,struct u_rect * dst_rect,enum vl_compositor_deinterlace deinterlace) argument
702 vl_compositor_convert_rgb_to_yuv(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_resource * src_res,struct pipe_video_buffer * dst,struct u_rect * src_rect,struct u_rect * dst_rect) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor.c319 set_yuv_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_video_buffer * buffer,struct u_rect * src_rect,struct u_rect * dst_rect,bool y,enum vl_compositor_deinterlace deinterlace) argument
377 set_rgb_to_yuv_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * v,struct u_rect * src_rect,struct u_rect * dst_rect,bool y) argument
545 vl_compositor_set_buffer_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_video_buffer * buffer,struct u_rect * src_rect,struct u_rect * dst_rect,enum vl_compositor_deinterlace deinterlace) argument
614 vl_compositor_set_palette_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * indexes,struct pipe_sampler_view * palette,struct u_rect * src_rect,struct u_rect * dst_rect,bool include_color_conversion) argument
644 vl_compositor_set_rgba_layer(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_sampler_view * rgba,struct u_rect * src_rect,struct u_rect * dst_rect,struct vertex4f * colors) argument
686 vl_compositor_yuv_deint_full(struct vl_compositor_state * s,struct vl_compositor * c,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,struct u_rect * src_rect,struct u_rect * dst_rect,enum vl_compositor_deinterlace deinterlace) argument
716 vl_compositor_convert_rgb_to_yuv(struct vl_compositor_state * s,struct vl_compositor * c,unsigned layer,struct pipe_resource * src_res,struct pipe_video_buffer * dst,struct u_rect * src_rect,struct u_rect * dst_rect) argument
[all...]

Completed in 23 milliseconds

12