Home | History | Annotate | Download | only in src

Lines Matching refs:i32NumAIRSPerFrame

434         //ui32Skip=APP_Rand() % psActiveContext->sAirInfo.i32NumAIRSPerFrame; // Pseudorandom skip.
470 ((ctx->sAirInfo.i32NumAIRSPerFrame == 0) ||
471 ui32SentCnt < (IMG_UINT32) ctx->sAirInfo.i32NumAIRSPerFrame)) {
672 if (ctx->sAirInfo.i32NumAIRSPerFrame == 0)
674 else if (ctx->sAirInfo.i32NumAIRSPerFrame < 0)
675 ctx->sAirInfo.i32NumAIRSPerFrame = ui32MaxMBs = ((ui32MBFrameWidth * ui32MBPictureHeight) + 99) / 100; // Default to 1% of MB's in frame (min 1)
677 ui32MaxMBs = ctx->sAirInfo.i32NumAIRSPerFrame;
711 if (ctx->sAirInfo.i32NumAIRSPerFrame>0)