Searched refs:PIXEL_LINE_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
322 width = (width / PIXEL_LINE_ALIGNMENT + 1) * PIXEL_LINE_ALIGNMENT; in DrawYUVColor()
42 static constexpr uint32_t PIXEL_LINE_ALIGNMENT = 32; variable