Home
last modified time | relevance | path

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

/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp37 uint32_t radio[MAX_PLANES];
48 .radio = { 4, 2 },
53 .radio = { 4, 1, 1 },
58 .radio = { 4, 4 },
63 .radio = { 4, 2, 2 },
104 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat()
106 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat()
109 tmpHeight = DIV_ROUND_UP((height * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()
/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c53 uint32_t radio[MAX_PLANES]; member
72 .radio = { 4, 2 },
77 .radio = { 4, 1, 1 },
128 uint32_t sum = fmtInfo->planes->radio[0]; in AdjustStrideFromFormat()
130 sum += fmtInfo->planes->radio[i]; in AdjustStrideFromFormat()
133 width = DIV_ROUND_UP((width * sum), fmtInfo->planes->radio[0]); in AdjustStrideFromFormat()

Completed in 2 milliseconds