Home
last modified time | relevance | path

Searched refs:Prop (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp146 SWVENC_PROPERTY Prop; in component_init() local
300 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 …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp146 SWVENC_PROPERTY Prop; in component_init() local
308 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 …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp118 SWVENC_PROPERTY Prop; in component_init() local
271 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 …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp118 SWVENC_PROPERTY Prop; in component_init() local
271 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 …]