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

  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 314 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE);
315 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
316 m_sParamH263.nPFrames = 29;
317 m_sParamH263.nBFrames = 0;
318 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
319 m_sParamH263.eLevel = OMX_VIDEO_H263Level10;
320 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE;
321 m_sParamH263.nAllowedPictureTypes = 2;
322 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; ///@todo determine what this should be
323 m_sParamH263.nPictureHeaderRepetition = 0; ///@todo determine what this should b
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 450 OMX_VIDEO_PARAM_H263TYPE m_sParamH263;

Completed in 17 milliseconds