Home
last modified time | relevance | path

Searched refs:long_options (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/libalsa-intf/
Darec.c57 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()
Daplay.c53 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/
DJPEGTestEnc.c1128 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/
DVideoEncTest.c2155 const struct option long_options[] = { in VIDENCTEST_CheckOptionalArgs() local
2170 next_option = getopt_long(argc, argv, short_options, long_options, NULL); in VIDENCTEST_CheckOptionalArgs()