Home | History | Annotate | Download | only in src

Lines Matching refs:nRefFrames

373   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 = 1;