Searched refs:m_sParamVP8 (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 443 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE); in component_init() 444 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 445 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 446 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0; in component_init() 447 m_sParamVP8.nDCTPartitions = 0; in component_init() 448 m_sParamVP8.bErrorResilientMode = OMX_FALSE; in component_init() 902 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions || in set_parameter() 903 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) { in set_parameter() 910 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE)); in set_parameter() 967 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter() [all …]
|
D | omx_video_base.cpp | 1578 memcpy(pParam, &m_sParamVP8, sizeof(m_sParamVP8)); in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 399 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE); in component_init() 400 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 401 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 402 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0; in component_init() 403 m_sParamVP8.nDCTPartitions = 0; in component_init() 404 m_sParamVP8.bErrorResilientMode = OMX_FALSE; in component_init() 795 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions || in set_parameter() 796 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) { in set_parameter() 803 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE)); in set_parameter() 876 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter() [all …]
|
D | omx_video_base.cpp | 1700 memcpy(pParam, &m_sParamVP8, sizeof(m_sParamVP8)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 520 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE); in component_init() 521 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 522 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 523 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0; in component_init() 524 m_sParamVP8.nDCTPartitions = 0; in component_init() 525 m_sParamVP8.bErrorResilientMode = OMX_FALSE; in component_init() 952 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions || in set_parameter() 953 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) { in set_parameter() 960 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE)); in set_parameter() 1017 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter() [all …]
|
D | omx_video_base.cpp | 1673 memcpy(pParam, &m_sParamVP8, sizeof(m_sParamVP8)); in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 535 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE); in component_init() 536 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 537 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 538 m_sParamVP8.eLevel = OMX_VIDEO_VP8Level_Version0; in component_init() 539 m_sParamVP8.nDCTPartitions = 0; in component_init() 540 m_sParamVP8.bErrorResilientMode = OMX_FALSE; in component_init() 997 if (pParam->nDCTPartitions != m_sParamVP8.nDCTPartitions || in set_parameter() 998 pParam->bErrorResilientMode != m_sParamVP8.bErrorResilientMode) { in set_parameter() 1005 memcpy(&m_sParamVP8,pParam, sizeof(struct OMX_VIDEO_PARAM_VP8TYPE)); in set_parameter() 1062 m_sParamVP8.eProfile = (OMX_VIDEO_VP8PROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter() [all …]
|
D | omx_video_base.cpp | 1695 memcpy(pParam, &m_sParamVP8, sizeof(m_sParamVP8)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 594 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 616 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 627 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 676 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8; variable
|