Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c59 IMG_UINT32 uiByteSize; in Show_Bits() local
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()
63 for (uiLp = 0; uiLp < uiByteSize; uiLp++) { in Show_Bits()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c59 IMG_UINT32 uiByteSize;
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
63 for (uiLp = 0; uiLp < uiByteSize; uiLp++) {
Dtng_hostheader.c60 IMG_UINT32 uiByteSize; in Show_Bits()
63 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()
64 for (uiLp = 0; uiLp < uiByteSize; uiLp++) { in Show_Bits()