Home
last modified time | relevance | path

Searched refs:m_sParamH263 (Results 1 – 20 of 20) 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.cpp1656 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/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp427 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
428 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
430 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init()
431 m_sParamH263.nBFrames = 0; in component_init()
432 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init()
433 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init()
434 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init()
435 m_sParamH263.nAllowedPictureTypes = 2; in component_init()
436 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init()
437 m_sParamH263.nPictureHeaderRepetition = 0; in component_init()
[all …]
Domx_video_base.cpp1703 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp437 OMX_INIT_STRUCT(&m_sParamH263, OMX_VIDEO_PARAM_H263TYPE); in component_init()
438 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
441 m_sParamH263.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init()
443 m_sParamH263.nBFrames = 0; in component_init()
444 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init()
445 m_sParamH263.eLevel = OMX_VIDEO_H263Level10; in component_init()
446 m_sParamH263.bPLUSPTYPEAllowed = OMX_FALSE; in component_init()
447 m_sParamH263.nAllowedPictureTypes = 2; in component_init()
448 m_sParamH263.bForceRoundingTypeToZero = OMX_TRUE; in component_init()
449 m_sParamH263.nPictureHeaderRepetition = 0; in component_init()
[all …]
Domx_video_base.cpp1649 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/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.h616 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h627 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h685 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h681 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable