Home | History | Annotate | Download | only in src

Lines Matching refs:ui32IdrPeriod

886              ctx->ui32IdrPeriod, psFrameInfo, &display_order);
891 "%s: (int)ui32FrameIdx = %d, psRCParams->ui16BFrames = %d, psRCParams->ui32IntraFreq = %d, ctx->ui32IdrPeriod = %d\n",
892 __FUNCTION__, (int)ui32FrameIdx, (int)psRCParams->ui16BFrames, (int)psRCParams->ui32IntraFreq, ctx->ui32IdrPeriod);
936 if (ctx->ui32IdrPeriod == 0) {
941 if (ui32FrameIdx % ctx->ui32IdrPeriod == 0)
944 if (ui32FrameIdx % (ctx->ui32IntraCnt * ctx->ui32IdrPeriod) == 0)
954 if (ui32FrameIdx % (ctx->ui32IdrPeriod * ctx->ui32IntraCnt) == 0)
2251 ctx->ui32IdrPeriod * ctx->ui32IntraCnt * 2;
2630 psMtxEncContext->ui32IdrPeriod = ctx->ui32IdrPeriod * ctx->ui32IntraCnt;