Home | History | Annotate | Download | only in libcamera

Lines Matching refs:str_map

1504     struct str_map {
1509 static const struct str_map wb_map[] = {
1521 static const struct str_map effect_map[] = {
1537 static const struct str_map brightness_map[] = {
1552 static const struct str_map antibanding_map[] = {
1560 static const struct str_map iso_map[] = {
1566 static int lookup(const struct str_map *const arr, const char *name, int def)
1569 const struct str_map * trav = arr;