Home
last modified time | relevance | path

Searched refs:chunk_src (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhapenc.c96 uint8_t *chunk_src, *chunk_dst; in hap_compress_frame() local
108 chunk_src = ctx->tex_buf + chunk->uncompressed_offset; in hap_compress_frame()
112 ret = snappy_compress(chunk_src, chunk->uncompressed_size, in hap_compress_frame()
124 memcpy(chunk_dst, chunk_src, chunk->uncompressed_size); in hap_compress_frame()

Completed in 1 milliseconds