Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhap.h57 int uncompressed_offset; member
Dhapenc.c109 chunk->uncompressed_offset = i * chunk->uncompressed_size; in hap_compress_frame()
111 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
Dhapdec.c196 chunk->uncompressed_offset = ctx->tex_size; in hap_parse_frame_header()
229 uint8_t *dst = ctx->tex_buf + chunk->uncompressed_offset; in decompress_chunks_thread()