Home
last modified time | relevance | path

Searched refs:pixFormat (Results 1 - 24 of 24) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_opencv.cpp66 static void TennisViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in TennisViCfgSetChn() argument
70 HI_ASSERT((int)pixFormat < PIXEL_FORMAT_BUTT); in TennisViCfgSetChn()
75 self->astViInfo[0].stChnInfo.enPixFormat = pixFormat; in TennisViCfgSetChn()
H A Dsample_media_ai.h217 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat,
H A Dsample_media_ai.c1423 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in ViCfgSetChn() argument
1427 HI_ASSERT((int)pixFormat < PIXEL_FORMAT_BUTT); in ViCfgSetChn()
1433 (int)pixFormat < 0 ? PIXEL_FORMAT_YVU_SEMIPLANAR_420 : pixFormat; in ViCfgSetChn()
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/
H A Dmpi_adapter.h38 uint64_t pixFormat; member
/device/qemu/hardware/display/
H A Ddisplay_layer.c210 buffer->pixFormat = priv->pixFmt; in GetLayerBuffer()
219 HDF_LOGD("%s: fenceId = %d, width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->fenceId, in GetLayerBuffer()
220 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer()
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_layer.c222 buffer->pixFormat = priv->pixFmt; in GetLayerBuffer()
231 HDF_LOGD("%s: fenceId = %d, width = %d, height = %d, pixFormat = %d, pitch = %d", __func__, buffer->fenceId, in GetLayerBuffer()
232 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.h204 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat,
H A Dsample_lcd.c1395 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in ViCfgSetChn() argument
1399 HI_ASSERT((int)pixFormat < PIXEL_FORMAT_BUTT); in ViCfgSetChn()
1405 (int)pixFormat < 0 ? PIXEL_FORMAT_YVU_SEMIPLANAR_420 : pixFormat; in ViCfgSetChn()
/device/soc/rockchip/rk3568/hardware/codec/include/
H A Dhdi_mpp_config.h27 PixelFormat pixFormat; member
/device/soc/rockchip/rk3588/hardware/codec/include/
H A Dhdi_mpp_config.h27 PixelFormat pixFormat; member
/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dfbdev.cpp102 g_layerInfo.pixFormat = HDI_LAYER_PIXEL_FORMAT; in OpenLayer()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c42 PixelFormat pixFormat; member
208 if (convertTable[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c53 PixelFormat pixFormat; member
170 if (convertTable[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp50 PixelFormat pixFormat;
167 if (convertTable[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp50 PixelFormat pixFormat;
167 if (convertTable[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp50 PixelFormat pixFormat;
167 if (convertTable[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c175 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RKFormat()
191 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RgaFormat()
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_config.c175 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RKFormat()
191 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RgaFormat()

Completed in 23 milliseconds