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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 90 IMG_UINT32 RTotalByteSize;
92 RTotalByteSize = TotalByteSize = 0;
106 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8);
107 RTotalByteSize += 32;
145 RTotalByteSize += 32;
156 Show_Bits((IMG_UINT8 *) pMTX_Header->asElementStream, 0, RTotalByteSize);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 90 IMG_UINT32 RTotalByteSize;
92 RTotalByteSize = TotalByteSize = 0;
106 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8);
107 RTotalByteSize += 32;
145 RTotalByteSize += 32;
156 Show_Bits((IMG_UINT8 *) mtx_hdr->asElementStream, 0, RTotalByteSize);
    [all...]
tng_hostheader.c 94 IMG_UINT32 RTotalByteSize;
96 RTotalByteSize = TotalByteSize = 0;
110 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8);
111 RTotalByteSize += 32;
149 RTotalByteSize += 32;
160 Show_Bits((IMG_UINT8 *) mtx_hdr->asElementStream, 0, RTotalByteSize);
    [all...]

Completed in 2654 milliseconds