Home
last modified time | relevance | path

Searched refs:DEFAULT_BS_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/media/platform/chips-media/wave5/
Dwave5-helper.c10 #define DEFAULT_BS_SIZE(width, height) ((width) * (height) / 8 * 3) macro
236 pix_mp->plane_fmt[0].sizeimage = max(DEFAULT_BS_SIZE(width, height), in wave5_update_pix_fmt()