Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp111 const char *iso [] = { "auto", "100", "200", "400", "800", "1200", "1600"}; variable
1320 printf(" i. ISO mode: %s\n", iso[iso_mode]); in functional_menu()
1843 iso_mode %= ARRAY_SIZE(iso); in functional_menu()
1844 params.set(KEY_ISO, iso[iso_mode]); in functional_menu()