Searched refs:__halfmt_to_v4l2_rgb_deprecated (Results 1 – 1 of 1) sorted by relevance
71 static uint32_t __halfmt_to_v4l2_rgb_deprecated[][2] = { variable132 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_rgb_deprecated); i++) { in halfmt_to_v4l2_deprecated()133 if (__halfmt_to_v4l2_rgb_deprecated[i][0] == halfmt) in halfmt_to_v4l2_deprecated()134 return __halfmt_to_v4l2_rgb_deprecated[i][1]; in halfmt_to_v4l2_deprecated()