Home
last modified time | relevance | path

Searched refs:fmtInfos (Results 1 - 7 of 7) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c66 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
78 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
79 if (fmtInfos[i].format == format) { in GetFormatInfo()
80 return &fmtInfos[i]; in GetFormatInfo()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm.c64 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
87 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
88 if (fmtInfos[i].format == format) { in GetFormatInfo()
89 return &fmtInfos[i]; in GetFormatInfo()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm.c64 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
77 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
78 if (fmtInfos[i].format == format) { in GetFormatInfo()
79 return &fmtInfos[i]; in GetFormatInfo()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp68 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
81 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
82 if (fmtInfos[i].format == format) { in GetFormatInfo()
83 return &fmtInfos[i]; in GetFormatInfo()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp68 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
81 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
82 if (fmtInfos[i].format == format) { in GetFormatInfo()
83 return &fmtInfos[i]; in GetFormatInfo()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm.cpp68 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
81 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
82 if (fmtInfos[i].format == format) { in GetFormatInfo()
83 return &fmtInfos[i]; in GetFormatInfo()
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c69 static const FormatInfo fmtInfos[] = { in GetFormatInfo() local
81 for (uint32_t i = 0; i < sizeof(fmtInfos) / sizeof(FormatInfo); i++) { in GetFormatInfo()
82 if (fmtInfos[i].format == format) { in GetFormatInfo()
83 return &fmtInfos[i]; in GetFormatInfo()

Completed in 6 milliseconds