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-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-v4l2/vidc/venc/src/
omx_video_encoder.cpp 233 OMX_INIT_STRUCT(&m_sParamProfileLevel, OMX_VIDEO_PARAM_PROFILELEVELTYPE);
234 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
253 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
254 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_MPEG4Level0;
256 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
257 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_H263Level10;
259 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
260 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_AVCLevel1;
262 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain;
263 m_sParamProfileLevel.eLevel = (OMX_U32) OMX_VIDEO_VP8Level_Version0
    [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 569 OMX_VIDEO_PARAM_PROFILELEVELTYPE m_sParamProfileLevel;

Completed in 369 milliseconds