Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhapenc.c171 ctx->chunks[0].compressor | ctx->opt_tex_fmt); in hap_write_frame_header()
175 HAP_COMP_COMPLEX | ctx->opt_tex_fmt); in hap_write_frame_header()
257 switch (ctx->opt_tex_fmt) { in hap_init()
277 av_log(avctx, AV_LOG_ERROR, "Invalid format %02X\n", ctx->opt_tex_fmt); in hap_init()
334 …{ "format", NULL, OFFSET(opt_tex_fmt), AV_OPT_TYPE_INT, { .i64 = HAP_FMT_RGBDXT1 }, HAP_FMT_RGBDXT…
Dhap.h67 enum HapTextureFormat opt_tex_fmt; /* Texture type (encoder only) */ member