Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/include/revolution/cx/
DCXStreamingUncompression.h82 u8 headerSize; // Size of header being read 1B member
97 u8 headerSize; // Size of header being read: 1B member
117 u8 headerSize; // Size of header being read: 1B member
140 u8 headerSize; // Size of header being read: 1B member
164 u8 headerSize; // Size of header being read: 1B member
320 return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE; in CXIsFinishedUncompRL()
336 return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE; in CXIsFinishedUncompLZ()
352 return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE; in CXIsFinishedUncompHuffman()
368 return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE; in CXIsFinishedUncompLH()
383 return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE; in CXIsFinishedUncompLRC()