Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.cpp55 const static PixFormat g_pixfmt_table[] = { variable
135 for (size_t i = 0; i < ARRSIZE(g_pixfmt_table); i++) { in SetFormat()
136 if (g_pixfmt_table[i].pixfmt == v4l2_fmt) { in SetFormat()
137 pixfmt = &g_pixfmt_table[i]; in SetFormat()