Home | History | Annotate | Download | only in src

Lines Matching refs:air_threshold

415         ctx->bEnableAIR, psMiscAirParams->air_num_mbs, psMiscAirParams->air_threshold, psMiscAirParams->air_auto);
424 if (psMiscAirParams->air_threshold == -1 && psMiscAirParams->air_num_mbs == 0) {
441 if (psMiscAirParams->air_threshold > 65535) {
443 "%s: ERROR: air_threshold = %d should not bigger than 65536\n",
444 __FUNCTION__, psMiscAirParams->air_threshold);
454 psAIRInfo->i32SAD_Threshold = psMiscAirParams->air_threshold;
462 "air_threshold %d, air_auto %d\n", __FUNCTION__,
463 psMiscAirParams->air_num_mbs, psMiscAirParams->air_threshold,