Searched refs:m_rcMethod (Results 1 – 2 of 2) sorted by relevance
3968 , m_rcMethod(0) in Hrd()3989 m_rcMethod = par.mfx.RateControlMethod; in Setup()3990 if (m_rcMethod != MFX_RATECONTROL_CBR && in Setup()3991 m_rcMethod != MFX_RATECONTROL_VBR && in Setup()3992 m_rcMethod != MFX_RATECONTROL_WIDI_VBR) in Setup()3993 m_rcMethod = MFX_RATECONTROL_VBR; in Setup()4042 double tai_cur = (m_rcMethod == MFX_RATECONTROL_VBR) in RemoveAccessUnit()4060 : initialCpbRemovalDelay > m_hrdIn90k && m_rcMethod == MFX_RATECONTROL_VBR in GetInitCpbRemovalDelay()4084 double tai_cur = (m_rcMethod == MFX_RATECONTROL_VBR) in GetMaxFrameSize()
1616 mfxU32 m_rcMethod; variable