Lines Matching refs:target_surface
2413 XvMCSurface *target_surface,
2445 if((target_surface == NULL) || (context == NULL) || (display == NULL)) {
2456 if(target_surface->privData == NULL) {
2460 privTarget = (i810XvMCSurface *)target_surface->privData;
2529 if(mb->x > target_surface->width>>4) {
2532 if(mb->y > target_surface->height>>4) {
3804 // target_surface - The surface to be displayed with the blended subpic.
3813 _X_EXPORT Status XvMCBlendSubpicture(Display *display, XvMCSurface *target_surface,
3835 // puts it in the target_surface. This does not effect the status of
3836 // the source surface but will cause the target_surface to query
3842 // target_surface - The surface to be displayed with the blended subpic.
3853 XvMCSurface *target_surface,
3876 if((target_surface == NULL) || (source_surface == NULL)) {
3895 if(!target_surface->privData) {
3898 privTarget = (i810XvMCSurface *)target_surface->privData;
3914 if((surfx + surfw) > target_surface->width) {
3917 if((surfy + surfh) > target_surface->height) {
3921 if(target_surface->width != source_surface->width) {
3924 if(target_surface->height != source_surface->height) {
3939 *data++ = (target_surface->height<<16) | target_surface->width;
4029 *data++ = (target_surface->height<<15) | (target_surface->width>>1);
4118 *data++ = (target_surface->height<<15) | (target_surface->width>>1);