Searched refs:stImageSize (Results 1 – 7 of 7) sorted by relevance
548 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in mpi_vo_init_sample() 549 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in mpi_vo_init_sample() 615 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in mpi_vo_init_sample() 616 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in mpi_vo_init_sample() 1700 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in Sample_VO_Demo_Video_Mosaic() 1701 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in Sample_VO_Demo_Video_Mosaic() 1800 stLayerAttr.stImageSize.u32Width = ctx->u32Screen0ImageWidth; in Sample_VO_Demo_UI() 1801 stLayerAttr.stImageSize.u32Height = ctx->u32Screen0ImageHeight; in Sample_VO_Demo_UI() 1814 stLayerAttr.stImageSize.u32Width = ctx->u32Screen1ImageWidth; in Sample_VO_Demo_UI() 1815 stLayerAttr.stImageSize in Sample_VO_Demo_UI() [all...]
516 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()517 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()555 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width / ChCnt; in create_vo()556 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height / ChCnt; in create_vo()
266 stLayerAttr.stImageSize.u32Width = HDMI_W; in create_vo()267 stLayerAttr.stImageSize.u32Height = HDMI_H; in create_vo()325 stLayerAttr.stImageSize.u32Width = MIPI_W; in create_vo()326 stLayerAttr.stImageSize.u32Height = MIPI_H; in create_vo()
592 pstVoCtx.stVoLayerAttr.stImageSize.u32Width = in test_avs_vo_loop()594 pstVoCtx.stVoLayerAttr.stImageSize.u32Height = in test_avs_vo_loop()601 pstVoCtx.stVoLayerAttr.stImageSize.u32Width; in test_avs_vo_loop()603 pstVoCtx.stVoLayerAttr.stImageSize.u32Height; in test_avs_vo_loop()
269 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()270 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()309 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width; in create_vo()310 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height; in create_vo()
1167 ctx->stLayerAttr.stImageSize.u32Width = ctx->u32VoWidth; in test_mpi_gdc_api()1168 ctx->stLayerAttr.stImageSize.u32Height = ctx->u32VoHeight; in test_mpi_gdc_api()
353 SIZE_S stImageSize; /* RW; Canvas size of the video layer */ member