Lines Matching refs:pImage
481 XvImagePtr pImage;
525 pImage = NULL;
530 pImage = adaptor->subpictures[j];
534 if(!pImage) return BadImplementation;
536 info.id = pImage->id;
537 info.type = pImage->type;
538 info.byte_order = pImage->byte_order;
539 memcpy(&info.guid, pImage->guid, 16);
540 info.bpp = pImage->bits_per_pixel;
541 info.num_planes = pImage->num_planes;
542 info.depth = pImage->depth;
543 info.red_mask = pImage->red_mask;
544 info.green_mask = pImage->green_mask;
545 info.blue_mask = pImage->blue_mask;
546 info.format = pImage->format;
547 info.y_sample_bits = pImage->y_sample_bits;
548 info.u_sample_bits = pImage->u_sample_bits;
549 info.v_sample_bits = pImage->v_sample_bits;
550 info.horz_y_period = pImage->horz_y_period;
551 info.horz_u_period = pImage->horz_u_period;
552 info.horz_v_period = pImage->horz_v_period;
553 info.vert_y_period = pImage->vert_y_period;
554 info.vert_u_period = pImage->vert_u_period;
555 info.vert_v_period = pImage->vert_v_period;
556 memcpy(&info.comp_order, pImage->component_order, 32);
557 info.scanline_order = pImage->scanline_order;
743 XvImagePtr pImage = NULL;
766 pImage = adaptor->subpictures[i];
771 return pImage;