Lines Matching defs:region
958 // to this layer's target region within the framebuffer. This effectively punches
1191 VTRACE("Want to take (%d,%d)-(%d,%d) region from %dx%d video (in %dx%d buffer) and output to (%d,%d)-(%d,%d)",
1941 VARectangle region;
1942 region.x = 0;
1943 region.y = 0;
1944 region.width = width;
1945 region.height = height;
1946 vspCompose(tmp_yuv, va_blank_rgb_in, va_blank_yuv_in, ®ion, ®ion);