Searched refs:VO_CH_CNT (Results 1 – 1 of 1) sorted by relevance
51 #define VO_CH_CNT 4 macro348 for (int i = 0; i < VO_CH_CNT; i++) { in create_vo()349 stChnAttr.stRect.u32Width = HDMI_W / (VO_CH_CNT / 2); in create_vo()350 stChnAttr.stRect.u32Height = HDMI_H / (VO_CH_CNT / 2); in create_vo()351 stChnAttr.stRect.s32X = (i % (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Width; in create_vo()352 stChnAttr.stRect.s32Y = (i / (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Height; in create_vo()363 stChnAttr.stRect.u32Width = MIPI_W / (VO_CH_CNT / 2); in create_vo()364 stChnAttr.stRect.u32Height = MIPI_H / (VO_CH_CNT / 2); in create_vo()365 stChnAttr.stRect.s32X = (i % (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Width; in create_vo()366 stChnAttr.stRect.s32Y = (i / (VO_CH_CNT / 2)) * stChnAttr.stRect.u32Height; in create_vo()