Searched refs:strideBytes (Results 1 – 4 of 4) sorted by relevance
108 g_fbInfo->bufInfo.strideBytes = DEMO_BUFFER_STRIDE_BYTE; in VGLITE_CreateWindow()119 vg_buffer->stride = g_fbInfo->bufInfo.strideBytes; in VGLITE_CreateWindow()134 memset(buffer, 0, g_fbInfo->bufInfo.height * g_fbInfo->bufInfo.strideBytes); in VGLITE_CreateWindow()
197 bufferConfig.strideBytes = fbInfo->strideBytes; in DC_FB_LCDIFV2_SetLayerConfig()214 fbInfo->strideBytes = DC_FB_LCDIFV2_DEFAULT_BYTE_PER_PIXEL * dcHandle->width; in DC_FB_LCDIFV2_GetLayerDefaultConfig()
28 uint16_t strideBytes; /*!< Stride of the frame buffer */ member
174 … assert(fbInfo->strideBytes == VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) * dcHandle->width / 8U); in DC_FB_ELCDIF_SetLayerConfig()197 fbInfo->strideBytes = 2U * dcHandle->width; in DC_FB_ELCDIF_GetLayerDefaultConfig()
Completed in 7 milliseconds