Searched refs:dispInfo (Results 1 - 2 of 2) sorted by relevance
/device/qemu/hardware/display/ |
H A D | display_layer.c | 144 static int32_t GetDisplayInfo(uint32_t devId, DisplayInfo *dispInfo) in GetDisplayInfo() argument 146 if (dispInfo == NULL) { in GetDisplayInfo() 147 HDF_LOGE("%s: dispInfo is null", __func__); in GetDisplayInfo() 155 dispInfo->width = priv->width; in GetDisplayInfo() 156 dispInfo->height = priv->height; in GetDisplayInfo() 157 dispInfo->rotAngle = ROTATE_NONE; in GetDisplayInfo() 158 HDF_LOGD("%s: width = %u, height = %u, rotAngle = %u", __func__, dispInfo->width, in GetDisplayInfo() 159 dispInfo->height, dispInfo->rotAngle); in GetDisplayInfo()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_layer.c | 154 static int32_t GetDisplayInfo(uint32_t devId, DisplayInfo *dispInfo) in GetDisplayInfo() argument 156 if (dispInfo == NULL) { in GetDisplayInfo() 157 HDF_LOGE("%s: dispInfo is null", __func__); in GetDisplayInfo() 165 dispInfo->width = priv->width; in GetDisplayInfo() 166 dispInfo->height = priv->height; in GetDisplayInfo() 167 dispInfo->rotAngle = ROTATE_NONE; in GetDisplayInfo() 168 HDF_LOGD("%s: width = %u, height = %u, rotAngle = %u", __func__, dispInfo->width, in GetDisplayInfo() 169 dispInfo->height, dispInfo->rotAngle); in GetDisplayInfo()
|
Completed in 2 milliseconds