Searched refs:Prop (Results 1 – 1 of 1) sorted by relevance
118 SWVENC_PROPERTY Prop; in component_init() local271 Prop.id = SWVENC_PROPERTY_ID_FRAME_SIZE; in component_init()272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init()273 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth; in component_init()275 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init()284 Prop.id = SWVENC_PROPERTY_ID_FRAME_ATTRIBUTES; in component_init()285 Prop.info.frame_attributes.stride_luma = m_sInPortDef.format.video.nStride; in component_init()286 Prop.info.frame_attributes.stride_chroma = m_sInPortDef.format.video.nStride; in component_init()287 Prop.info.frame_attributes.offset_luma = 0; in component_init()288 Prop.info.frame_attributes.offset_chroma = in component_init()[all …]