Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapenc.c110 chunk->compressed_size = ctx->max_snappy; in hap_compress_frame()
200 int pktsize = FFMAX(ctx->tex_size, ctx->max_snappy * ctx->chunk_count) + header_length; in hap_encode()
291 ctx->max_snappy = ctx->tex_size; in hap_init()
301 ctx->max_snappy = snappy_max_compressed_length(ctx->tex_size / corrected_chunk_count); in hap_init()
Dhap.h81 size_t max_snappy; /* Maximum compressed size for snappy buffer */ member