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

  /hardware/intel/img/psb_video/src/
tng_enc_trace.c     [all...]
tng_trace.c     [all...]
tng_hostheader.c 323 IMG_UINT8 ui8Offset = 0;
340 ui8Offset=aui32ElementPointers[pMTX_Header->ui32Elements]->ui8Size+8+31; // NumberofRawbits (excluding size of bit count field)+ size of the bitcount field
341 ui8Offset/=32; //Now contains rawbits size in words
342 ui8Offset+=1; //Now contains rawbits+element_type size in words
343 ui8Offset*=4; //Convert to number of bytes (total size of structure in bytes, aligned to word boundary).
345 ui8Offset=4;
349 ui8P+=ui8Offset;
    [all...]

Completed in 2909 milliseconds