Searched refs:read_len (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.8-20130828/sources/libraries/cx/ |
| D | cx_StreamingUncompression.cpp | 204 u32 read_len; in ReadUncompRL() local 216 …read_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCou… in ReadUncompRL() 217 srcp += read_len; in ReadUncompRL() 218 len -= read_len; in ReadUncompRL() 323 u32 read_len; in ReadUncompLZ() local 338 …read_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCou… in ReadUncompLZ() 339 srcp += read_len; in ReadUncompLZ() 340 len -= read_len; in ReadUncompLZ() 509 u32 read_len; in ReadUncompHuffman() local 524 …read_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCou… in ReadUncompHuffman() [all …]
|