Searched refs:m_sParamH263 (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 354 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 355 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 356 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init() 357 m_sParamH263.nBFrames = 0; in component_init() 358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 359 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 360 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 361 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 362 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 363 m_sParamH263.nPictureHeaderRepetition = 0; in component_init() [all …]
|
D | omx_video_base.cpp | 1643 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 402 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 403 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 404 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init() 405 m_sParamH263.nBFrames = 0; in component_init() 406 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 407 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 408 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 409 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 410 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 411 m_sParamH263.nPictureHeaderRepetition = 0; in component_init() [all …]
|
D | omx_video_base.cpp | 1560 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 473 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 474 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 475 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init() 476 m_sParamH263.nBFrames = 0; in component_init() 477 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 478 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 479 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 480 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 481 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 482 m_sParamH263.nPictureHeaderRepetition = 0; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 398 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 399 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 401 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 402 m_sParamH263.nBFrames = 0; in component_init() 403 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 404 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 405 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 406 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 407 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 408 m_sParamH263.nPictureHeaderRepetition = 0; in component_init() [all …]
|
D | omx_video_base.cpp | 1651 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 538 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 600 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 590 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|