Home
last modified time | relevance | path

Searched refs:shortOptions (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp152 const char *shortOptions = "h:cewgi:"; in ManuList() local
153 c = getopt_long(argc, argv, shortOptions, LONG_OPTIONS, &idx); in ManuList()
/drivers/peripheral/camera/test/demo/
H A Ddemo_main.cpp190 const char *shortOptions = "h:cwvaeqof:"; in ManuList() local
191 c = getopt_long(argc, argv, shortOptions, LONG_OPTIONS, &idx); in ManuList()
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddemo_main.cpp210 const char *shortOptions = "h:cwvaeqof:"; in ManuList() local
211 c = getopt_long(argc, argv, shortOptions, LONG_OPTIONS, &idx); in ManuList()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp856 constexpr char shortOptions[] = "h:pcwevuaq:"; in main() local
860 c = getopt_long(argc, argv, shortOptions, g_longOptions, &idx); in main()

Completed in 4 milliseconds