Home
last modified time | relevance | path

Searched refs:pstSurface (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/hdf/hdf_lite/display/
H A Dloadbmp_test.c323 int32_t CreateSurfaceByBitMap(const int8_t *fileName, OsdSurface *pstSurface, uint8_t *virAddr, uint32_t len) in CreateSurfaceByBitMap() argument
331 if (pstSurface == NULL) { in CreateSurfaceByBitMap()
332 HDF_LOGE("%s: pstSurface is null", __func__); in CreateSurfaceByBitMap()
342 if (LoadImageEx(fileName, &stLogo, pstSurface->colorFmt) < 0) { in CreateSurfaceByBitMap()
346 pstSurface->height = stLogo.height; in CreateSurfaceByBitMap()
347 pstSurface->width = stLogo.width; in CreateSurfaceByBitMap()
348 pstSurface->stride = stLogo.stride; in CreateSurfaceByBitMap()
H A Dloadbmp_test.h111 int32_t CreateSurfaceByBitMap(const int8_t *fileName, OsdSurface *pstSurface, uint8_t *virAddr, uint32_t len);

Completed in 1 milliseconds