Searched refs:g_pixfmt_table (Results 1 – 1 of 1) sorted by relevance
55 const static PixFormat g_pixfmt_table[] = { variable135 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()