Lines Matching defs:format
64 int width, height, components, format, compression, pix_fmt, linesize, data_size;
84 format = bytestream2_get_le32u(gb);
90 compression = format & 0xffffff00;
91 format = format & 0xff;
99 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format: 0x%08x\n", pix_fmt);
107 if (format == VBN_FORMAT_RAW) {
118 } else if (format == VBN_FORMAT_DXT1 || format == VBN_FORMAT_DXT5) {
125 if (format == VBN_FORMAT_DXT1) {
135 av_log(avctx, AV_LOG_ERROR, "Unsupported VBN format: 0x%02x\n", format);
156 if (format == VBN_FORMAT_RAW) {