/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 | 1562 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 | 480 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 481 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 482 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init() 483 m_sParamH263.nBFrames = 0; in component_init() 484 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 485 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 486 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 487 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 488 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 489 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 | 1657 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 495 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 496 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 497 …m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defaul… in component_init() 498 m_sParamH263.nBFrames = 0; in component_init() 499 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 500 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 501 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 502 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 503 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 504 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 | 1679 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 422 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init() 423 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 425 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 426 m_sParamH263.nBFrames = 0; in component_init() 427 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 428 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init() 429 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init() 430 m_sParamH263.nAllowedPictureTypes = 2; in component_init() 431 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init() 432 m_sParamH263.nPictureHeaderRepetition = 0; in component_init() [all …]
|
D | omx_video_base.cpp | 1684 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 129 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
D | omx_video_base.h | 674 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
/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/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 592 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 614 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 625 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
|