Home
last modified time | relevance | path

Searched refs:obuf (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_312 WriteRegMFE(0x3c, mfe_reg->reg3c, "[%d] reg3c", nRegWriteCount++, "bsp obuf start address: ");
313 WriteRegMFE(0x3d, mfe_reg->reg3d, "[%d] reg3d", nRegWriteCount++, "bsp obuf start address high");
314 WriteRegMFE(0x3e, mfe_reg->reg3e, "[%d] reg3e", nRegWriteCount++, "bsp obuf end address: ");
315 WriteRegMFE(0x3f, mfe_reg->reg3f, "[%d] reg3f", nRegWriteCount++, "bsp obuf end address high");
325 // Enable set-obuf
337 WriteRegMFE(0x3b, mfe_reg->reg3b, "[%d] reg3b", nRegWriteCount++, "set bsp obuf");
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dppp-comp.h83 unsigned char *obuf, int isize, int osize);
104 unsigned char *obuf, int osize);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A DapiMFE_priv.h122 typedef MS_BOOL (*IOCTL_MFE_GETOBUF)(PVR_Info* mfe_Info,MEMMAP_t* obuf);
171 MS_BOOL _MApi_MFE_GetOBuf(PVR_Info* mfe_Info,MEMMAP_t* obuf);
H A Dmadp_mfe.c1010 MS_BOOL _MApi_MFE_GetOBuf(PVR_Info* mfe_Info,MEMMAP_t* obuf) in _MApi_MFE_GetOBuf() argument
1013 memcpy(obuf,&appPVR_Info->BitstreamOutBuffer,sizeof(MEMMAP_t)); in _MApi_MFE_GetOBuf()