Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-common.c170 const u32 *entry_height = array + height_offset; in __v4l2_find_nearest_size() local
172 error = abs(*entry_width - width) + abs(*entry_height - height); in __v4l2_find_nearest_size()