Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c192 MS_U8 buff[512]; in copy_row() local
371 void YuvGen(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff) in YuvGen()
428 void YuvGen_422(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff) in YuvGen_422()
567 void yuv2tile(/*FILE *fp*/MS_U8 *output, MS_S32 width, MS_S32 height, MS_U8 *buff , MS_S32 Ypart) in yuv2tile()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c194 unsigned char buff[512]; in copy_row() local
373 void YuvGen(unsigned char seed, int width, int height, volatile unsigned char *buff) in YuvGen()
431 void yuv2tile(/*FILE *fp*/unsigned char *output, int width, int height, unsigned char *buff , int Y… in yuv2tile()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c879 MS_U32 UtopiaHibernateWrite(MS_U32 FILEid, void* buff, MS_U32 size) //return: size in UtopiaHibernateWrite()
949 MS_U32 UtopiaHibernateRead(MS_U32 FILEid,void* buff , MS_U32 size) ////return: size in UtopiaHibernateRead()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c598 char buff[100]; in ShowMemInfo() local