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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 439 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE);
440 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
441 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain;
442 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0;
443 m_sParamVP8.nDCTPartitions = 0;
444 m_sParamVP8.bErrorResilientMode = OMX_FALSE;
    [all...]
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 591 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8;

Completed in 4821 milliseconds