Home
last modified time | relevance | path

Searched refs:Buf (Results 1 – 25 of 26) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c124 static MS_U32 DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
775 GifByteType Buf[GIF_STAMP_LEN+1]; in MstDGifOpenFileHandle() local
805 if (READ(GifFile,Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in MstDGifOpenFileHandle()
813 Buf[GIF_STAMP_LEN] = 0; in MstDGifOpenFileHandle()
814 if (strncmp(GIF_STAMP, (void*)Buf, GIF_VERSION_POS) != 0) in MstDGifOpenFileHandle()
891 GifByteType Buf[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in MstDGifGetScreenDesc() local
898 if (READ( GifFile, Buf, 3) != 3) { in MstDGifGetScreenDesc()
903 GifFile->SColorResolution = (((Buf[0] & 0x70) + 1) >> 4) + 1; in MstDGifGetScreenDesc()
904 BitsPerPixel = (Buf[0] & 0x07) + 1; in MstDGifGetScreenDesc()
905 GifFile->SBackGroundColor = Buf[1]; in MstDGifGetScreenDesc()
[all …]
H A Dgif_lib_private.h119 GifByteType Buf[256]; /* Compressed input is buffered here. */ member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c91 static void mfe_alloc_addr(MFE_U32* ppBufStart, MFE_U32 pBufEnd, MEMMAP_t Buf[2], int sizeY, int si… in mfe_alloc_addr()
101 MMAPMalloc(ppBufStart, pBufEnd, sizeY, &Buf[0], 256,"Y"); in mfe_alloc_addr()
102 MMAPMalloc(ppBufStart, pBufEnd, sizeC, &Buf[1], 256,"C"); in mfe_alloc_addr()
358 static void bufpool_get(FrameBufPool* pPool, MEMMAP_t Buf[2]) in bufpool_get()
364 Buf[0] = pPool->addr[i][0]; in bufpool_get()
365 Buf[1] = pPool->addr[i][1]; in bufpool_get()
377 static void bufpool_return(FrameBufPool* pPool, MEMMAP_t Buf[2]) in bufpool_return()
381 …if (pPool->addr[i][0].miuAddress==Buf[0].miuAddress && pPool->addr[i][1].miuAddress==Buf[1].miuAdd… in bufpool_return()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c91 static void mfe_alloc_addr(MS_PHY* ppBufStart, MS_PHY pBufEnd, MEMMAP_t Buf[2], MS_S32 sizeY, MS_S3… in mfe_alloc_addr()
94 MMAPMalloc(ppBufStart, pBufEnd, sizeY, &Buf[0], 256UL, (const MS_S8*)("Y")); in mfe_alloc_addr()
95 MMAPMalloc(ppBufStart, pBufEnd, sizeC, &Buf[1], 256UL, (const MS_S8*)("C")); in mfe_alloc_addr()
437 static void bufpool_get(FrameBufPool* pPool, MEMMAP_t Buf[2]) in bufpool_get()
443 Buf[0] = pPool->addr[i][0]; in bufpool_get()
444 Buf[1] = pPool->addr[i][1]; in bufpool_get()
457 static void bufpool_return(FrameBufPool* pPool, MEMMAP_t Buf[2]) in bufpool_return()
461 if (pPool->addr[i][0].miuAddress==Buf[0].miuAddress && in bufpool_return()
462 pPool->addr[i][1].miuAddress==Buf[1].miuAddress) { in bufpool_return()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c1559 HAL_TSP_SecBuf_SetBuf(&(_REGBuf->Buf[u32BufId]), 0, 0); in _TSP_SEC_Init()
1560 HAL_TSP_SecBuf_Reset(&(_REGBuf->Buf[u32BufId])); in _TSP_SEC_Init()
1566 HAL_TSP_SecBuf_Free(&(_REGBuf->Buf[u32BufId])); in _TSP_SEC_Free()
1718 …data = (HAL_TSP_SecBuf_GetRead(&(_REGBuf->Buf[bufid])) != HAL_TSP_SecBuf_GetWrite(&(_REGBuf->Buf[b… in _TSP_PROC_SecRdy()
4516 pSecBuf = &(_REGBuf->Buf[u16BufId]); in _MDrv_TSP_FLT_Enable()
4706 …if (HAL_TSP_SecBuf_GetRead(&(_REGBuf->Buf[u32BufId])) != HAL_TSP_SecBuf_GetWrite(&(_REGBuf->Buf[u3… in MDrv_TSP_FLT_GetState()
4742 pSecBuf = &(_REGBuf->Buf[i]); in MDrv_TSP_SEC_Alloc()
4827 HAL_TSP_SecBuf_SetBuf(&(_REGBuf->Buf[u32BufId]), u32Start, u32Size); in MDrv_TSP_SEC_SetBuffer()
4851 HAL_TSP_SecBuf_Reset(&(_REGBuf->Buf[u32BufId])); in MDrv_TSP_SEC_Reset()
4878 *pu32Start = HAL_TSP_SecBuf_GetStart(&(_REGBuf->Buf[u32BufId])); in MDrv_TSP_SEC_GetStart()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c756 extern int usb_hid_get_int_ex (U8 uPort, U8 *Buf, U8 size);
757 extern int usb_hid_get_int_ex_MultipleIntf (U8 uPort, U8 uIntfNum, U8 *Buf, U8 size);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c2029 MFE_BOOL MApi_MFE_GetVOL(MFE_S8* Buf) in MApi_MFE_GetVOL() argument
2035 ioctl(mfe_fd, MFE_IOC_GET_VOL, (MFE_U32)Buf); in MApi_MFE_GetVOL()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/tsp/
H A DregTSP.h428 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
H A DhalTSP.h705 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_b…
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalTSP.h505 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h368 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dmx/hal/kano/tsp/
H A DhalTSP.h533 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h366 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalTSP.h498 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h400 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dmx/hal/curry/tsp/
H A DhalTSP.h525 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE)->Buf[_bufid]))
H A DregTSP.h331 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6/tsp/
H A DhalTSP.h512 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h400 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6lite/tsp/
H A DhalTSP.h645 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h401 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalTSP.h630 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h401 REG_SecBuf Buf[TSP_SECFLT_NUM]; member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalTSP.h630 #define PSECBUF(_bufid) (&(((REG_Buf*)(REG_SECBUF_BASE+(_bufid>>5)*0x1000))->Buf[_bu…
H A DregTSP.h401 REG_SecBuf Buf[TSP_SECFLT_NUM]; member

12