Searched refs:m_sConfigQP (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_extensions.hpp | 210 setStatus &= vExt.setParamInt32(ext, "value", m_sConfigQP.nQP); in get_vendor_extension_config() 525 memcpy(&qpConfig, &m_sConfigQP, sizeof(OMX_QCOM_VIDEO_CONFIG_QP)); in set_vendor_extension_config()
|
D | omx_swvenc_mpeg4.cpp | 399 OMX_INIT_STRUCT(&m_sConfigQP, OMX_QCOM_VIDEO_CONFIG_QP); in component_init() 400 m_sConfigQP.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
|
D | omx_video_base.cpp | 2265 memcpy(pParam, &m_sConfigQP, sizeof(m_sConfigQP)); in get_config()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 633 OMX_INIT_STRUCT(&m_sConfigQP, OMX_QCOM_VIDEO_CONFIG_QP); in component_init() 634 m_sConfigQP.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 635 m_sConfigQP.nQP = 30; in component_init() 2193 memcpy(&m_sConfigQP, pParam, sizeof(m_sConfigQP)); in set_config()
|
D | omx_video_extensions.hpp | 225 setStatus &= vExt.setParamInt32(ext, "value", m_sConfigQP.nQP); in get_vendor_extension_config() 608 memcpy(&qpConfig, &m_sConfigQP, sizeof(OMX_QCOM_VIDEO_CONFIG_QP)); in set_vendor_extension_config()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 649 OMX_SKYPE_VIDEO_CONFIG_QP m_sConfigQP; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 661 OMX_SKYPE_VIDEO_CONFIG_QP m_sConfigQP; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 721 OMX_QCOM_VIDEO_CONFIG_QP m_sConfigQP; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 711 OMX_QCOM_VIDEO_CONFIG_QP m_sConfigQP; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2083 memcpy(&m_sConfigQP, pParam, sizeof(m_sConfigQP)); in set_config()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2196 memcpy(&m_sConfigQP, pParam, sizeof(m_sConfigQP)); in set_config()
|