Searched refs:nRefFrames (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp373 m_sParamAVC.nRefFrames = 1;
731 if(pParam->nRefFrames != 2)
733 DEBUG_PRINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %d to 2", pParam->nRefFrames);
734 avc_param.nRefFrames = 2;
742 if(pParam->nRefFrames != 1)
744 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames);
745 avc_param.nRefFrames = 1;
751 if(pParam->nRefFrames != 1)
753 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames);
754 avc_param.nRefFrames
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp372 m_sParamAVC.nRefFrames = 1;
708 if (pParam->nRefFrames != 2) {
709 DEBUG_PRINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %lu to 2", pParam->nRefFrames);
710 avc_param.nRefFrames = 2;
717 if (pParam->nRefFrames != 1) {
718 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %lu to 1)", pParam->nRefFrames);
719 avc_param.nRefFrames = 1;
723 if (pParam->nRefFrames != 1) {
724 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %lu to 1)", pParam->nRefFrames);
725 avc_param.nRefFrames
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Video.h837 * nRefFrames : Max number of reference frames to use for inter
886 OMX_U32 nRefFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Video.h836 * nRefFrames : Max number of reference frames to use for inter
885 OMX_U32 nRefFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h836 * nRefFrames : Max number of reference frames to use for inter
885 OMX_U32 nRefFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h836 * nRefFrames : Max number of reference frames to use for inter
885 OMX_U32 nRefFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h836 * nRefFrames : Max number of reference frames to use for inter
885 OMX_U32 nRefFrames; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c849 pAppData->pH264->nRefFrames = -1;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c787 pComponentPrivate->pH264->nRefFrames = 1; /*-1; */
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c1013 pComponentPrivate->pH264->nRefFrames = VIDDEC_DEFAULT_H264_REFFRAMES;

Completed in 604 milliseconds