Home
last modified time | relevance | path

Searched refs:m_sParamH263 (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp354 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
355 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
356m_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 …]
Domx_video_base.cpp1643 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp402 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
403 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
404m_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 …]
Domx_video_base.cpp1562 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp480 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
481 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
482m_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 …]
Domx_swvenc_mpeg4.cpp398 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 …]
Domx_video_base.cpp1657 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp495 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
496 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
497m_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 …]
Domx_swvenc_mpeg4.cpp398 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 …]
Domx_video_base.cpp1679 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp422 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 …]
Domx_video_base.cpp1684 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h129 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
Domx_video_base.h674 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h538 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h592 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h614 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h625 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable