Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 121) sorted by relevance

12345

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c239 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 Dtextbox.c55 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 Dyesno.c27 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 Dinputbox.c29 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 Dchecklist.c101 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 Dmenubox.c155 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 Dyuvgen.c237 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 Dyuvgen.c239 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 Dmadp_mfe.c972 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 Dspr_defs.h1215 #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 DapiGOP.c342 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 Ddrvgpd.c563 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 Dvideodev.h123 __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 Dfb.h245 __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 Dkd.h159 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 Dmvideo_context.h994 #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 DFieldDetection.h33 int width; member
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFieldDetection.h33 int width; member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGFX.h712 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 Dmhal_mfe.c113 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 Dmhal_mfe.c311 int width, height; in MHal_MFE_Enable_MIU_Protection() local
/utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/
H A Dmhal_mfe.c117 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 Dmhal_mfe.c117 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 Dmhal_mfe.c113 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 Dmhal_mfe.c113 MS_BOOL MHal_MFE_GetHWCap(MS_U16 *width, MS_U16 *height) in MHal_MFE_GetHWCap()

12345