Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp80 static uint32_t __halfmt_to_v4l2_ycbcr[][2] = { variable
110 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_ycbcr); i++) { in halfmt_to_v4l2_ycbcr()
111 if (__halfmt_to_v4l2_ycbcr[i][0] == halfmt) in halfmt_to_v4l2_ycbcr()
112 return __halfmt_to_v4l2_ycbcr[i][1]; in halfmt_to_v4l2_ycbcr()