Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c248 IMG_UINT32 ui32WriteBits, in tng__write_upto32bits_elements() argument
254 drv_debug_msg(VIDEO_DEBUG_GENERAL, "WBS(32) bits %x, cnt = %d\n", ui32WriteBits, ui32BitCnt); in tng__write_upto32bits_elements()
256 ui8Bytes[ui32BitLp]=(IMG_UINT8) (ui32WriteBits & 255); in tng__write_upto32bits_elements()
257 ui32WriteBits = ui32WriteBits >> 8; in tng__write_upto32bits_elements()