Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c249 IMG_UINT32 ui32BitCnt) 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()
260 ui32EndByte=((ui32BitCnt+7)/8); in tng__write_upto32bits_elements()
261 if ((ui32BitCnt)%8) in tng__write_upto32bits_elements()
262 …elements(pMTX_Header, aui32ElementPointers, ui8Bytes[ui32EndByte-1], (IMG_UINT8) ((ui32BitCnt)%8)); in tng__write_upto32bits_elements()