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.c413 IMG_UINT32 ui32MBMaxSize; in tng__send_air_inp_ctrl_buf() local
429 ui32MBMaxSize = (IMG_UINT32)(ctx->ui16PictureHeight / 16) * (IMG_UINT32)(ctx->ui16Width / 16); in tng__send_air_inp_ctrl_buf()
452 for (tsp = 0; tsp < ui32MBMaxSize; tsp++) in tng__send_air_inp_ctrl_buf()
466 ui32NewScanPos = (IMG_UINT32) (ctx->sAirInfo.ui16AIRScanPos + ui32Skip) % ui32MBMaxSize; in tng__send_air_inp_ctrl_buf()
469 while (ui32CurrentCnt < ui32MBMaxSize && in tng__send_air_inp_ctrl_buf()
493 ui32NewScanPos = ui32NewScanPos % ui32MBMaxSize; in tng__send_air_inp_ctrl_buf()
505 for (tsp = 0; tsp < ui32MBMaxSize; tsp++) in tng__send_air_inp_ctrl_buf()