Home
last modified time | relevance | path

Searched refs:m_sParamMPEG4 (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp339 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()
346m_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 …]
Domx_video_base.cpp1636 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp387 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()
394m_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 …]
Domx_video_base.cpp1554 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp465 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()
472m_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 …]
Domx_swvenc_mpeg4.cpp379 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 …]
Domx_video_base.cpp1648 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp480 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()
487m_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 …]
Domx_swvenc_mpeg4.cpp379 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 …]
Domx_video_base.cpp1671 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp403 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/
Domx_swvenc_mpeg4.cpp408 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 …]
Domx_video_base.cpp1695 memcpy(pParam, &m_sParamMPEG4, sizeof(m_sParamMPEG4)); in get_parameter()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp416 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/
Domx_swvenc_mpeg4.h128 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
Domx_video_base.h675 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h537 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h591 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h679 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h684 OMX_VIDEO_PARAM_MPEG4TYPE m_sParamMPEG4; variable