Home
last modified time | relevance | path

Searched refs:pImage (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmc.c514 XvImagePtr pImage; in ProcXvMCListSubpictureTypes() local
563 pImage = NULL; in ProcXvMCListSubpictureTypes()
567 pImage = adaptor->subpictures[j]; in ProcXvMCListSubpictureTypes()
571 if (!pImage) in ProcXvMCListSubpictureTypes()
574 info.id = pImage->id; in ProcXvMCListSubpictureTypes()
575 info.type = pImage->type; in ProcXvMCListSubpictureTypes()
576 info.byte_order = pImage->byte_order; in ProcXvMCListSubpictureTypes()
577 memcpy(&info.guid, pImage->guid, 16); in ProcXvMCListSubpictureTypes()
578 info.bpp = pImage->bits_per_pixel; in ProcXvMCListSubpictureTypes()
579 info.num_planes = pImage->num_planes; in ProcXvMCListSubpictureTypes()
[all …]
H A Dxvdisp.c145 SWriteImageFormatInfo(ClientPtr client, xvImageFormatInfo * pImage) in SWriteImageFormatInfo() argument
147 swapl(&pImage->id); in SWriteImageFormatInfo()
148 swapl(&pImage->red_mask); in SWriteImageFormatInfo()
149 swapl(&pImage->green_mask); in SWriteImageFormatInfo()
150 swapl(&pImage->blue_mask); in SWriteImageFormatInfo()
151 swapl(&pImage->y_sample_bits); in SWriteImageFormatInfo()
152 swapl(&pImage->u_sample_bits); in SWriteImageFormatInfo()
153 swapl(&pImage->v_sample_bits); in SWriteImageFormatInfo()
154 swapl(&pImage->horz_y_period); in SWriteImageFormatInfo()
155 swapl(&pImage->horz_u_period); in SWriteImageFormatInfo()
[all …]
/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp818 bool UnlockDevice(CRKImage *pImage, CRKLog *pLog, unsigned char *pKey, unsigned int nKeySize) in UnlockDevice() argument
827 if ((!pImage) || (!pKey)) in UnlockDevice()
831 nSignSize = pImage->GetMd5Data(pMd5, pSignMd5); in UnlockDevice()
870 CRKImage *pImage = NULL; in do_rk_firmware_upgrade() local
895 pImage = new CRKImage(strFw, bRet); in do_rk_firmware_upgrade()
914 pDevice->SetObject(pImage, pComm, pLog); in do_rk_firmware_upgrade()
951 if (pImage->m_bootObject) in do_rk_firmware_upgrade()
953 delete pImage->m_bootObject; in do_rk_firmware_upgrade()
959 long offset = rk3308bs_loaderOffset + pImage->GetFWOffset(); in do_rk_firmware_upgrade()
960 fseeko64(pImage->GetFWFileHandle(), offset, SEEK_SET); in do_rk_firmware_upgrade()
[all …]
H A DRKDevice.cpp185 bool CRKDevice::SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog) in SetObject() argument
192 m_pImage = pImage; in SetObject()
H A DRKDevice.h119 bool SetObject(CRKImage *pImage, CRKComm *pComm, CRKLog *pLog);
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c80 int w, int h, int leftPad, int format, char *pImage) in xnestPutImage() argument
85 depth, format, leftPad, (char *) pImage, in xnestPutImage()
106 unsigned int format, unsigned long planeMask, char *pImage) in xnestGetImage() argument
123 memmove(pImage, ximage->data, length); in xnestGetImage()
H A DGCOps.h27 int w, int h, int leftPad, int format, char *pImage);
29 unsigned int format, unsigned long planeMask, char *pImage);
/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c691 int x, int y, int w, int h, int leftPad, int format, char *pImage) in miPutImage() argument
714 miOpqStipDrawable(pDraw, pGC, prgnSrc, (MiBits *) pImage, in miPutImage()
729 for (i = (unsigned long) 1 << (depth - 1); i != 0; i >>= 1, pImage += bytesPer) { in miPutImage()
735 XYBitmap, (char *) pImage); in miPutImage()
766 (*pGC->ops->SetSpans) (pDraw, pGC, (char *) pImage, pptFirst, in miPutImage()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c35 int x, int y, int w, int h, int leftPad, int format, char *pImage) in fbPutImage() argument
40 FbStip *src = (FbStip *) pImage; in fbPutImage()
H A Dfb.h902 int x, int y, int w, int h, int leftPad, int format, char *pImage);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h213 char *pImage);
H A Dxf86VGAarbiter.c647 int leftPad, int format, char *pImage) in VGAarbiterPutImage() argument
654 leftPad, format, pImage); in VGAarbiterPutImage()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c731 int y, int w, int h, int leftPad, int format, char *pImage) in damagePutImage() argument
747 leftPad, format, pImage); in damagePutImage()
/OK3568_Linux_fs/u-boot/
H A DREADME4330 U-Boot. Most older kernels also have support for a "pImage" target,