Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 16 of 16) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_jpeg.c102 JPEGx->IMGSIZ = ((jfif_info->Width - 1) << JPEG_IMGSIZ_HPIX_Pos) | in JPEG_Decode()
115 JPEG->IMGSTR = jfif_info->Width << JPEG_IMGSTR_RGBLINE_Pos; in JPEG_Decode()
119 JPEG->IMGSTR = (int)ceil(jfif_info->Width*3/4.0) << JPEG_IMGSTR_RGBLINE_Pos; in JPEG_Decode()
123 JPEG->IMGSTR = (int)ceil(jfif_info->Width / 2.0) << JPEG_IMGSTR_RGBLINE_Pos; in JPEG_Decode()
136 JPEG->IMGSTR = ((int)ceil(jfif_info->Width / 4.0) << JPEG_IMGSTR_YLINE_Pos) | in JPEG_Decode()
137 ((int)ceil(jfif_info->Width / 4.0) << JPEG_IMGSTR_UVLINE_Pos); in JPEG_Decode()
142 JPEG->IMGSTR = ((int)ceil(jfif_info->Width / 4.0) << JPEG_IMGSTR_YLINE_Pos) | in JPEG_Decode()
143 ((int)ceil(jfif_info->Width / 8.0) << JPEG_IMGSTR_UVLINE_Pos); in JPEG_Decode()
147 JPEG->IMGSTR = ((int)ceil(jfif_info->Width / 4.0) << JPEG_IMGSTR_YLINE_Pos) | in JPEG_Decode()
148 ((int)ceil(jfif_info->Width / 2.0) << JPEG_IMGSTR_UVLINE_Pos); in JPEG_Decode()
[all …]
A DSWM341_iofilt.c25 static uint32_t Width[2]; variable
48 Width[IOFILTn] = width; in IOFILT_Init()
60 *(&SYS->IOFILT0 + IOFILTn) |= (Width[IOFILTn] << SYS_IOFILT_TIM_Pos); in IOFILT_Open()
A DSWM341_jpeg.h51 uint16_t Width; member
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dst7735.c52 uint32_t Width; member
496 ST7735Ctx.Width = ST7735_WIDTH; in ST7735_SetOrientation()
501 ST7735Ctx.Width = ST7735_HEIGHT; in ST7735_SetOrientation()
693 if(((Xpos + Width) > ST7735Ctx.Width) || ((Ypos + Height) > ST7735Ctx.Height)) in ST7735_FillRGBRect()
707 for(i = 0; i < Width; i++) in ST7735_FillRGBRect()
739 if((Xpos + Length) > ST7735Ctx.Width) in ST7735_DrawHLine()
817 if(ST7735_DrawHLine(pObj, Xpos, y_pos, Width, Color) != ST7735_OK) in ST7735_FillRect()
845 if((Xpos >= ST7735Ctx.Width) || (Ypos >= ST7735Ctx.Height)) in ST7735_SetPixel()
913 *XSize = ST7735Ctx.Width; in ST7735_GetXSize()
980 tmp = (uint8_t)((Xpos + Width - 1U) >> 8U); in ST7735_SetDisplayWindow()
[all …]
A Dst7735.h165 …735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height);
168 int32_t ST7735_FillRect(ST7735_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Width, uint32…
A Dlcd.h52 void LCD_FillRGBRect(uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height);
A Dlcd.c163 void LCD_FillRGBRect(uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height) in LCD_FillRGBRect() argument
165 ST7735_LCD_Driver.FillRGBRect(&st7735_pObj, Xpos, Ypos, pData, Width, Height); in LCD_FillRGBRect()
/bsp/simulator/applications/lvgl/
A Dwin32drv.c71 _In_ LONG Width,
360 LONG Width, in lv_win32_create_frame_buffer() argument
406 BitmapInfo.bmiHeader.biWidth = Width; in lv_win32_create_frame_buffer()
459 *PixelBufferSize = Width * Height * sizeof(UINT32); in lv_win32_create_frame_buffer()
461 *PixelBufferSize = Width * Height * sizeof(UINT16); in lv_win32_create_frame_buffer()
463 *PixelBufferSize = Width * Height * sizeof(UINT8); in lv_win32_create_frame_buffer()
465 *PixelBufferSize = Width * Height * sizeof(UINT8); in lv_win32_create_frame_buffer()
467 *PixelBufferSize = Width * Height * sizeof(UINT32); in lv_win32_create_frame_buffer()
/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/debugger/AlphaScale/
A DASM9260T.ddf13 ;; Name AdrSpace StartAdr EndAdr AccType Width
/bsp/qemu-vexpress-a9/drivers/
A DKconfig114 int "Width of LCD panel"
/bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/
A Dstartup_SAME70.s125 DCD PWM0_Handler ; 31 Pulse Width Modulation 0
154 DCD PWM1_Handler ; 60 Pulse Width Modulation 1
/bsp/k210/drivers/
A DKconfig179 int "LCD Width"
/bsp/nxp/imx/imx6ull-smart/drivers/
A DKconfig107 int "Width of LCD panel"
/bsp/avr32/at32uc3a0256/
A DREADME.md40 - Pulse Width Modulation channels (PWM): 7
/bsp/bf533/vdsp/
A Dbf533.mak187 …$(VDSP)/elfloader.exe .\Debug\bf533.dxe -b Flash -f BINARY -Width 16 -init ./bf533_init.dxe -o .\D…
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt1275 + Update "TM/InputCapture" example, fix the Pulse Width Count formula (shall be plus with 1).

Completed in 35 milliseconds