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

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_extensions.hpp 100 setStatus &= vExt.setParamInt32(ext, "enable", m_sParamAVTimerTimestampMode.bEnable);
219 memcpy(&avTimerEnableParam, &m_sParamAVTimerTimestampMode, sizeof(QOMX_ENABLETYPE));
omx_video_encoder.cpp 559 OMX_INIT_STRUCT(&m_sParamAVTimerTimestampMode, QOMX_ENABLETYPE);
560 m_sParamAVTimerTimestampMode.bEnable = OMX_FALSE;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 656 QOMX_ENABLETYPE m_sParamAVTimerTimestampMode; // use VT-timestamps in gralloc-handle

Completed in 399 milliseconds