Home
last modified time | relevance | path

Searched refs:bpp (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.c94 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 Ddisplay_test.c66 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 Dloadbmp_test.h60 uint16_t bpp; /* bpp */ member
/drivers/hdf_core/framework/model/display/driver/adapter_soc/
H A Dhi35xx_disp.c140 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 Dhdf_driver_config_file.py29 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 Ddrm_allocator.cpp51 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 Ddisplay_test_utils.cpp98 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 Dhi_gbm.cpp137 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 Dhdi_layer.cpp186 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 Dhdmi_dfm.h89 uint32_t bpp; /* Bits per Pixel */ member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_dfm.c194 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 Ddisplay_type.h291 int32_t bpp; /**< Number of bits occupied by each pixel */ member
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp72 layerInfo.bpp = GetData<uint32_t>(); in GetLayerInfo()

Completed in 9 milliseconds