Home
last modified time | relevance | path

Searched refs:OPT_INTEGER (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vpss.cpp96 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
98 OPT_INTEGER('\0', "video_proc_dev_type", &(ctx.s32VProcDevType), in main()
100 OPT_INTEGER('g', "group_count", &(ctx.s32GrpNum), in main()
102 OPT_INTEGER('c', "channel_count", &(ctx.s32ChnNum), in main()
108 OPT_INTEGER('\0', "group_crop_ratio", &(ctx.s32GrpCropRatio), in main()
110 OPT_INTEGER('\0', "channel_crop_ratio", &(ctx.s32ChnCropRatio), in main()
112 OPT_INTEGER('w', "src_width", &(ctx.s32SrcWidth), in main()
114 OPT_INTEGER('h', "src_height", &(ctx.s32SrcHeight), in main()
116 OPT_INTEGER('\0', "src_vir_width", &(ctx.s32SrcVirWidth), in main()
118 OPT_INTEGER('\0', "src_vir_height", &(ctx.s32SrcVirHeight), in main()
[all …]
H A Dtest_mpi_avs.cpp782 OPT_INTEGER('\0', "test_mode", &(ctx.enTestMode), in main()
784 OPT_INTEGER('n', "loop count", &(ctx.s32LoopCount), in main()
786 OPT_INTEGER('g', "group_count", &(ctx.s32GrpNum), in main()
788 OPT_INTEGER('p', "pipe_count", &(ctx.s32PipeNum), in main()
790 OPT_INTEGER('c', "channel_count", &(ctx.s32ChnNum), in main()
792 OPT_INTEGER('w', "src_width", &(ctx.u32SrcWidth), in main()
794 OPT_INTEGER('h', "src_height", &(ctx.u32SrcHeight), in main()
796 OPT_INTEGER('\0', "src_vir_width", &(ctx.u32SrcVirWidth), in main()
798 OPT_INTEGER('\0', "src_vir_height", &(ctx.u32SrcVirHeight), in main()
800 OPT_INTEGER('f', "src_format", &(ctx.enSrcPixFormat), in main()
[all …]
H A Dtest_mpi_venc.cpp875 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
877 OPT_INTEGER('w', "width", &(ctx.u32SrcWidth), in main()
879 OPT_INTEGER('h', "height", &(ctx.u32SrcHeight), in main()
881 OPT_INTEGER('\0', "vir_width", &(ctx.u32srcVirWidth), in main()
883 OPT_INTEGER('\0', "vir_height", &(ctx.u32srcVirHeight), in main()
885 OPT_INTEGER('f', "pixel_format", &(ctx.u32SrcPixFormat), in main()
887 OPT_INTEGER('C', "codec", &(ctx.u32DstCodec), in main()
889 OPT_INTEGER('c', "channel_count", &(ctx.u32ChNum), in main()
891 OPT_INTEGER('\0', "channel_index", &(ctx.u32ChnIndex), in main()
893 OPT_INTEGER('\0', "enc_buf_cnt", &(ctx.u32StreamBufCnt), in main()
[all …]
H A Dtest_mpi_tde.cpp521 OPT_INTEGER('w', "src_width", &(ctx.stSrcSurface.u32Width), in main()
523 OPT_INTEGER('h', "src_height", &(ctx.stSrcSurface.u32Height), in main()
525 OPT_INTEGER('\0', "src_vir_width", &(ctx.u32SrcVirWidth), in main()
527 OPT_INTEGER('\0', "src_vir_height", &(ctx.u32SrcVirHeight), in main()
529 OPT_INTEGER('\0', "src_compress", &(ctx.s32SrcCompressMode), in main()
531 OPT_INTEGER('W', "dst_width", &(ctx.stDstSurface.u32Width), in main()
533 OPT_INTEGER('H', "dst_height", &(ctx.stDstSurface.u32Height), in main()
535 OPT_INTEGER('\0', "dst_compress", &(ctx.s32DstCompressMode), in main()
541 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
543 OPT_INTEGER('j', "job_number", &(ctx.s32JobNum), in main()
[all …]
H A Dtest_mpi_ao.cpp511 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
513 OPT_INTEGER('\0', "input_rate", &(ctx->s32ReSmpSampleRate), in main()
515 OPT_INTEGER('\0', "device_ch", &(ctx->s32DeviceChannel), in main()
517 OPT_INTEGER('\0', "device_rate", &(ctx->s32SampleRate), in main()
521 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
523 OPT_INTEGER('c', "channel_count", &(ctx->s32ChnNum), in main()
525 OPT_INTEGER('\0', "bit", &(ctx->s32BitWidth), in main()
527 OPT_INTEGER('\0', "period_size", &(ctx->s32PeriodSize), in main()
529 OPT_INTEGER('\0', "period_count", &(ctx->s32PeriodCount), in main()
533 OPT_INTEGER('\0', "set_volume", &(ctx->s32SetVolume), in main()
[all …]
H A Dtest_mpi_mb.cpp188OPT_INTEGER('n', "loop", &(stMbCtx.s32LoopCount), "the count of looping. default(1).", NULL, 0, 0), in main()
189OPT_INTEGER('c', "mb_count", &(stMbCtx.s32MbCount), "the count of mb. default(1).", NULL, 0, 0), in main()
190 OPT_INTEGER('s', "mb_size", &(stMbCtx.s32MbSize), "mb size. default(4MB).", NULL, 0, 0), in main()
191OPT_INTEGER('p', "pool_count", &(stMbCtx.s32PoolCount), "the count of pool. default(1).", NULL, 0,… in main()
192OPT_INTEGER('a', "pre_alloc", &(stMbCtx.bPreAlloc), "pre alloc or not. default(0). 0: no 1: yes.",… in main()
193 OPT_INTEGER('r', "remap_mode", &(stMbCtx.s32RemapMode), in main()
195 OPT_INTEGER('t', "alloc_type", &(stMbCtx.s32AllocType), in main()
H A Dtest_mpi_vo.cpp2418 OPT_INTEGER('d', "device_id", &(ctx.VoDev), in main()
2420 OPT_INTEGER('l', "layer_id", &(ctx.VoLayer), in main()
2422 OPT_INTEGER('\0', "wbc_enable", &(ctx.wbc_enable), in main()
2424 OPT_INTEGER('\0', "wbc_bind", &(ctx.wbc_bind), in main()
2426 OPT_INTEGER('\0', "ui", &(ctx.ui), in main()
2428 OPT_INTEGER('\0', "loopCount", &(ctx.loopCount), in main()
2430 OPT_INTEGER('\0', "ui_alpha", &(ctx.ui_alpha), in main()
2432 OPT_INTEGER('w', "Windows", &(ctx.u32Windows), in main()
2434 OPT_INTEGER('\0', "ConnectorType", &(ctx.enIntfType), in main()
2436 OPT_INTEGER('\ in main()
[all...]
H A Dtest_mpi_ai.cpp312 OPT_INTEGER('\0', "device_rate", &(ctx->s32DeviceSampleRate), in main()
314 OPT_INTEGER('\0', "device_ch", &(ctx->s32DeviceChannel), in main()
316 OPT_INTEGER('\0', "out_ch", &(ctx->s32Channel), in main()
318 OPT_INTEGER('\0', "out_rate", &(ctx->s32SampleRate), in main()
322 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
324 OPT_INTEGER('c', "channel_count", &(ctx->s32ChnNum), in main()
326 OPT_INTEGER('\0', "bit", &(ctx->s32BitWidth), in main()
328 OPT_INTEGER('\0', "period_size", &(ctx->s32PeriodSize), in main()
330 OPT_INTEGER('\0', "period_count", &(ctx->s32PeriodCount), in main()
H A Dtest_mpi_vgs.cpp1025 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
1027 OPT_INTEGER('j', "job_number", &(ctx.s32JobNum), in main()
1029 OPT_INTEGER('t', "task_number", &(ctx.s32TaskNum), in main()
1033 OPT_INTEGER('\0', "task_type", &(ctx.s32TaskType), in main()
1035 OPT_INTEGER('\0', "task_mode", &(ctx.s32TaskMode), in main()
1037 OPT_INTEGER('\0', "task_array_size", &(ctx.u32TaskArraySize), in main()
1039 OPT_INTEGER('\0', "angle", &(ctx.s32Angle), in main()
1041 OPT_INTEGER('\0', "src_width", &(ctx.s32SrcWidth), in main()
1043 OPT_INTEGER('\0', "src_height", &(ctx.s32SrcHeight), in main()
1045 OPT_INTEGER('\0', "src_vir_width", &(ctx.s32SrcVirWidth), in main()
[all …]
H A Dtest_mpi_vdec.cpp692 OPT_INTEGER('C', "codec", &(ctx.enCodecId), in main()
694 OPT_INTEGER('n', "loop_count", &(ctx.s32LoopCount), in main()
696 OPT_INTEGER('w', "width", &(ctx.u32SrcWidth), in main()
698 OPT_INTEGER('h', "height", &(ctx.u32SrcHeight), in main()
700 OPT_INTEGER('\0', "channel_index", &(ctx.u32ChnIndex), in main()
702 OPT_INTEGER('c', "channel_count", &(ctx.u32ChNum), in main()
704 OPT_INTEGER('\0', "dec_mode", &(ctx.u32InputMode), in main()
706 OPT_INTEGER('\0', "dec_buf_cnt", &(ctx.u32FrameBufferCnt), in main()
708 OPT_INTEGER('\0', "compress_mode", &(ctx.u32CompressMode), in main()
710 OPT_INTEGER('\0', "en_mbpool", &(ctx.bEnableMbPool), in main()
[all …]
H A Dtest_mpi_adec.cpp348 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
350 OPT_INTEGER('\0', "input_rate", &(ctx->s32SampleRate), in main()
354 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
356 OPT_INTEGER('c', "channel_count", &(ctx->s32ChnNum), in main()
358 OPT_INTEGER('\0', "dec_mode", &(ctx->s32DecMode), in main()
360 OPT_INTEGER('\0', "query_stat", &(ctx->s32QueryStat), in main()
362 OPT_INTEGER('\0', "clr_buf", &(ctx->s32ClrChnBuf), in main()
H A Dtest_mpi_rgn.cpp759 OPT_INTEGER('r', "rgn_count", &(stRgnCtx.s32RgnCount), in main()
761 OPT_INTEGER('p', "operation", &(stRgnCtx.s32Operation), in main()
763 OPT_INTEGER('x', "rect_x", &(stRgnCtx.stRegion.s32X), in main()
765 OPT_INTEGER('y', "rect_y", &(stRgnCtx.stRegion.s32Y), in main()
767 OPT_INTEGER('w', "bmp_w", &(stRgnCtx.stRegion.u32Width), in main()
769 OPT_INTEGER('h', "bmp_h", &(stRgnCtx.stRegion.u32Height), in main()
771 OPT_INTEGER('q', "rgn_qp", &(stRgnCtx.bRgnQp), in main()
773 OPT_INTEGER('W', "raw_w", &(stRgnCtx.u32RawWidth), in main()
775 OPT_INTEGER('H', "raw_h", &(stRgnCtx.u32RawHeight), in main()
777 OPT_INTEGER('F', "raw_fmt", &(stRgnCtx.u32RawFormat), in main()
[all …]
H A Dtest_mpi_aenc.cpp341 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
343 OPT_INTEGER('\0', "input_rate", &(ctx->s32SampleRate), in main()
345 OPT_INTEGER('\0', "input_format", &(ctx->s32Format), in main()
349 OPT_INTEGER('n', "loop_count", &(ctx->s32LoopCount), in main()
351 OPT_INTEGER('c', "channel_count", &(ctx->s32ChnNum), in main()
353 OPT_INTEGER('\0', "frame_size", &(ctx->s32FrameSize), in main()
H A Dtest_mpi_vi.cpp1385 OPT_INTEGER('w', "width", &(ctx->width), in main()
1387 OPT_INTEGER('h', "height", &(ctx->height), in main()
1389 OPT_INTEGER('d', "dev", &(ctx->devId), in main()
1391 OPT_INTEGER('p', "pipe", &(ctx->pipeId), in main()
1393 OPT_INTEGER('c', "channel", &(ctx->channelId), in main()
1395 OPT_INTEGER('l', "loopcount", &(ctx->loopCountSet), in main()
1397 OPT_INTEGER('C', "compressmode", &(ctx->enCompressMode), in main()
1399 OPT_INTEGER('o', "output", &(ctx->stDebugFile.bCfg), in main()
1402 OPT_INTEGER('m', "mode", &(ctx->enMode), in main()
1406 OPT_INTEGER('t', "memorytype", &(ctx->stChnAttr.stIspOpt.enMemoryType), in main()
[all …]
H A Dtest_mpi_gdc.cpp1487 OPT_INTEGER('w', "src_width", &(ctx->u32SrcWidth), in main()
1489 OPT_INTEGER('h', "src_height", &(ctx->u32SrcHeight), in main()
1491 OPT_INTEGER('W', "dst_width", &(ctx->u32DstWidth), in main()
1493 OPT_INTEGER('H', "dst_height", &(ctx->u32DstHeight), in main()
1495 OPT_INTEGER('\0', "line_width", &(ctx->u32LineWidth), in main()
1497 OPT_INTEGER('\0', "line_height", &(ctx->u32LineHeight), in main()
1499 OPT_INTEGER('f', "pixel_format", &(ctx->s32SrcPixFormat), in main()
1501 OPT_INTEGER('l', "loop_count", &(ctx->s32LoopCount), in main()
1503 OPT_INTEGER('\0', "src_compress_mode", &(ctx->s32SrcCompressMode), in main()
1505 OPT_INTEGER('\0', "task_id", &(ctx->stTask.u64TaskId), in main()
[all …]
H A Dtest_mpi_sys.cpp324 OPT_INTEGER('n', "loop_count", &(stCtx.s32LoopCount), in main()
326 OPT_INTEGER('\0', "device_id", &(stCtx.s32DevId), in main()
328 OPT_INTEGER('\0', "src_channel_id", &(stCtx.s32SrcChnId), in main()
330 OPT_INTEGER('\0', "dst_channel_count", &(stCtx.s32DstChnNum), in main()
H A Dtest_mpi_all.cpp981 OPT_INTEGER('C', "codec", &(ctx.enCodecId), in main()
983 OPT_INTEGER('w', "vdec_width", &(ctx.u32SrcWidth), in main()
985 OPT_INTEGER('h', "vdec_height", &(ctx.u32SrcHeight), in main()
987 OPT_INTEGER('l', "loop_count", &(ctx.s32LoopCount), in main()
989 OPT_INTEGER('W', "vi_width", &(ctx.u32SrcWidth1), in main()
991 OPT_INTEGER('H', "vi_height", &(ctx.u32SrcHeight1), in main()
998 OPT_INTEGER('f', "format", &(ctx.enPixelFormat), in main()
H A Dtest_mpi_amix.cpp100 OPT_INTEGER('C', "card", &(ctx->s32DevId), in main()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dsyscall.c24 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
H A Dsched-pipe.c44 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
H A Dnuma.c170 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
171 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
192OPT_INTEGER('x', "perturb_secs", &p0.perturb_secs, "perturb thread 0/0 every X secs, to test conve…
196 OPT_INTEGER('H', "thp" , &p0.thp, "MADV_NOHUGEPAGE < 0 < MADV_HUGEPAGE"),
H A Dmem-functions.c45 OPT_INTEGER('l', "nr_loops", &nr_loops,
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_argparse.h116 #define OPT_INTEGER(...) { ARGPARSE_OPT_INTEGER, __VA_ARGS__ } macro
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c1474 OPT_INTEGER('r', "realtime", &top.realtime_prio, in cmd_top()
1476 OPT_INTEGER('d', "delay", &top.delay_secs, in cmd_top()
1480 OPT_INTEGER('f', "count-filter", &top.count_filter, in cmd_top()
1492 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1515 OPT_INTEGER(0, "max-stack", &top.max_stack, in cmd_top()
1573 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
H A Dbuiltin-report.c1217 OPT_INTEGER(0, "max-stack", &report.max_stack, in cmd_report()
1267 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1283 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
1298 OPT_INTEGER(0, "socket-filter", &report.socket_filter, in cmd_report()

12