Home
last modified time | relevance | path

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

/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp1487 struct str_map { struct
1492 static const struct str_map wb_map[] = {
1504 static const struct str_map effect_map[] = {
1520 static const struct str_map brightness_map[] = {
1535 static const struct str_map antibanding_map[] = {
1543 static const struct str_map iso_map[] = {
1549 static int lookup(const struct str_map *const arr, const char *name, int def) in lookup()
1552 const struct str_map * trav = arr; in lookup()