Home
last modified time | relevance | path

Searched refs:m_sParamMPEG4 (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp339 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init()
340 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init()
342 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init()
343 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init()
344 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init()
345 m_sParamMPEG4.bGov = OMX_FALSE; in component_init()
346m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init()
347 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init()
348 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init()
[all …]
Domx_video_base.cpp1636 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp383 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init()
384 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
385 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init()
386 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init()
387 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init()
388 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init()
389 m_sParamMPEG4.bGov = OMX_FALSE; in component_init()
390m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init()
391 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init()
392 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init()
[all …]
Domx_video_base.cpp1552 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h537 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h589 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable