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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 250 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
251 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
270 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
271 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
273 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
274 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
276 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
277 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
279 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
280 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 209 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
210 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
231 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
236 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
241 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
780 m_sParamProfileLevel.eProfile = pParam->eProfile;
781 m_sParamProfileLevel.eLevel = pParam->eLevel
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 532 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 583 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;

Completed in 169 milliseconds