Searched refs:streamlen (Results 1 – 1 of 1) sorted by relevance
565 ssize_t streamlen = GetCompressor().WaitForCompression(&thumblen); in WaitForCompression() local566 if (streamlen < 0) in WaitForCompression()567 return streamlen; in WaitForCompression()569 return FinishCompression(streamlen, thumblen); in WaitForCompression()