Searched refs:m_sParamLTRCount (Results 1 - 10 of 10) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_hevc.cpp | 310 OMX_INIT_STRUCT(&m_sParamLTRCount, QOMX_VIDEO_PARAM_LTRCOUNT_TYPE); 311 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 312 m_sParamLTRCount.nCount = 0;
|
H A D | omx_video_encoder.cpp | 537 OMX_INIT_STRUCT(&m_sParamLTRCount, QOMX_VIDEO_PARAM_LTRCOUNT_TYPE); 538 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 539 m_sParamLTRCount.nCount = 0; 1419 memcpy(&m_sParamLTRCount, pParam, sizeof(m_sParamLTRCount));
|
H A D | omx_video_base.cpp | 1909 memcpy(pParam, &m_sParamLTRCount, sizeof(m_sParamLTRCount));
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 460 OMX_INIT_STRUCT(&m_sParamLTRCount, QOMX_VIDEO_PARAM_LTRCOUNT_TYPE); 461 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 462 m_sParamLTRCount.nCount = 0; 1332 memcpy(&m_sParamLTRCount, pParam, sizeof(m_sParamLTRCount));
|
H A D | omx_video_base.cpp | 1804 memcpy(pParam, &m_sParamLTRCount, sizeof(m_sParamLTRCount));
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 552 OMX_INIT_STRUCT(&m_sParamLTRCount, QOMX_VIDEO_PARAM_LTRCOUNT_TYPE); 553 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 554 m_sParamLTRCount.nCount = 0; 1503 memcpy(&m_sParamLTRCount, pParam, sizeof(m_sParamLTRCount));
|
H A D | omx_video_base.cpp | 1944 memcpy(pParam, &m_sParamLTRCount, sizeof(m_sParamLTRCount));
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 613 QOMX_VIDEO_PARAM_LTRCOUNT_TYPE m_sParamLTRCount; member in class:omx_video
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 635 QOMX_VIDEO_PARAM_LTRCOUNT_TYPE m_sParamLTRCount; member in class:omx_video
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 647 QOMX_VIDEO_PARAM_LTRCOUNT_TYPE m_sParamLTRCount; member in class:omx_video
|
Completed in 71 milliseconds