/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 339 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 340 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 342 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 343 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 344 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 345 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 346 …m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init() 347 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 348 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init() [all …]
|
D | omx_video_base.cpp | 1636 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 387 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 388 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 389 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 390 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 391 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 392 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 393 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 394 …m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init() 395 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 396 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init() [all …]
|
D | omx_video_base.cpp | 1554 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 465 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 466 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 467 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 468 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 469 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 470 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 471 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 472 …m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init() 473 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 474 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 379 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 380 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 381 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 382 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 383 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 384 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 385 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 387 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 388 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 390 m_sParamMPEG4.nTimeIncRes = 30; in component_init() [all …]
|
D | omx_video_base.cpp | 1648 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 480 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 481 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 482 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 483 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 484 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 485 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 486 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 487 …m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); // 2 second intra period for defa… in component_init() 488 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 489 m_sParamMPEG4.nTimeIncRes = 30; // delta = 2 @ 15 fps in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 379 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 380 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 381 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 382 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 383 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 384 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 385 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 387 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 388 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 390 m_sParamMPEG4.nTimeIncRes = 30; in component_init() [all …]
|
D | omx_video_base.cpp | 1671 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 403 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 404 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 405 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 406 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 407 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 408 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 409 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 411 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 412 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 414 m_sParamMPEG4.nTimeIncRes = 30; in component_init() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 408 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 409 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 410 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 411 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 412 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 413 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 414 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 416 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 417 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 419 m_sParamMPEG4.nTimeIncRes = 30; in component_init() [all …]
|
D | omx_video_base.cpp | 1695 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 416 OMX_INIT_STRUCT(&m_sParamMPEG4, OMX_VIDEO_PARAM_MPEG4TYPE); in component_init() 417 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init() 418 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 419 m_sParamMPEG4.eLevel = OMX_VIDEO_MPEG4Level0; in component_init() 420 m_sParamMPEG4.nSliceHeaderSpacing = 0; in component_init() 421 m_sParamMPEG4.bSVH = OMX_FALSE; in component_init() 422 m_sParamMPEG4.bGov = OMX_FALSE; in component_init() 425 m_sParamMPEG4.nPFrames = (m_sOutPortFormat.xFramerate * 2 - 1); in component_init() 427 m_sParamMPEG4.bACPred = OMX_TRUE; in component_init() 429 m_sParamMPEG4.nTimeIncRes = 30; in component_init() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 128 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|
D | omx_video_base.h | 675 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 537 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 591 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 679 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 684 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
|