Searched refs:fmtIn (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_device.h | 42 static uint32_t ConvertToDrmFormat(PixelFormat fmtIn);
|
H A D | drm_device.cpp | 64 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 D | display_gralloc_gbm.cpp | 151 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 D | drm_device.h | 60 static uint32_t ConvertToDrmFormat(PixelFormat fmtIn);
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_device.cpp | 64 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