Searched refs:Width (Results 1 – 16 of 16) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_jpeg.c | 102 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 D | SWM341_iofilt.c | 25 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 D | SWM341_jpeg.h | 51 uint16_t Width; member
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/ |
| A D | st7735.c | 52 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 D | st7735.h | 165 …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 D | lcd.h | 52 void LCD_FillRGBRect(uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height);
|
| A D | lcd.c | 163 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 D | win32drv.c | 71 _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 D | ASM9260T.ddf | 13 ;; Name AdrSpace StartAdr EndAdr AccType Width
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | Kconfig | 114 int "Width of LCD panel"
|
| /bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/ |
| A D | startup_SAME70.s | 125 DCD PWM0_Handler ; 31 Pulse Width Modulation 0 154 DCD PWM1_Handler ; 60 Pulse Width Modulation 1
|
| /bsp/k210/drivers/ |
| A D | Kconfig | 179 int "LCD Width"
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | Kconfig | 107 int "Width of LCD panel"
|
| /bsp/avr32/at32uc3a0256/ |
| A D | README.md | 40 - Pulse Width Modulation channels (PWM): 7
|
| /bsp/bf533/vdsp/ |
| A D | bf533.mak | 187 …$(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 D | Release_Notes.txt | 1275 + Update "TM/InputCapture" example, fix the Pulse Width Count formula (shall be plus with 1).
|
Completed in 35 milliseconds