Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhapenc.c56 static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f) in compress_texture() function
206 ret = compress_texture(avctx, pkt->data + header_length, pkt->size - header_length, frame); in hap_encode()
214 ret = compress_texture(avctx, ctx->tex_buf, ctx->tex_size, frame); in hap_encode()

Completed in 2 milliseconds