Lines Matching defs:format
48 int format;
133 switch (c->format) {
257 c->format = buf[1] & 0xE0;
276 if (c->format != BIT_PLANAR && c->format != BIT_LINE && c->format != CHUNKY) {
277 avpriv_request_sample(avctx, "Pixel format 0x%0x", c->format);
284 if (c->format == CHUNKY)
291 if (!encoding && c->palette_size && c->bpp <= 8 && c->format != CHUNKY) {
293 } else if (encoding == 1 && (c->bpp == 6 || c->bpp == 8) && c->format != CHUNKY) {
297 } else if (!encoding && c->bpp == 24 && c->format == CHUNKY &&
301 avpriv_request_sample(avctx, "Encoding %d, bpp %d and format 0x%x",
302 encoding, c->bpp, c->format);