| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vgs.cpp | 135 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_scale_task() 160 videoFrameOut.u32VirHeight = stDstMbPicCalResult.u32VirHeight; in unit_test_vgs_generate_scale_task() 191 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_rotation_task() 223 videoFrameOut.u32VirHeight = stDstMbPicCalResult.u32VirHeight; in unit_test_vgs_generate_rotation_task() 251 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_crop_task() 279 videoFrameOut.u32VirHeight = stDstMbPicCalResult.u32VirHeight; in unit_test_vgs_generate_crop_task() 336 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_cover_task_array() 411 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_osd_task_array() 460 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_drawline_task_array() 506 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_mosaic_task_array() [all …]
|
| H A D | test_mpi_venc.cpp | 94 static RK_S32 read_with_pixel_width(RK_U8 *pBuf, RK_U32 u32Width, RK_U32 u32VirHeight, in read_with_pixel_width() argument 99 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_with_pixel_width() 112 … RK_U32 u32VirWidth, RK_U32 u32VirHeight, RK_U32 u32PixFormat, FILE *fp) { in read_image() argument 118 RK_U8 *pBufu = pBufy + u32VirWidth * u32VirHeight; in read_image() 119 RK_U8 *pBufv = pBufu + u32VirWidth * u32VirHeight / 4; in read_image() 123 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_image() 130 for (u32Row = 0; u32Row < u32VirHeight / 2; u32Row++) { in read_image() 139 s32Ret = read_with_pixel_width(pBufy, u32Width, u32VirHeight, u32VirWidth, 3, fp); in read_image() 399 stFrame.stVFrame.u32VirHeight = pstCtx->u32srcVirHeight; in venc_send_frame() 555 stAttr.stVencAttr.u32VirHeight = ctx->u32srcVirHeight; in unit_test_mpi_venc()
|
| H A D | test_mpi_vdec.cpp | 96 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file() 111 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file() 127 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file() 136 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file()
|
| H A D | test_mpi_gdc.cpp | 210 static RK_S32 read_with_pixel_width(RK_U8 *pBuf, RK_U32 u32Width, RK_U32 u32VirHeight, in read_with_pixel_width() argument 215 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_with_pixel_width() 228 … RK_U32 u32VirWidth, RK_U32 u32VirHeight, RK_U32 u32PixFormat, FILE *fp) { in read_image() argument 234 RK_U8 *pBufu = pBufy + u32VirWidth * u32VirHeight; in read_image() 235 RK_U8 *pBufv = pBufu + u32VirWidth * u32VirHeight / 4; in read_image() 240 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_image() 247 for (u32Row = 0; u32Row < u32VirHeight / 2; u32Row++) { in read_image() 256 s32Ret = read_with_pixel_width(pBufy, u32Width, u32VirHeight, u32VirWidth, 3, fp); in read_image() 1198 stLineFrame.stVFrame.u32VirHeight = ctx->u32LineHeight; in test_mpi_gdc_api() 1245 ctx->stTask.stImgIn.stVFrame.u32VirHeight = ctx->u32SrcVirHeight; in test_mpi_gdc_api() [all …]
|
| H A D | test_mpi_vo.cpp | 1161 pstFrameInfo->u32VirWidth, pstFrameInfo->u32VirHeight); in Sample_VO_GetPictureData() 1174 + u32Stride * pstFrameInfo->u32VirHeight + i * u32Stride, in Sample_VO_GetPictureData() 1438 RK_U32 u32VirHeight, in Sample_VO_SetVFrame() argument 1447 !u32VirWidth || !u32VirHeight || in Sample_VO_SetVFrame() 1455 pVFrame->stVFrame.u32VirHeight = u32VirHeight; in Sample_VO_SetVFrame() 1548 pstVFrame->stVFrame.u32VirHeight = 480; in Sample_VO_SendPicture_Mosaic() 1556 pstVFrame->stVFrame.u32VirHeight = 1080; in Sample_VO_SendPicture_Mosaic() 1564 pstVFrame->stVFrame.u32VirHeight = 1080; in Sample_VO_SendPicture_Mosaic() 1585 pstVFrame->stVFrame.u32VirHeight in Sample_VO_SendPicture_Mosaic() [all...] |
| H A D | test_mpi_vi.cpp | 239 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32VirHeight = ctx->height; in init_venc_cfg() 378 buffer->u32VirHeight = ctx->height; in readFromPic()
|
| H A D | test_mpi_all.cpp | 503 stAttr.stVencAttr.u32VirHeight = ctx->u32SrcHeight; in create_venc()
|
| H A D | test_mpi_avs.cpp | 392 pstVencCtx[i].stAttr.stVencAttr.u32VirHeight = vpssOutputHeight[i]; in test_avs_vpss_venc_loop()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_sys.cpp | 51 pstVideoFrame->stVFrame.u32VirHeight = stCalResult.u32VirHeight; in TEST_SYS_CreateVideoFrame() 488 stBufAttr.u32Height = pstVideoFrame->stVFrame.u32VirHeight; in TEST_SYS_FuzzyCompareFrameByFile() 531 stBufAttr.u32Height = pstVideoFrame->stVFrame.u32VirHeight; in TEST_SYS_FuzzyCompareFrame() 543 pstVideoFrame->stVFrame.u32VirHeight, in TEST_SYS_FuzzyCompareFrame()
|
| H A D | test_comm_vpss.cpp | 255 stMbPicCalResult.u32VirHeight, in TEST_VPSS_Proc() 268 frameIn.stVFrame.u32VirHeight = stMbPicCalResult.u32VirHeight; in TEST_VPSS_Proc()
|
| H A D | test_comm_venc.cpp | 78 stAttr.stVencAttr.u32VirHeight = vencCtx->u32Height; in TEST_VENC_Create() 345 stMbPicCalResult.u32VirHeight, in TEST_VENC_SendVencFrameProc() 359 stFrame.stVFrame.u32VirHeight = stMbPicCalResult.u32VirHeight; in TEST_VENC_SendVencFrameProc()
|
| H A D | test_comm_utils.cpp | 157 stPicBufAttr.u32Height = pstVideoFrame->stVFrame.u32VirHeight; in TEST_COMM_FileReadOneFrame() 201 stPicBufAttr.u32Height = pstVideoFrame->stVFrame.u32VirHeight; in TEST_COMM_FileWriteOneFrame()
|
| H A D | test_comm_tde.cpp | 72 pstFrames->stVFrame.u32VirHeight = surface->u32Height; in TEST_TDE_TransSurfaceToVideoFrame() 155 u32VirSrcHeight = stVideoFrame.stVFrame.u32VirHeight; in TEST_TDE_LoadSrcFrame()
|
| H A D | test_comm_avs.cpp | 245 pstVideoFrames[AvsPipe]->stVFrame.u32VirHeight = stMbPicCalResult.u32VirHeight; in TEST_AVS_ModGetFrameFromPool() 278 pstVideoFrames[AvsPipe]->stVFrame.u32VirHeight, in TEST_AVS_ModGetFrameFromPool() 359 pstVideoFrames[AvsPipe]->stVFrame.u32VirHeight, in TEST_AVS_ModCreateFrame()
|
| H A D | test_comm_vgs.cpp | 115 u32VirSrcHeight = stVideoFrame->stVFrame.u32VirHeight; in TEST_VGS_LoadSrcFrame()
|
| H A D | test_mod_vpss.cpp | 122 stChnFrameInfos[i].stVFrame.u32VirHeight, pstCtx->s32GrpIndex, i); in TEST_VPSS_ModSingleTest()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_comm_video.h | 484 RK_U32 u32VirHeight; member 508 RK_U32 u32VirHeight; member
|
| H A D | rk_comm_rgn.h | 209 RK_U32 u32VirHeight; member
|
| H A D | rk_comm_vo.h | 471 RK_U32 u32VirHeight; member
|
| H A D | rk_comm_venc.h | 370 RK_U32 u32VirHeight; // stride height, eg. u32VirHeight=(u32PicHeight+15)&(~15) member
|
| /OK3568_Linux_fs/kernel/include/soc/rockchip/ |
| H A D | rockchip_rockit.h | 38 u32 u32VirHeight; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | cif-rockit.c | 220 rockit_rkcif_cfg->frame.u32VirHeight = stream->pixm.height; in rkcif_rockit_buf_done()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_rockit.c | 279 rockit_cfg->frame.u32VirHeight = stream->out_fmt.height; in rkisp_rockit_buf_done()
|