Searched refs:Prop (Results 1 – 4 of 4) sorted by relevance
146 SWVENC_PROPERTY Prop; in component_init() local300 Prop.id = SWVENC_PROPERTY_ID_FRAME_SIZE; in component_init()301 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init()302 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth; in component_init()304 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init()313 Prop.id = SWVENC_PROPERTY_ID_FRAME_ATTRIBUTES; in component_init()314 Prop.info.frame_attributes.stride_luma = m_sInPortDef.format.video.nStride; in component_init()315 Prop.info.frame_attributes.stride_chroma = m_sInPortDef.format.video.nStride; in component_init()316 Prop.info.frame_attributes.offset_luma = 0; in component_init()317 Prop.info.frame_attributes.offset_chroma = in component_init()[all …]
146 SWVENC_PROPERTY Prop; in component_init() local308 Prop.id = SWVENC_PROPERTY_ID_FRAME_SIZE; in component_init()309 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init()310 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth; in component_init()312 Ret = swvenc_setproperty(m_hSwVenc, &Prop); in component_init()321 Prop.id = SWVENC_PROPERTY_ID_FRAME_ATTRIBUTES; in component_init()322 Prop.info.frame_attributes.stride_luma = m_sInPortDef.format.video.nStride; in component_init()323 Prop.info.frame_attributes.stride_chroma = m_sInPortDef.format.video.nStride; in component_init()324 Prop.info.frame_attributes.offset_luma = 0; in component_init()325 Prop.info.frame_attributes.offset_chroma = in component_init()[all …]
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 …]