Searched refs:pstVoCtx (Results 1 – 1 of 1) sorted by relevance
549 VO_CFG_S pstVoCtx; in test_avs_vo_loop() local571 pstVoCtx.s32LayerId = 0; in test_avs_vo_loop()572 pstVoCtx.s32DevId = RK3588_VO_DEV_HDMI; in test_avs_vo_loop()574 if (RK3588_VO_DEV_HDMI == pstVoCtx.s32DevId) { in test_avs_vo_loop()575 pstVoCtx.stVoLayerAttr.stDispRect.u32Width = 1920; in test_avs_vo_loop()576 pstVoCtx.stVoLayerAttr.stDispRect.u32Height = 1080; in test_avs_vo_loop()577 } else if (RK3588_VO_DEV_MIPI == pstVoCtx.s32DevId) { in test_avs_vo_loop()578 pstVoCtx.stVoLayerAttr.stDispRect.u32Width = 1080; in test_avs_vo_loop()579 pstVoCtx.stVoLayerAttr.stDispRect.u32Height = 1920; in test_avs_vo_loop()581 pstVoCtx.stVoLayerAttr.enPixFormat = RK_FMT_RGB888; in test_avs_vo_loop()[all …]