Home
last modified time | relevance | path

Searched refs:optindex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/test/
H A Dvpu_api_test.c116 RK_S32 optindex, handleoptions = 1, ret = 0; in parse_options() local
125 optindex = 1; in parse_options()
126 while (optindex < argc) { in parse_options()
127 opt = argv[optindex++]; in parse_options()
143 if (argv[optindex]) { in parse_options()
144 memcpy(cmdCxt->input_file, argv[optindex], strlen(argv[optindex])); in parse_options()
145 cmdCxt->input_file[strlen(argv[optindex])] = '\0'; in parse_options()
154 if (argv[optindex]) { in parse_options()
155 memcpy(cmdCxt->output_file, argv[optindex], strlen(argv[optindex])); in parse_options()
156 cmdCxt->output_file[strlen(argv[optindex])] = '\0'; in parse_options()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/
H A Drga_test.cpp53 RK_S32 optindex = 1; in rga_test_parse_options() local
62 while (optindex < argc) { in rga_test_parse_options()
63 opt = (const char *) argv[optindex++]; in rga_test_parse_options()
64 next = (const char *) argv[optindex]; in rga_test_parse_options()