Searched refs:option_index (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DTestSettings.cpp70 int option_index = 0; local
81 c = getopt_long(argc, argv, "+h", long_options, &option_index);
98 switch (option_index) {
109 std::cerr << "Unknown long option: " << option_index << std::endl;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c561 int option_index = 0; local
590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) {
H A Darec.c516 int option_index = 0; local
542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) {
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c574 int option_index = 0; local
640 &option_index)) != -1) {
H A Dmpeg2vaenc.c574 int option_index = 0; local
640 &option_index)) != -1) {

Completed in 186 milliseconds