Home
last modified time | relevance | path

Searched refs:ui32MBMaxSize (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostair.c414 IMG_UINT32 ui32MBMaxSize; in tng__send_air_inp_ctrl_buf() local
430 ui32MBMaxSize = (IMG_UINT32)(ctx->ui16PictureHeight / 16) * (IMG_UINT32)(ctx->ui16Width / 16); in tng__send_air_inp_ctrl_buf()
453 for (tsp = 0; tsp < ui32MBMaxSize; tsp++) in tng__send_air_inp_ctrl_buf()
467 ui32NewScanPos = (IMG_UINT32) (ctx->sAirInfo.ui16AIRScanPos + ui32Skip) % ui32MBMaxSize; in tng__send_air_inp_ctrl_buf()
470 while (ui32CurrentCnt < ui32MBMaxSize && in tng__send_air_inp_ctrl_buf()
494 ui32NewScanPos = ui32NewScanPos % ui32MBMaxSize; in tng__send_air_inp_ctrl_buf()
506 for (tsp = 0; tsp < ui32MBMaxSize; tsp++) in tng__send_air_inp_ctrl_buf()