Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c191 IMG_UINT8 *pui8WriteBytes; in tng__write_upto8bits_elements() local
213pui8WriteBytes=&(aui32ElementPointers[pMTX_Header->ui32Elements]->aui8Bits); //Pointer to the spac… in tng__write_upto8bits_elements()
219 …aui32ElementPointers[pMTX_Header->ui32Elements]=(MTX_HEADER_ELEMENT *) &pui8WriteBytes[15]; //Elem… in tng__write_upto8bits_elements()
225 pui8WriteBytes[ui8OutByteIndex]=0; // Beginning a new byte, clear byte in tng__write_upto8bits_elements()
230 pui8WriteBytes[ui8OutByteIndex]|=ui8WriteBits; in tng__write_upto8bits_elements()
235 pui8WriteBytes[ui8OutByteIndex]|=InputVal.UI8Input[1]; in tng__write_upto8bits_elements()