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