Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c89 IMG_UINT32 TotalByteSize;
92 RTotalByteSize = TotalByteSize = 0;
99 TotalByteSize = elt_p[f]->Size;
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize);
104 TotalByteSize += 8;
106 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8);
109 TotalByteSize = 0;
Dtng_hostheader.c93 IMG_UINT32 TotalByteSize; in Show_Elements()
96 RTotalByteSize = TotalByteSize = 0; in Show_Elements()
103 TotalByteSize = aui32ElementPointers[f]->ui8Size; in Show_Elements()
106 Show_Bits((IMG_UINT8 *)(&aui32ElementPointers[f]->ui8Size) + 1, 0, TotalByteSize); in Show_Elements()
108 TotalByteSize += 8; in Show_Elements()
110 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8); in Show_Elements()
113 TotalByteSize = 0; in Show_Elements()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c89 IMG_UINT32 TotalByteSize; in Show_Elements() local
92 RTotalByteSize = TotalByteSize = 0; in Show_Elements()
99 TotalByteSize = elt_p[f]->Size; in Show_Elements()
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize); in Show_Elements()
104 TotalByteSize += 8; in Show_Elements()
106 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8); in Show_Elements()
109 TotalByteSize = 0; in Show_Elements()