Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c90 IMG_UINT32 RTotalByteSize; in Show_Elements() local
92 RTotalByteSize = TotalByteSize = 0; in Show_Elements()
106 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8); in Show_Elements()
107 RTotalByteSize += 32; in Show_Elements()
145 RTotalByteSize += 32; in Show_Elements()
156 Show_Bits((IMG_UINT8 *) pMTX_Header->asElementStream, 0, RTotalByteSize); in Show_Elements()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c90 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);
Dtng_hostheader.c94 IMG_UINT32 RTotalByteSize; in Show_Elements()
96 RTotalByteSize = TotalByteSize = 0; in Show_Elements()
110 RTotalByteSize += (((IMG_UINT32)((TotalByteSize + 7) / 8)) * 8); in Show_Elements()
111 RTotalByteSize += 32; in Show_Elements()
149 RTotalByteSize += 32; in Show_Elements()
160 Show_Bits((IMG_UINT8 *) mtx_hdr->asElementStream, 0, RTotalByteSize); in Show_Elements()