Lines Matching refs:ImageWidth

1038   assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth));  in HAL_LTDC_ConfigLayer()
1623 hltdc->LayerCfg[LayerIdx].ImageWidth = XSize; in HAL_LTDC_SetWindowSize()
1676 hltdc->LayerCfg[LayerIdx].WindowX1 = X0 + hltdc->LayerCfg[LayerIdx].ImageWidth; in HAL_LTDC_SetWindowPosition()
2164 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
2234 hltdc->LayerCfg[LayerIdx].ImageWidth = XSize; in HAL_LTDC_SetWindowSize_NoReload()
2286 hltdc->LayerCfg[LayerIdx].WindowX1 = X0 + hltdc->LayerCfg[LayerIdx].ImageWidth; in HAL_LTDC_SetWindowPosition_NoReload()
3002 hltdc->LayerCfg[LayerIdx].ImageWidth = pLayerFlexARGB->Layer.ImageWidth; in HAL_LTDC_ConfigLayerFlexARGB()
3087 hltdc->LayerCfg[LayerIdx].ImageWidth = pLayerFlexYUVCoPlanar->Layer.ImageWidth; in HAL_LTDC_ConfigLayerFlexYUVCoPlanar()
3169 hltdc->LayerCfg[LayerIdx].ImageWidth = pLayerFlexYUVSemiPlanar->Layer.ImageWidth; in HAL_LTDC_ConfigLayerFlexYUVSemiPlanar()
3252 hltdc->LayerCfg[LayerIdx].ImageWidth = pLayerFlexYUVFullPlanar->Layer.ImageWidth; in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
3673 LTDC_LAYER(hltdc, LayerIdx)->AFBLR = (hltdc->LayerCfg[LayerIdx].ImageWidth << 16U) | in LTDC_SetConfig()
3687 LTDC_LAYER(hltdc, LayerIdx)->AFBLR = ((hltdc->LayerCfg[LayerIdx].ImageWidth >> 1U) << 16U) | in LTDC_SetConfig()
3700 LTDC_LAYER(hltdc, LayerIdx)->CFBLR = (((hltdc->LayerCfg[LayerIdx].ImageWidth * stride) << 16U) | in LTDC_SetConfig()
3724 LTDC_LAYER(hltdc, LayerIdx)->AFBLR = (hltdc->LayerCfg[LayerIdx].ImageWidth << 16U) | in LTDC_SetConfig()
3743 LTDC_LAYER(hltdc, LayerIdx)->AFBLR = ((hltdc->LayerCfg[LayerIdx].ImageWidth >> 1U) << 16U) | in LTDC_SetConfig()
3756 LTDC_LAYER(hltdc, LayerIdx)->CFBLR = (((hltdc->LayerCfg[LayerIdx].ImageWidth * stride) << 16U) | in LTDC_SetConfig()
3784 …LTDC_LAYER(hltdc, LayerIdx)->AFBLR = ((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth * stride)) … in LTDC_SetConfig()
3807 … LTDC_LAYER(hltdc, LayerIdx)->AFBLR = (((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth >> 1U)) * in LTDC_SetConfig()
3821 …LTDC_LAYER(hltdc, LayerIdx)->CFBLR = ((((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth * stride… in LTDC_SetConfig()
3850 …LTDC_LAYER(hltdc, LayerIdx)->AFBLR = ((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth * stride)) … in LTDC_SetConfig()
3873 …LTDC_LAYER(hltdc, LayerIdx)->AFBLR = (((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth >> 1U)) * … in LTDC_SetConfig()
3887 …LTDC_LAYER(hltdc, LayerIdx)->CFBLR = ((((0x8000U - (hltdc->LayerCfg[LayerIdx].ImageWidth * stride… in LTDC_SetConfig()