Searched refs:__halfmt_to_v4l2_rgb (Results 1 – 1 of 1) sorted by relevance
61 static uint32_t __halfmt_to_v4l2_rgb[][2] = { variable122 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_rgb); i++) { in halfmt_to_v4l2()123 if (__halfmt_to_v4l2_rgb[i][0] == halfmt) in halfmt_to_v4l2()124 return __halfmt_to_v4l2_rgb[i][1]; in halfmt_to_v4l2()