Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c55 IMG_UINT32 ByteStartBit, in Show_Bits() argument
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit) in Show_Bits()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c55 IMG_UINT32 ByteStartBit,
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
Dtng_hostheader.c54 IMG_UINT32 __maybe_unused ByteStartBit, in Show_Bits() argument
63 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()
68 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit) in Show_Bits()