Home
last modified time | relevance | path

Searched refs:fmtIn (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_device.h42 static uint32_t ConvertToDrmFormat(PixelFormat fmtIn);
H A Ddrm_device.cpp64 uint32_t DrmDevice::ConvertToDrmFormat(PixelFormat fmtIn) in ConvertToDrmFormat() argument
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
84 DISPLAY_LOGD("fmtIn %{public}d, outFmt %{public}d", fmtIn, fmtOut); in ConvertToDrmFormat()
/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp151 static uint32_t ConvertFormatToDrm(PixelFormat fmtIn) in ConvertFormatToDrm() argument
167 if (CONVERT_TABLE[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
171 DISPLAY_LOGD("fmtIn %{public}d : %{public}s, outFmt %{public}d : %{public}s", fmtIn, in ConvertFormatToDrm()
172 GetPixelFmtStr(fmtIn), fmtOut, GetDrmFmtStr(fmtOut)); in ConvertFormatToDrm()
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_device.h60 static uint32_t ConvertToDrmFormat(PixelFormat fmtIn);
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_device.cpp64 uint32_t DrmDevice::ConvertToDrmFormat(PixelFormat fmtIn) in ConvertToDrmFormat() argument
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
84 DISPLAY_LOGD("fmtIn %{public}d, outFmt %{public}d", fmtIn, fmtOut); in ConvertToDrmFormat()

Completed in 3 milliseconds