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

  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 328 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
329 m_sParamAVC.nSliceHeaderSpacing =
330 m_sParamAVC.nPFrames = 29;
331 m_sParamAVC.nBFrames = 0;
332 m_sParamAVC.bUseHadamard = OMX_FALSE;//todo: to decide the value
333 m_sParamAVC.nRefFrames = 0; //todo: to decide the value
334 m_sParamAVC.nRefIdx10ActiveMinus1 = 0; //todo: to decide the value
335 m_sParamAVC.nRefIdx11ActiveMinus1 = 0; //todo: to decide the value
336 m_sParamAVC.bEnableUEP = OMX_FALSE; //todo: to decide the value
337 m_sParamAVC.bEnableFMO = OMX_FALSE;//todo: to decide the valu
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 451 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC;

Completed in 96 milliseconds