Searched refs:m_sParamLTRCount (Results 1 – 14 of 14) 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/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 241 setStatus &= vExt.setParamInt32(ext, "num-ltr-frames", m_sParamLTRCount.nCount); in get_vendor_extension_config() 640 memcpy(<rCount, &m_sParamLTRCount, sizeof(QOMX_VIDEO_PARAM_LTRCOUNT_TYPE)); in set_vendor_extension_config()
|
D | omx_video_encoder.cpp | 428 OMX_INIT_STRUCT(&m_sParamLTRCount, QOMX_VIDEO_PARAM_LTRCOUNT_TYPE); in component_init() 429 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 430 m_sParamLTRCount.nCount = 0; in component_init() 1333 memcpy(&m_sParamLTRCount, pParam, sizeof(m_sParamLTRCount)); in set_parameter()
|
D | omx_video_base.cpp | 1965 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
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 699 QOMX_VIDEO_PARAM_LTRCOUNT_TYPE m_sParamLTRCount; variable
|