Home | History | Annotate | Download | only in test

Lines Matching refs:nPFrames

672         h263.nPFrames = m_sProfile.nFramerate * 2 - 1; // intra period
787 intra.nPFrames = (OMX_U32) (2 * m_sProfile.nFramerate - 1); //setting I
1381 dynamic_config.config_data.intraperiod.nPFrames = strtoul(param, NULL, 10) - 1;