Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp209 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init()
210 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init()
231 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init()
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init()
236 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init()
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init()
241 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init()
780 m_sParamProfileLevel.eProfile = pParam->eProfile; in set_parameter()
781 m_sParamProfileLevel.eLevel = pParam->eLevel; in set_parameter()
[all …]
Domx_video_base.cpp1659 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp233 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in component_init()
234 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
253 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init()
254 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0; in component_init()
256 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init()
257 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10; in component_init()
259 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init()
260 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1; in component_init()
262 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init()
263 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0; in component_init()
[all …]
Domx_video_base.cpp1571 memcpy(pParam, &m_sParamProfileLevel, sizeof(m_sParamProfileLevel)); in get_parameter()
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h569 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel; variable