Home | History | Annotate | Download | only in videocodec

Lines Matching refs:GOP

294     uint32_t GOP = 0;
297 GOP = 0xFFFFFFFF;
301 GOP = IntraPeriod*idrPeriod + 1;
303 GOP = IntraPeriod*idrPeriod;
308 poc = mInputPictureCount % GOP;