Searched defs:Offset (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_jpegES.h58 IMG_UINT32 Offset; /*!< Offset in the bitstream buffer */ member in struct:__anon1006
H A Dpnw_hostheader.c331 IMG_UINT8 Offset; local
346 Offset = elt_p[mtx_hdr->Elements]->Size + 8 + 31;
347 Offset /= 32;/* Now contains rawbits size in words */
348 Offset += 1;/* Now contains rawbits+element_type size in words */
349 Offset *= 4;/* Convert to number of bytes (total size of structure in bytes, aligned to word boundary) */
351 Offset = 4;
359 P += Offset;
H A Dpnw_hostjpeg.h213 IMG_UINT32 aui32ComponentOffset[3]; //!< Offset of the planes within the surface
320 IMG_UINT32 Offset; /*!< Offset in the bitstream buffer */ member in struct:__anon940
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.c331 IMG_UINT8 Offset; local
342 Offset = elt_p[mtx_hdr->Elements]->Size + 8 + 31;
343 Offset /= 32;/* Now contains rawbits size in words */
344 Offset += 1;/* Now contains rawbits+element_type size in words */
345 Offset *= 4;/* Convert to number of bytes (total size of structure in bytes, aligned to word boundary) */
347 Offset = 4;
352 P += Offset;

Completed in 52 milliseconds