Home | History | Annotate | Download | only in src

Lines Matching refs:ui32IdrPeriod

633     ctx->ui32IdrPeriod = psSeqParams->intra_idr_period;
650 ctx->ui32IdrPeriod = 1;
654 if (ctx->ui32IdrPeriod == 0)
655 ctx->ui32IdrPeriod = INT_MAX;
657 if (ctx->ui32IdrPeriod == 0) {
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
659 } else if (ctx->ui32IdrPeriod > 1) {
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt);
662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;