Searched refs:m_sParamAVC (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 367 OMX_INIT_STRUCT(&m_sParamAVC, OMX_VIDEO_PARAM_AVCTYPE); in component_init() 368 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 369 m_sParamAVC.nSliceHeaderSpacing = 0; in component_init() 370 …m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default… in component_init() 371 m_sParamAVC.nBFrames = 0; in component_init() 372 m_sParamAVC.bUseHadamard = OMX_FALSE; in component_init() 373 m_sParamAVC.nRefFrames = 1; in component_init() 374 m_sParamAVC.nRefIdx10ActiveMinus1 = 1; in component_init() 375 m_sParamAVC.nRefIdx11ActiveMinus1 = 0; in component_init() 376 m_sParamAVC.bEnableUEP = OMX_FALSE; in component_init() [all …]
|
D | omx_video_base.cpp | 1650 memcpy(pParam, &m_sParamAVC, sizeof(m_sParamAVC)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 415 OMX_INIT_STRUCT(&m_sParamAVC, OMX_VIDEO_PARAM_AVCTYPE); in component_init() 416 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 417 m_sParamAVC.nSliceHeaderSpacing = 0; in component_init() 418 …m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default… in component_init() 419 m_sParamAVC.nBFrames = 0; in component_init() 420 m_sParamAVC.bUseHadamard = OMX_FALSE; in component_init() 421 m_sParamAVC.nRefFrames = 1; in component_init() 422 m_sParamAVC.nRefIdx10ActiveMinus1 = 1; in component_init() 423 m_sParamAVC.nRefIdx11ActiveMinus1 = 0; in component_init() 424 m_sParamAVC.bEnableUEP = OMX_FALSE; in component_init() [all …]
|
D | omx_video_base.cpp | 1568 memcpy(pParam, &m_sParamAVC, sizeof(m_sParamAVC)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 493 OMX_INIT_STRUCT(&m_sParamAVC, OMX_VIDEO_PARAM_AVCTYPE); in component_init() 494 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 495 m_sParamAVC.nSliceHeaderSpacing = 0; in component_init() 496 …m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default… in component_init() 497 m_sParamAVC.nBFrames = 0; in component_init() 498 m_sParamAVC.bUseHadamard = OMX_FALSE; in component_init() 499 m_sParamAVC.nRefIdx10ActiveMinus1 = 1; in component_init() 500 m_sParamAVC.nRefIdx11ActiveMinus1 = 0; in component_init() 501 m_sParamAVC.bEnableUEP = OMX_FALSE; in component_init() 502 m_sParamAVC.bEnableFMO = OMX_FALSE; in component_init() [all …]
|
D | omx_video_base.cpp | 1659 memcpy(pParam, &m_sParamAVC, sizeof(m_sParamAVC)); in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 508 OMX_INIT_STRUCT(&m_sParamAVC, OMX_VIDEO_PARAM_AVCTYPE); in component_init() 509 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 510 m_sParamAVC.nSliceHeaderSpacing = 0; in component_init() 511 …m_sParamAVC.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for default… in component_init() 512 m_sParamAVC.nBFrames = 0; in component_init() 513 m_sParamAVC.bUseHadamard = OMX_FALSE; in component_init() 514 m_sParamAVC.nRefIdx10ActiveMinus1 = 1; in component_init() 515 m_sParamAVC.nRefIdx11ActiveMinus1 = 0; in component_init() 516 m_sParamAVC.bEnableUEP = OMX_FALSE; in component_init() 517 m_sParamAVC.bEnableFMO = OMX_FALSE; in component_init() [all …]
|
D | omx_video_base.cpp | 1680 memcpy(pParam, &m_sParamAVC, sizeof(m_sParamAVC)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 539 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 593 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 615 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 624 OMX_VIDEO_PARAM_AVCTYPE m_sParamAVC; variable
|