Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h642 OMX_QOMX_VIDEO_MBI_STATISTICS m_sMBIStatistics; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h654 OMX_QOMX_VIDEO_MBI_STATISTICS m_sMBIStatistics; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp550 OMX_INIT_STRUCT(&m_sMBIStatistics, OMX_QOMX_VIDEO_MBI_STATISTICS); in component_init()
551 m_sMBIStatistics.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
552 m_sMBIStatistics.eMBIStatisticsType = QOMX_MBI_STATISTICS_MODE_DEFAULT; in component_init()
Domx_video_base.cpp1972 memcpy(mbi_mode, &m_sMBIStatistics, sizeof(m_sMBIStatistics)); in get_parameter()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp565 OMX_INIT_STRUCT(&m_sMBIStatistics, OMX_QOMX_VIDEO_MBI_STATISTICS); in component_init()
566 m_sMBIStatistics.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
567 m_sMBIStatistics.eMBIStatisticsType = QOMX_MBI_STATISTICS_MODE_DEFAULT; in component_init()
Domx_video_base.cpp2007 memcpy(mbi_mode, &m_sMBIStatistics, sizeof(m_sMBIStatistics)); in get_parameter()