HomeSort by relevance Sort by last modified time
    Searched refs:m_sParamProfileLevel (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 187 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
188 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
192 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
193 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
197 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
198 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
202 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
203 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
579 m_sParamProfileLevel.eProfile = pParam->eProfile;
580 m_sParamProfileLevel.eLevel = pParam->eLevel
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 444 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;

Completed in 42 milliseconds