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

/src/sys/arch/evbppc/nintendo/dev/
H A Dwiiufb.c57 #define WIIUFB_STRIDE ((wiiufb_drc ? 896 : 1280) * WIIUFB_BPP / NBBY) macro
58 #define WIIUFB_SIZE (WIIUFB_STRIDE * WIIUFB_HEIGHT)
135 prop_dictionary_set_uint16(dict, "linebytes", WIIUFB_STRIDE);
280 ri->ri_stride = WIIUFB_STRIDE;

Completed in 3 milliseconds