Searched refs:g_longOptions (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 20 static struct option g_longOptions[] = { member 33 int c = getopt_long(argc, argv, "i:o:w:h:", g_longOptions, &optionIndex); in Parse()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | command_parse.cpp | 30 static struct option g_longOptions[] = { member in MyOptIndex 47 int c = getopt_long(argc, argv, "i:o:w:h:", g_longOptions, &optionIndex); in Parse()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 19 static struct option g_longOptions[] = { member 55 int c = getopt_long(argc, argv, "c::i:o:w:h:", g_longOptions, &optionIndex); in Parse()
|
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | command_parser.cpp | 39 static struct option g_longOptions[] = { member 77 while ((c = getopt_long(argc, argv, "o:", g_longOptions, nullptr)) != -1) { in Parse()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 549 const struct option g_longOptions[] = { member 860 c = getopt_long(argc, argv, shortOptions, g_longOptions, &idx); in main()
|
Completed in 3 milliseconds