Searched refs:prop_dimen (Results 1 – 1 of 1) sorted by relevance
2000 SWVDEC_PROP prop_dimen, prop_attr; in component_init() local2005 prop_dimen.ePropId = SWVDEC_PROP_ID_DIMENSIONS; in component_init()2006 prop_dimen.uProperty.sDimensions.nWidth = drv_ctx.video_resolution.frame_width; in component_init()2007 prop_dimen.uProperty.sDimensions.nHeight = drv_ctx.video_resolution.frame_height; in component_init()2008 ret = SwVdec_SetProperty(m_pSwVdec,&prop_dimen); in component_init()