/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.c | 94 uint16_t bpp; in CheckBmpInfo() local 96 bpp = bmpInfo->header.bitCnt / EIGHT_BITS_PER_PIXEL; in CheckBmpInfo() 97 if (bpp < INVALID_BITS) { in CheckBmpInfo() 146 videoLogo->bpp = bmpInfo.header.bitCnt / EIGHT_BITS_PER_PIXEL; in LoadPicToBuffer() 150 *stride = videoLogo->width * videoLogo->bpp; in LoadPicToBuffer() 198 start = origBuf + ((h - 1) - i) * stride + j * videoLogo->bpp; in LoadRgbData() 220 (origBuf + ((h - 1) - i) * stride + j * videoLogo->bpp), videoLogo->bpp); in LoadData() 265 ret = memcpy_s((pRGBBuf + i * videoLogo->stride + j * videoLogo->bpp), videoLogo->len, in Copy2BitsAnd4Bits() 266 (origBuf + ((videoLogo->height - 1) - i) * stride + j * videoLogo->bpp), videoLog in Copy2BitsAnd4Bits() [all...] |
H A D | display_test.c | 66 layInfo->bpp = LAYER_BPP; in GetLayerInfo() 88 static void PicSourceSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in PicSourceSurfaceInit() argument 94 surface->stride = SAMPLE_IMAGE_WIDTH * bpp / BITS_PER_BYTE; in PicSourceSurfaceInit() 101 static void DestSurfaceInit(ISurface *surface, uint64_t phyAddr, int32_t bpp) in DestSurfaceInit() argument 107 surface->stride = g_displayTest.displayInfo.width * bpp / BITS_PER_BYTE; in DestSurfaceInit()
|
H A D | loadbmp_test.h | 60 uint16_t bpp; /* bpp */
member
|
/drivers/hdf_core/framework/model/display/driver/adapter_soc/ |
H A D | hi35xx_disp.c | 140 int32_t bpp; in GetBitsPerPixel() local 144 bpp = 16; // 16 bits per pixel in GetBitsPerPixel() 147 bpp = 18; // 18 bits per pixel in GetBitsPerPixel() 150 bpp = 24; // 24 bits per pixel in GetBitsPerPixel() 153 bpp = 24; // 24 bits per pixel in GetBitsPerPixel() 156 return bpp; in GetBitsPerPixel() 181 int32_t bpp = GetBitsPerPixel(info->mipi.format); in CalcDataRate() local 182 uint32_t bitNum = hpixel * vline * info->frameRate * bpp; in CalcDataRate()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_driver_config_file.py | 29 bpp = HdfToolSettings().get_board_parent_path(self.board) 30 board_path = os.path.join(self.root, bpp, self.board)
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | drm_allocator.cpp | 51 dumb.bpp = bufferInfo.bitsPerPixel_; in Allocate() 54 DISPLAY_LOGI("fmt 0x%{public}x create dumb width: %{public}d height: %{public}d bpp: %{public}u pitch %{public}d " in Allocate() 56 handle.format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in Allocate()
|
/drivers/peripheral/display/composer/test/common/ |
H A D | display_test_utils.cpp | 98 int32_t bpp = GetPixelFormatBpp((Composer::V1_0::PixelFormat)handle.format); in GetPixelValue() local 99 DISPLAY_TEST_CHK_RETURN((bpp <= 0), 0, DISPLAY_TEST_LOGE("CheckPixel do not support format %{public}d", in GetPixelValue() 131 int32_t bpp = GetPixelFormatBpp(static_cast<Composer::V1_0::PixelFormat>(handle.format)); in CheckPixel() local 132 DISPLAY_TEST_CHK_RETURN((bpp <= 0), 0, DISPLAY_TEST_LOGE("CheckPixel do not support format %{public}d", in CheckPixel()
|
/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | hi_gbm.cpp | 137 dumb.bpp = fmtInfo->bitsPerPixel; in HdiGbmBoCreate() 139 DISPLAY_LOGD("fmt 0x%{public}x create dumb width: %{public}d height: %{public}d bpp: %{public}u pitch" in HdiGbmBoCreate() 141 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in HdiGbmBoCreate()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 186 const int32_t bpp = 32;
in SetPixel() local 187 DISPLAY_CHK_RETURN_NOT_VALUE((bpp <= 0),
in SetPixel()
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_dfm.h | 89 uint32_t bpp; /* Bits per Pixel */ member
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_dfm.c | 194 info->bpp = ((24 * kcd) / k420) / HDMI_DFM_MAGNIFICATION_8; in HdmiDfmCaculateVideoInfo() 197 info->activeBytesPerLine = info->bpp * param->hactive / HDMI_DFM_MAGNIFICATION_8; in HdmiDfmCaculateVideoInfo()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 291 int32_t bpp; /**< Number of bits occupied by each pixel */ member
|
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 72 layerInfo.bpp = GetData<uint32_t>(); in GetLayerInfo()
|