Searched refs:stLayerAttr (Results 1 – 5 of 5) sorted by relevance
477 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...]
494 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local508 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 …]
253 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local258 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 …]
247 VO_VIDEO_LAYER_ATTR_S stLayerAttr; in create_vo() local261 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 …]
116 VO_VIDEO_LAYER_ATTR_S stLayerAttr; member163 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()