Searched refs:optionIndex (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 32 int optionIndex = 0; in Parse() local 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 | 45 int optionIndex = 0; in Parse() local 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 | 54 int optionIndex = 0; in Parse() local 55 int c = getopt_long(argc, argv, "c::i:o:w:h:", g_longOptions, &optionIndex); in Parse()
|
Completed in 1 milliseconds