Searched refs:long_options (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/libalsa-intf/ |
D | arec.c | 57 static struct option long_options[] = variable 542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) { in main()
|
D | aplay.c | 53 static struct option long_options[] = variable 590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) { in main()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.c | 1128 const struct option long_options[] = in _tmain() local 1203 next_option = getopt_long(argc, argv, short_options,long_options, NULL); in _tmain()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 2155 const struct option long_options[] = { in VIDENCTEST_CheckOptionalArgs() local 2170 next_option = getopt_long(argc, argv, short_options, long_options, NULL); in VIDENCTEST_CheckOptionalArgs()
|