Home
last modified time | relevance | path

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

/external/zstd/contrib/seekable_format/
Dzstd_seekable.h165 ZSTDLIB_API unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs);
Dzstdseek_decompress.c227 unsigned ZSTD_seekable_getNumFrames(ZSTD_seekable* const zs) in ZSTD_seekable_getNumFrames() function
/external/zstd/contrib/seekable_format/examples/
Dparallel_processing.c151 unsigned const numFrames = ZSTD_seekable_getNumFrames(seekable); in sumFile_orDie()