Home
last modified time | relevance | path

Searched refs:VE_CUSTBL_MAX_SIZE (Results 1 – 19 of 19) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ve/hal/messi/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/mainz/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/macan/ve/include/
H A Dmhal_tvencoder.h128 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/maldives/ve/include/
H A Dmhal_tvencoder.h121 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/mustang/ve/include/
H A Dmhal_tvencoder.h122 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/kano/ve/include/
H A Dmhal_tvencoder.h129 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/k6lite/ve/include/
H A Dmhal_tvencoder.h129 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/k6/ve/include/
H A Dmhal_tvencoder.h129 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/curry/ve/include/
H A Dmhal_tvencoder.h129 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/M7821/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/maxim/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/M7621/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/maserati/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/manhattan/ve/include/
H A Dmhal_tvencoder.h126 #define VE_CUSTBL_MAX_SIZE 64 //4bytes * 16sets (include end of table) macro
/utopia/UTPA2-700.0.x/modules/ve/hal/k6/ve/
H A Dmhal_tvencoder.c163 static MS_U8 _gpu8CusTable[MS_VE_VIDEOSYS_NUM][VE_CUSTBL_MAX_SIZE];
1013 if (u16size > VE_CUSTBL_MAX_SIZE) in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/kano/ve/
H A Dmhal_tvencoder.c161 static MS_U8 _gpu8CusTable[MS_VE_VIDEOSYS_NUM][VE_CUSTBL_MAX_SIZE];
994 if (u16size > VE_CUSTBL_MAX_SIZE) in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/curry/ve/
H A Dmhal_tvencoder.c161 static MS_U8 _gpu8CusTable[MS_VE_VIDEOSYS_NUM][VE_CUSTBL_MAX_SIZE];
997 if (u16size > VE_CUSTBL_MAX_SIZE) in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/k6lite/ve/
H A Dmhal_tvencoder.c161 static MS_U8 _gpu8CusTable[MS_VE_VIDEOSYS_NUM][VE_CUSTBL_MAX_SIZE];
1000 if (u16size > VE_CUSTBL_MAX_SIZE) in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A DdrvTVEncoder.c1384 while (u16Counter*u16Cols < VE_CUSTBL_MAX_SIZE) in _MDrv_VE_SetCusTable()
1397 …or: [%s] Table size too large than VE_CUSTBL_MAX_SIZE = %d \n.", __FUNCTION__, VE_CUSTBL_MAX_SIZE); in _MDrv_VE_SetCusTable()