Lines Matching refs:pImage
514 XvImagePtr pImage;
563 pImage = NULL;
567 pImage = adaptor->subpictures[j];
571 if (!pImage)
574 info.id = pImage->id;
575 info.type = pImage->type;
576 info.byte_order = pImage->byte_order;
577 memcpy(&info.guid, pImage->guid, 16);
578 info.bpp = pImage->bits_per_pixel;
579 info.num_planes = pImage->num_planes;
580 info.depth = pImage->depth;
581 info.red_mask = pImage->red_mask;
582 info.green_mask = pImage->green_mask;
583 info.blue_mask = pImage->blue_mask;
584 info.format = pImage->format;
585 info.y_sample_bits = pImage->y_sample_bits;
586 info.u_sample_bits = pImage->u_sample_bits;
587 info.v_sample_bits = pImage->v_sample_bits;
588 info.horz_y_period = pImage->horz_y_period;
589 info.horz_u_period = pImage->horz_u_period;
590 info.horz_v_period = pImage->horz_v_period;
591 info.vert_y_period = pImage->vert_y_period;
592 info.vert_u_period = pImage->vert_u_period;
593 info.vert_v_period = pImage->vert_v_period;
594 memcpy(&info.comp_order, pImage->component_order, 32);
595 info.scanline_order = pImage->scanline_order;
781 XvImagePtr pImage = NULL;
805 pImage = adaptor->subpictures[i];
810 return pImage;