Home
last modified time | relevance | path

Searched refs:compressed_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhapdec.c88 ctx->chunks[i].compressed_offset = bytestream2_get_le32(gbc); in hap_parse_decode_instructions()
107 ctx->chunks[i].compressed_offset = running_size; in hap_parse_decode_instructions()
122 if (ctx->chunks[i].compressed_offset != running_offset in hap_can_use_tex_in_place()
160 ctx->chunks[0].compressed_offset = 0; in hap_parse_frame_header()
191 … if (chunk->compressed_offset + (uint64_t)chunk->compressed_size > bytestream2_get_bytes_left(gbc)) in hap_parse_frame_header()
202 bytestream2_init(&gbc_tmp, gbc->buffer + chunk->compressed_offset, in hap_parse_frame_header()
231 bytestream2_init(&gbc, ctx->gbc.buffer + chunk->compressed_offset, chunk->compressed_size); in decompress_chunks_thread()
Dhapenc.c103 chunk->compressed_offset = 0; in hap_compress_frame()
105 chunk->compressed_offset = ctx->chunks[i-1].compressed_offset in hap_compress_frame()
112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
Dhap.h55 uint32_t compressed_offset; member
/third_party/freetype/include/freetype/internal/
Dwofftypes.h168 FT_ULong compressed_offset; /* compressed stream offset */ member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h168 FT_ULong compressed_offset; /* compressed stream offset */ member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c2049 woff2.compressed_offset = FT_STREAM_POS(); in woff2_open_font()
2050 file_offset = ROUND4( woff2.compressed_offset + in woff2_open_font()
/third_party/freetype/src/sfnt/
Dsfwoff2.c2089 woff2.compressed_offset = FT_STREAM_POS(); in woff2_open_font()
2090 file_offset = ROUND4( woff2.compressed_offset + in woff2_open_font()