HomeSort by relevance Sort by last modified time
    Searched refs:uiChunk (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 282 IMG_UINT32 uiChunk;
301 uiChunk = (uiVal >> ucZeros);
302 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) uiChunk, 8);
303 uiVal = uiVal - (uiChunk << ucZeros);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 282 IMG_UINT32 uiChunk;
301 uiChunk = (uiVal >> ucZeros);
302 pnw__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) uiChunk, 8);
303 uiVal = uiVal - (uiChunk << ucZeros);
    [all...]
tng_hostheader.c 279 IMG_UINT32 uiChunk;
293 uiChunk=(uiVal >> ucZeros);
294 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, (IMG_UINT8) uiChunk, 8);
295 uiVal=uiVal-(uiChunk << ucZeros);
    [all...]

Completed in 103 milliseconds