| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | util.c | 239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 273 int height, width; in init_dialog() local 312 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 329 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 421 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 455 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| H A D | textbox.c | 55 int height, width, boxh, boxw; in dialog_textbox() local 303 static void print_page(WINDOW * win, int height, int width) in print_page() 321 static void print_line(WINDOW * win, int row, int width) in print_line()
|
| H A D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
| H A D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
| H A D | checklist.c | 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 118 int width, int list_height) in dialog_checklist()
|
| H A D | menubox.c | 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 186 int height, width, menu_height; in dialog_menu() local
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 237 void ConvertYuvFromTile(MS_S32 width, MS_S32 height, MS_S32 mode, MS_U8 *in_yuv, MS_U8 *out_yuv) in ConvertYuvFromTile() 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 D | yuvgen.c | 239 void ConvertYuvFromTile(int width, int height, int mode, unsigned char *in_yuv, unsigned char *out_… in ConvertYuvFromTile() 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()
|
| H A D | madp_mfe.c | 972 void MPEG2TS_Init_Buf_Info(MFE_U8 frameBufferCount, MFE_U16 width, MFE_U16 height) //for DIP buffer… in MPEG2TS_Init_Buf_Info() 1114 void ConvertYUVToTile(MEMMAP_t* pmmapDest, MEMMAP_t* pmmapSrc, int width, int height) in ConvertYUVToTile() 1150 int GetFrame_YUVGen(MFE_U8 seed, int width, int height, MEMMAP_t* pmmapTmp, MEMMAP_t* pmmapDst) in GetFrame_YUVGen()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/ |
| H A D | spr_defs.h | 1215 #define L_EXT(v, width, bitpos) \ argument 1220 #define L_EXTI(v, width, bitpos) \ argument 1225 #define L_EXTU(v, width, bitpos) \ argument 1230 #define L_EXTUI(v, width, bitpos) \ argument 1235 #define L_EXTR(v, width, bitpos) \ argument 1240 #define L_EXTRI(v, width, bitpos) \ argument 1245 #define L_EXTRU(v, width, bitpos) \ argument 1250 #define L_EXTRUI(v, width, bitpos) \ argument 1255 #define L_DEP(d, v, width, bitpos) \ argument 1260 #define L_DEPI(v, width, bitpos) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 342 static MS_U32 GOP_CalcPitch(MS_U8 fbFmt, MS_U16 width) in GOP_CalcPitch() 2279 MS_U8 MApi_GOP_GWIN_CreateWin(MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateWin() 2306 MS_U8 MApi_GOP_GWIN_CreateWin2(MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_GOP_FRAMEBUFFER_STRING… in MApi_GOP_GWIN_CreateWin2() 2362 MS_U8 MApi_GOP_GWIN_CreateStaticWin(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt) in MApi_GOP_GWIN_CreateStaticWin() 2384 MS_U8 MApi_GOP_GWIN_CreateStaticWin2(MS_U8 u8WinId, MS_U16 width, MS_U16 height, MS_U16 fbFmt, EN_G… in MApi_GOP_GWIN_CreateStaticWin2() 3143 MS_U8 MApi_GOP_GWIN_CreateFB2(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U16 f… in MApi_GOP_GWIN_CreateFB2() 3148 MS_U8 MApi_GOP_GWIN_Create32FB2(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS… in MApi_GOP_GWIN_Create32FB2() 3820 MS_U8 MApi_GOP_GWIN_CreateFB2_EXT(MS_U8 FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height, MS_U… in MApi_GOP_GWIN_CreateFB2_EXT() 3825 MS_U8 MApi_GOP_GWIN_Create32FB2_EXT(MS_U32 u32FBId, MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height… in MApi_GOP_GWIN_Create32FB2_EXT() 4212 …RETCHWIN(MS_U8 u8GOP_num, EN_GOP_DST_TYPE eDstType,MS_U16 x, MS_U16 y, MS_U16 width, MS_U16 height) in MApi_GOP_GWIN_Set_STRETCHWIN() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | drvgpd.c | 563 void drv_gpd_set_gif_swidth_sheight(MS_U32 width ,MS_U32 height) in drv_gpd_set_gif_swidth_sheight() 586 void drv_gpd_set_ROI(MS_U32 enable, MS_U32 hstart, MS_U32 vstart, MS_U32 width, MS_U32 height) in drv_gpd_set_ROI() 879 void drv_gpd_set_scline_width_progressive(MS_U32 width, MS_U8 bpp) in drv_gpd_set_scline_width_progressive() 889 void drv_gpd_set_scline_width_interlace(MS_U32 width, MS_U8 bpp) in drv_gpd_set_scline_width_interlace()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | videodev.h | 123 __s32 width, height; member 130 __u32 width,height; /* Its size */ member 145 __u32 width, height; /* Area to capture */ member 155 int height,width; member 163 int height,width; member
|
| H A D | fb.h | 245 __u32 width; /* width of picture in mm */ member 326 __u32 width; member 335 __u32 width; member 344 __u32 width; /* Size of image */ member
|
| H A D | kd.h | 159 unsigned int width, height; /* font size */ member 165 unsigned int width, height; /* font size */ member
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mvideo_context.h | 994 #define IS_4K2K_MODE(width, height) (((width) >= XC_4K2K_WIDTH_MIN) && ((height) >= XC_4K2K_HIGH_… argument 995 #define IS_4K1K_MODE(width, height) (((width) >= XC_4K2K_WIDTH_MIN) && ((height) >= XC_4K1K_HIGH_… argument 996 #define IS_2K2K_MODE(width, height) (((width) >= XC_2K2K_WIDTH_MIN)&&((height) >= XC_2K2K_HIGH_MI… argument 1000 #define IS_OUTPUT_4K2K(width, height) (((width) >= XC_4K2K_WIDTH_MIN) && ((height) >= XC_4K2K_HIGH… argument 1001 #define IS_OUTPUT_FHD(width, height) (((width) >= XC_FHD_WIDTH_MIN) && ((width) <= XC_FHD_WIDTH_MA… argument 1002 #define IS_OUTPUT_720(width, height) (((width) >= XC_720_WIDTH_MIN) && ((width) <= XC_720_WIDTH_MA… argument 1003 #define IS_OUTPUT_576(width, height) (((width) >= XC_576_WIDTH_MIN) && ((width) <= XC_576_WIDTH_MA… argument 1004 #define IS_OUTPUT_480(width, height) (((width) >= XC_480_WIDTH_MIN) && ((width) <= XC_480_WIDTH_MA… argument 1006 #define IS_OUTPUT_4K1K(width, height) (((width) >= XC_4K2K_WIDTH_MIN) && ((height) >= XC_FHD_HIGH_… argument 1007 #define IS_OUTPUT_4K0_5K(width, height) (((width) >= XC_4K2K_WIDTH_MIN) && ((height) >= XC_4K_HALF… argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/ |
| H A D | FieldDetection.h | 33 int width; member
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/ |
| H A D | FieldDetection.h | 33 int width; member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGFX.h | 712 MS_U32 width; member 729 MS_U16 width; member 1013 MS_U16 width; member 1057 MS_U32 width; member 1080 MS_U32 width; member 1102 MS_U32 width; member
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/messi/mfe_ex/ |
| H A D | mhal_mfe.c | 113 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/Aeon/ |
| H A D | mhal_mfe.c | 311 int width, height; in MHal_MFE_Enable_MIU_Protection() local
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/ |
| H A D | mhal_mfe.c | 117 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/ |
| H A D | mhal_mfe.c | 117 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maldives/mfe_ex/ |
| H A D | mhal_mfe.c | 113 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe_ex/ |
| H A D | mhal_mfe.c | 113 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()
|