| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vpss.cpp | 34 RK_PRINT("cmd parse result:\n"); in mpi_vpss_test_show_options() 35 RK_PRINT("input file name : %s\n", ctx->srcFileName); in mpi_vpss_test_show_options() 36 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_vpss_test_show_options() 37 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vpss_test_show_options() 38 RK_PRINT("video process device : %d\n", ctx->s32VProcDevType); in mpi_vpss_test_show_options() 39 RK_PRINT("group number : %d\n", ctx->s32GrpNum); in mpi_vpss_test_show_options() 40 RK_PRINT("channel number : %d\n", ctx->s32ChnNum); in mpi_vpss_test_show_options() 41 RK_PRINT("group crop enabled : %d\n", ctx->bGrpCropEn ? 1 : 0); in mpi_vpss_test_show_options() 42 RK_PRINT("chn crop enabled : %d\n", ctx->bChnCropEn ? 1 : 0); in mpi_vpss_test_show_options() 43 RK_PRINT("group crop ratio : %d\n", ctx->s32GrpCropRatio); in mpi_vpss_test_show_options() [all …]
|
| H A D | test_mpi_avs.cpp | 301 RK_PRINT("signal %d\n", sig); in sigterm_handler() 306 RK_PRINT(" Media link: \n"); in test_avs_vpss_venc_loop() 307 RK_PRINT(" %d pool -> avs -> vpss -> venc(H264) \n", pstAvsCtx->s32PipeNum); in test_avs_vpss_venc_loop() 308 RK_PRINT(" -> venc(H265) \n"); in test_avs_vpss_venc_loop() 544 RK_PRINT(" Media link: \n"); in test_avs_vo_loop() 545 RK_PRINT(" %d avs -> vo (HDMI) \n", pstAvsCtx->s32PipeNum); in test_avs_vo_loop() 705 RK_PRINT("cmd parse result:\n"); in mpi_avs_test_show_options() 706 RK_PRINT("input file path : %s\n", ctx->srcFilePath); in mpi_avs_test_show_options() 707 RK_PRINT("output file path : %s\n", ctx->dstFilePath); in mpi_avs_test_show_options() 708 RK_PRINT("test mode : %d\n", ctx->enTestMode); in mpi_avs_test_show_options() [all …]
|
| H A D | test_mpi_ao.cpp | 441 RK_PRINT("cmd parse result:\n"); in mpi_ao_test_show_options() 442 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_ao_test_show_options() 443 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_ao_test_show_options() 444 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_ao_test_show_options() 445 RK_PRINT("channel number : %d\n", ctx->s32ChnNum); in mpi_ao_test_show_options() 446 RK_PRINT("open sound rate : %d\n", ctx->s32SampleRate); in mpi_ao_test_show_options() 447 RK_PRINT("open sound channel : %d\n", ctx->s32DeviceChannel); in mpi_ao_test_show_options() 448 RK_PRINT("input stream rate : %d\n", ctx->s32ReSmpSampleRate); in mpi_ao_test_show_options() 449 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_ao_test_show_options() 450 RK_PRINT("bit_width : %d\n", ctx->s32BitWidth); in mpi_ao_test_show_options() [all …]
|
| H A D | test_mpi_amix.cpp | 54 RK_PRINT("Get current control value: %s\n", value); in unit_test_mpi_amix() 56 RK_PRINT("List the control values:\n"); in unit_test_mpi_amix() 79 RK_PRINT("cmd parse result:\n"); in mpi_amix_test_show_options() 80 RK_PRINT("sound control id : %d\n", ctx->s32DevId); in mpi_amix_test_show_options() 81 RK_PRINT("control name : %s\n", ctx->psControlName); in mpi_amix_test_show_options() 82 RK_PRINT("control value : %s\n", ctx->psControlValue); in mpi_amix_test_show_options() 83 RK_PRINT("list controls : %d\n", ctx->bListControls); in mpi_amix_test_show_options() 84 RK_PRINT("list contents : %d\n", ctx->bListContents); in mpi_amix_test_show_options()
|
| H A D | test_mpi_ai.cpp | 269 RK_PRINT("cmd parse result:\n"); in mpi_ai_test_show_options() 270 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_ai_test_show_options() 271 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_ai_test_show_options() 272 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_ai_test_show_options() 273 RK_PRINT("channel number : %d\n", ctx->s32ChnNum); in mpi_ai_test_show_options() 274 RK_PRINT("open sound rate : %d\n", ctx->s32DeviceSampleRate); in mpi_ai_test_show_options() 275 RK_PRINT("record data rate : %d\n", ctx->s32SampleRate); in mpi_ai_test_show_options() 276 RK_PRINT("sound card channel : %d\n", ctx->s32DeviceChannel); in mpi_ai_test_show_options() 277 RK_PRINT("output channel : %d\n", ctx->s32Channel); in mpi_ai_test_show_options() 278 RK_PRINT("bit_width : %d\n", ctx->s32BitWidth); in mpi_ai_test_show_options() [all …]
|
| H A D | test_mpi_venc.cpp | 810 RK_PRINT("cmd parse result:\n"); in mpi_venc_test_show_options() 811 RK_PRINT("input file name : %s\n", ctx->srcFileUri); in mpi_venc_test_show_options() 812 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_venc_test_show_options() 813 RK_PRINT("src width : %d\n", ctx->u32SrcWidth); in mpi_venc_test_show_options() 814 RK_PRINT("src height : %d\n", ctx->u32SrcHeight); in mpi_venc_test_show_options() 815 RK_PRINT("src virWidth : %d\n", ctx->u32srcVirWidth); in mpi_venc_test_show_options() 816 RK_PRINT("src virHeight : %d\n", ctx->u32srcVirHeight); in mpi_venc_test_show_options() 817 RK_PRINT("src pixel format : %d\n", ctx->u32SrcPixFormat); in mpi_venc_test_show_options() 818 RK_PRINT("encode codec type : %d\n", ctx->u32DstCodec); in mpi_venc_test_show_options() 819 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_venc_test_show_options() [all …]
|
| H A D | test_mpi_adec.cpp | 312 RK_PRINT("cmd parse result:\n"); in mpi_adec_test_show_options() 313 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_adec_test_show_options() 314 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_adec_test_show_options() 315 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_adec_test_show_options() 316 RK_PRINT("channel number : %d\n", ctx->s32ChnNum); in mpi_adec_test_show_options() 317 RK_PRINT("input sample rate : %d\n", ctx->s32SampleRate); in mpi_adec_test_show_options() 318 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_adec_test_show_options() 319 RK_PRINT("input codec name : %s\n", ctx->chCodecId); in mpi_adec_test_show_options() 320 RK_PRINT("input decode mode : %d\n", ctx->s32DecMode); in mpi_adec_test_show_options() 321 RK_PRINT("query stat : %d\n", ctx->s32QueryStat); in mpi_adec_test_show_options() [all …]
|
| H A D | test_mpi_tde.cpp | 478 RK_PRINT("cmd parse result: \n"); in mpi_tde_test_show_options() 479 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_tde_test_show_options() 480 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_tde_test_show_options() 481 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_tde_test_show_options() 482 RK_PRINT("job number : %d\n", ctx->s32JobNum); in mpi_tde_test_show_options() 483 RK_PRINT("task number : %d\n", ctx->s32TaskNum); in mpi_tde_test_show_options() 484 RK_PRINT("input width : %d\n", ctx->stSrcSurface.u32Width); in mpi_tde_test_show_options() 485 RK_PRINT("input height : %d\n", ctx->stSrcSurface.u32Height); in mpi_tde_test_show_options() 486 RK_PRINT("input vir width : %d\n", ctx->u32SrcVirWidth); in mpi_tde_test_show_options() 487 RK_PRINT("input vir height : %d\n", ctx->u32SrcVirHeight); in mpi_tde_test_show_options() [all …]
|
| H A D | test_mpi_vgs.cpp | 970 RK_PRINT("cmd parse result:\n"); in mpi_vgs_test_show_options() 971 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_vgs_test_show_options() 972 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_vgs_test_show_options() 973 RK_PRINT("osd file name : %s\n", ctx->osdFilePath); in mpi_vgs_test_show_options() 974 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vgs_test_show_options() 975 RK_PRINT("job number : %d\n", ctx->s32JobNum); in mpi_vgs_test_show_options() 976 RK_PRINT("task number : %d\n", ctx->s32TaskNum); in mpi_vgs_test_show_options() 977 RK_PRINT("task type : %d\n", ctx->s32TaskType); in mpi_vgs_test_show_options() 978 RK_PRINT("task mode : %d\n", ctx->s32TaskMode); in mpi_vgs_test_show_options() 979 RK_PRINT("task array size : %d\n", ctx->u32TaskArraySize); in mpi_vgs_test_show_options() [all …]
|
| H A D | test_mpi_aenc.cpp | 307 RK_PRINT("cmd parse result:\n"); in mpi_aenc_test_show_options() 308 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_aenc_test_show_options() 309 RK_PRINT("output file name : %s\n", ctx->dstFilePath); in mpi_aenc_test_show_options() 310 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_aenc_test_show_options() 311 RK_PRINT("channel number : %d\n", ctx->s32ChnNum); in mpi_aenc_test_show_options() 312 RK_PRINT("input sample rate : %d\n", ctx->s32SampleRate); in mpi_aenc_test_show_options() 313 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_aenc_test_show_options() 314 RK_PRINT("input format : %d\n", ctx->s32Format); in mpi_aenc_test_show_options() 315 RK_PRINT("input codec name : %s\n", ctx->chCodecId); in mpi_aenc_test_show_options()
|
| H A D | test_mpi_vdec.cpp | 646 RK_PRINT("cmd parse result:\n"); in mpi_vdec_test_show_options() 647 RK_PRINT("input file name : %s\n", ctx->srcFileUri); in mpi_vdec_test_show_options() 648 RK_PRINT("output path : %s\n", ctx->dstFilePath); in mpi_vdec_test_show_options() 649 RK_PRINT("input width : %d\n", ctx->u32SrcWidth); in mpi_vdec_test_show_options() 650 RK_PRINT("input height : %d\n", ctx->u32SrcHeight); in mpi_vdec_test_show_options() 651 RK_PRINT("input codecId : %d\n", ctx->enCodecId); in mpi_vdec_test_show_options() 652 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_vdec_test_show_options() 653 RK_PRINT("channel index : %d\n", ctx->u32ChnIndex); in mpi_vdec_test_show_options() 654 RK_PRINT("channel number : %d\n", ctx->u32ChNum); in mpi_vdec_test_show_options() 655 RK_PRINT("output compress mode : %d\n", ctx->u32CompressMode); in mpi_vdec_test_show_options() [all …]
|
| H A D | test_mpi_vo.cpp | 2285 RK_PRINT("cmd parse result:\n"); in mpi_vo_test_show_options() 2286 RK_PRINT("vop device id : %d\n", ctx->VoDev); in mpi_vo_test_show_options() 2287 RK_PRINT("vop layer id : %d\n", ctx->VoLayer); in mpi_vo_test_show_options() 2288 RK_PRINT("window size : %d\n", ctx->u32Windows); in mpi_vo_test_show_options() 2289 RK_PRINT("connector type : %d\n", ctx->enIntfType); in mpi_vo_test_show_options() 2290 RK_PRINT("display mode : %d\n", ctx->enIntfSync); in mpi_vo_test_show_options() 2291 RK_PRINT("layer mode : %d\n", ctx->VoLayerMode); in mpi_vo_test_show_options() 2292 RK_PRINT("display resolution rect X : %d\n", ctx->s32X); in mpi_vo_test_show_options() 2293 RK_PRINT("display resolution rect Y : %d\n", ctx->s32Y); in mpi_vo_test_show_options() 2294 RK_PRINT("displa in mpi_vo_test_show_options() [all...] |
| H A D | test_mpi_vi.cpp | 1319 RK_PRINT("cmd parse result:\n"); in mpi_vi_test_show_options() 1321 RK_PRINT("output file open : %d\n", ctx->stDebugFile.bCfg); in mpi_vi_test_show_options() 1322 …RK_PRINT("yuv output file name : %s/%s\n", ctx->stDebugFile.aFilePath, ctx->stDebugFile.aFileName… in mpi_vi_test_show_options() 1323 …RK_PRINT("enc0 output file path : /%s/%s\n", ctx->stVencCfg[0].dstFilePath, ctx->stVencCfg[0].dstF… in mpi_vi_test_show_options() 1324 …RK_PRINT("enc1 output file path : /%s/%s\n", ctx->stVencCfg[1].dstFilePath, ctx->stVencCfg[1].dstF… in mpi_vi_test_show_options() 1325 RK_PRINT("loop count : %d\n", ctx->loopCountSet); in mpi_vi_test_show_options() 1326 RK_PRINT("enMode : %d\n", ctx->enMode); in mpi_vi_test_show_options() 1327 RK_PRINT("dev : %d\n", ctx->devId); in mpi_vi_test_show_options() 1328 RK_PRINT("pipe : %d\n", ctx->pipeId); in mpi_vi_test_show_options() 1329 RK_PRINT("channel : %d\n", ctx->channelId); in mpi_vi_test_show_options() [all …]
|
| H A D | test_mpi_rgn.cpp | 716 RK_PRINT("cmd parse result:\n"); in mpi_rgn_test_show_options() 717 RK_PRINT("rgn input raw file name : %s\n", ctx->srcFileRawName); in mpi_rgn_test_show_options() 718 RK_PRINT("rgn input bmp file name : %s\n", ctx->srcFileBmpName); in mpi_rgn_test_show_options() 719 RK_PRINT("rgn output file name : %s\n", ctx->dstSaveFileName); in mpi_rgn_test_show_options() 720 RK_PRINT("rgn count : %d\n", ctx->s32RgnCount); in mpi_rgn_test_show_options() 721 RK_PRINT("rgn operation : %d\n", ctx->s32Operation); in mpi_rgn_test_show_options() 722 RK_PRINT("rgn region pos x : %d\n", ctx->stRegion.s32X); in mpi_rgn_test_show_options() 723 RK_PRINT("rgn region pos y : %d\n", ctx->stRegion.s32Y); in mpi_rgn_test_show_options() 724 RK_PRINT("rgn canvas width : %d\n", ctx->stRegion.u32Width); in mpi_rgn_test_show_options() 725 RK_PRINT("rgn canvas height : %d\n", ctx->stRegion.u32Height); in mpi_rgn_test_show_options() [all …]
|
| H A D | test_mpi_gdc.cpp | 1425 RK_PRINT("cmd parse result:\n"); in mpi_gdc_test_show_options() 1426 RK_PRINT("input file name : %s\n", ctx->srcFilePath); in mpi_gdc_test_show_options() 1427 RK_PRINT("src width : %d\n", ctx->u32SrcWidth); in mpi_gdc_test_show_options() 1428 RK_PRINT("src height : %d\n", ctx->u32SrcHeight); in mpi_gdc_test_show_options() 1429 RK_PRINT("dst width : %d\n", ctx->u32DstWidth); in mpi_gdc_test_show_options() 1430 RK_PRINT("dst height : %d\n", ctx->u32DstHeight); in mpi_gdc_test_show_options() 1431 RK_PRINT("line width : %d\n", ctx->u32LineWidth); in mpi_gdc_test_show_options() 1432 RK_PRINT("line height : %d\n", ctx->u32LineHeight); in mpi_gdc_test_show_options() 1433 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_gdc_test_show_options() 1434 RK_PRINT("src pixel format : %d\n", ctx->s32SrcPixFormat); in mpi_gdc_test_show_options() [all …]
|
| H A D | test_mpi_all.cpp | 947 RK_PRINT("cmd parse result:\n"); in mpi_all_test_show_options() 948 RK_PRINT("video file name : %s\n", ctx->srcFileUri); in mpi_all_test_show_options() 949 RK_PRINT("vdec width : %d\n", ctx->u32SrcWidth); in mpi_all_test_show_options() 950 RK_PRINT("vdec height : %d\n", ctx->u32SrcHeight); in mpi_all_test_show_options() 951 RK_PRINT("vdec codecId : %d\n", ctx->enCodecId); in mpi_all_test_show_options() 952 RK_PRINT("loop count : %d\n", ctx->s32LoopCount); in mpi_all_test_show_options() 953 RK_PRINT("aEntityName : %s\n", ctx->aEntityName); in mpi_all_test_show_options() 954 RK_PRINT("enPixelFormat : %d\n", ctx->enPixelFormat); in mpi_all_test_show_options() 955 RK_PRINT("vi width : %d\n", ctx->u32SrcWidth1); in mpi_all_test_show_options() 956 RK_PRINT("vi height : %d\n", ctx->u32SrcHeight1); in mpi_all_test_show_options()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_debug.h | 36 #define RK_PRINT printf macro
|