Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp355 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
357 m_sParamH263.nBFrames = 0; 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()
364 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
797 m_sParamH263.eLevel); in set_parameter()
1183 m_sParamH263.eLevel); in update_profile_level()
[all …]
H A Domx_video_base.cpp1643 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp403 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 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()
412 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
951 m_sParamH263.eLevel); in set_parameter()
[all …]
H A Domx_video_base.cpp1562 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp481 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 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()
490 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
1001 m_sParamH263.eLevel); in set_parameter()
[all …]
H A 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()
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()
409 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
[all …]
H A Domx_video_base.cpp1656 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp496 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT; 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()
505 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
1046 m_sParamH263.eLevel); in set_parameter()
[all …]
H A 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()
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()
409 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
[all …]
H A Domx_video_base.cpp1679 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A 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()
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()
433 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
[all …]
H A Domx_video_base.cpp1677 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A 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()
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()
438 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
[all …]
H A Domx_video_base.cpp1703 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A 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()
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()
450 m_sParamH263.nGOBHeaderInterval = 1; in component_init()
[all …]
H A Domx_video_base.cpp1647 memcpy(pParam, &m_sParamH263, sizeof(m_sParamH263)); in get_parameter()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_swvenc_mpeg4.h129 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
H A Domx_video_base.h676 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h538 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h592 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h616 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h627 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h685 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h680 OMX_VIDEO_PARAM_H263TYPE m_sParamH263; variable