Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp238 } __haldataspace_to_v4l2[] = { variable
275 for (size_t i = 0 ; i < ARRSIZE(__haldataspace_to_v4l2); i++) { in haldataspace_to_v4l2()
276 if (__haldataspace_to_v4l2[i].hal == dataspace) in haldataspace_to_v4l2()
277 return __haldataspace_to_v4l2[i].v4l2; in haldataspace_to_v4l2()