Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp166 const static unsigned int sc_fmt_tbl[][2] = { in find_pixel() local
174 for (size_t i = 0; i < ARRSIZE(sc_fmt_tbl); i++) { in find_pixel()
175 if (sc_pxfmt == sc_fmt_tbl[i][0]) { in find_pixel()
176 *v4l2_pxfmt = sc_fmt_tbl[i][1]; in find_pixel()