Home
last modified time | relevance | path

Searched refs:stLayerAttr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp477 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in mpi_vo_init_sample() local
491 memset(&stLayerAttr, 0, sizeof(VO_VIDEO_LAYER_ATTR_S)); in mpi_vo_init_sample()
544 stLayerAttr.stDispRect.s32X = 0; in mpi_vo_init_sample()
545 stLayerAttr.stDispRect.s32Y = 0; in mpi_vo_init_sample()
546 stLayerAttr.stDispRect.u32Width = u32DispWidth; in mpi_vo_init_sample()
547 stLayerAttr.stDispRect.u32Height = u32DispHeight; in mpi_vo_init_sample()
548 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in mpi_vo_init_sample()
549 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in mpi_vo_init_sample()
551 stLayerAttr.u32DispFrmRt = 30; in mpi_vo_init_sample()
553 stLayerAttr in mpi_vo_init_sample()
1240 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_MultiGFXLayer_Start() local
1286 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_MultiWindowns_Start() local
1612 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_Demo_Video_Mosaic() local
1734 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_Demo_UI() local
1887 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_Demo_Alpha() local
2043 VO_VIDEO_LAYER_ATTR_S stLayerAttr; Sample_VO_Video_Homologous() local
[all...]
H A Dtest_mpi_vdec.cpp494 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local
508 memset(&stLayerAttr, 0, sizeof(VO_VIDEO_LAYER_ATTR_S)); in create_vo()
510 stLayerAttr.enPixFormat = RK_FMT_RGB888; in create_vo()
511 stLayerAttr.stDispRect.s32X = 0; in create_vo()
512 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
513 stLayerAttr.u32DispFrmRt = 30; in create_vo()
514 stLayerAttr.stDispRect.u32Width = 1920; in create_vo()
515 stLayerAttr.stDispRect.u32Height = 1080; in create_vo()
516 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()
517 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()
[all …]
H A Dtest_mpi_all.cpp253 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local
258 memset(&stLayerAttr, 0, sizeof(VO_VIDEO_LAYER_ATTR_S)); in create_vo()
260 stLayerAttr.enPixFormat = RK_FMT_RGB888; in create_vo()
261 stLayerAttr.stDispRect.s32X = 0; in create_vo()
262 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
263 stLayerAttr.u32DispFrmRt = 30; in create_vo()
264 stLayerAttr.stDispRect.u32Width = HDMI_W; in create_vo()
265 stLayerAttr.stDispRect.u32Height = HDMI_H; in create_vo()
266 stLayerAttr.stImageSize.u32Width = HDMI_W; in create_vo()
267 stLayerAttr.stImageSize.u32Height = HDMI_H; in create_vo()
[all …]
H A Dtest_mpi_vi.cpp247 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local
261 memset(&stLayerAttr, 0, sizeof(VO_VIDEO_LAYER_ATTR_S)); in create_vo()
263 stLayerAttr.enPixFormat = RK_FMT_RGB888; in create_vo()
264 stLayerAttr.stDispRect.s32X = 0; in create_vo()
265 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
266 stLayerAttr.u32DispFrmRt = 30; in create_vo()
267 stLayerAttr.stDispRect.u32Width = 1920; in create_vo()
268 stLayerAttr.stDispRect.u32Height = 1080; in create_vo()
269 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()
270 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()
[all …]
H A Dtest_mpi_gdc.cpp116 VO_VIDEO_LAYER_ATTR_S stLayerAttr; member
163 s32Ret = RK_MPI_VO_SetLayerAttr(VoLayer, &ctx->stLayerAttr); in create_vo()
1161 ctx->stLayerAttr.enPixFormat = RK_FMT_BGR888; in test_mpi_gdc_api()
1162 ctx->stLayerAttr.stDispRect.s32X = 0; in test_mpi_gdc_api()
1163 ctx->stLayerAttr.stDispRect.s32Y = 0; in test_mpi_gdc_api()
1164 ctx->stLayerAttr.u32DispFrmRt = 30; in test_mpi_gdc_api()
1165 ctx->stLayerAttr.stDispRect.u32Width = ctx->u32VoWidth; in test_mpi_gdc_api()
1166 ctx->stLayerAttr.stDispRect.u32Height = ctx->u32VoHeight; in test_mpi_gdc_api()
1167 ctx->stLayerAttr.stImageSize.u32Width = ctx->u32VoWidth; in test_mpi_gdc_api()
1168 ctx->stLayerAttr.stImageSize.u32Height = ctx->u32VoHeight; in test_mpi_gdc_api()