Searched refs:nRefFrames (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 373 m_sParamAVC.nRefFrames = 1; in component_init() 731 if(pParam->nRefFrames != 2) in set_parameter() 733 …RINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %d to 2", pParam->nRefFrames); in set_parameter() 734 avc_param.nRefFrames = 2; in set_parameter() 742 if(pParam->nRefFrames != 1) in set_parameter() 744 …RROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames); in set_parameter() 745 avc_param.nRefFrames = 1; in set_parameter() 751 if(pParam->nRefFrames != 1) in set_parameter() 753 …RROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames); in set_parameter() 754 avc_param.nRefFrames = 1; in set_parameter()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 393 m_sParamAVC.nRefFrames = 1; in component_init() 751 if (pParam->nRefFrames != 2) { in set_parameter() 752 …rning: 2 RefFrames are needed, changing RefFrames from %u to 2", (unsigned int)pParam->nRefFrames); in set_parameter() 753 avc_param.nRefFrames = 2; in set_parameter() 760 if (pParam->nRefFrames != 1) { in set_parameter() 761 …ROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %lu to 1)", pParam->nRefFrames); in set_parameter() 762 avc_param.nRefFrames = 1; in set_parameter() 768 avc_param.nRefFrames = avc_param.nBFrames + 1; in set_parameter() 772 avc_param.nRefFrames = avc_param.nBFrames + 1; in set_parameter() 774 …_PRINT_HIGH("AVC: RefFrames: %u, BFrames: %u", (unsigned int)avc_param.nRefFrames, (unsigned int)a… in set_parameter() [all …]
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portvideo.cpp | 218 avcparam.nRefFrames = p->nRefFrames;
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Video.h | 885 OMX_U32 nRefFrames; member
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Video.h | 885 OMX_U32 nRefFrames; member
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Video.h | 903 OMX_U32 nRefFrames; member
|
D | OMX_TI_Video.h | 838 OMX_U32 nRefFrames; member 1066 OMX_U32 nRefFrames; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Video.h | 885 OMX_U32 nRefFrames; member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Video.h | 885 OMX_U32 nRefFrames; member
|
/hardware/qcom/media/mm-core/inc/ |
D | OMX_Video.h | 890 OMX_U32 nRefFrames; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 849 pAppData->pH264->nRefFrames = -1; in VIDENCTEST_SetH264Parameter()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 787 pComponentPrivate->pH264->nRefFrames = 1; /*-1; */ in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 1013 pComponentPrivate->pH264->nRefFrames = VIDDEC_DEFAULT_H264_REFFRAMES; in VIDDEC_Load_Defaults()
|