Lines Matching defs:components
103 uint8_t cbps[4]; // bits per sample in particular components
208 static int pix_fmt_match(enum AVPixelFormat pix_fmt, int components,
216 if (desc->nb_components != components) {
220 switch (components) {
271 /* get sizes and offsets of image, tiles; number of components */
305 av_log(s->avctx, AV_LOG_ERROR, "Invalid number of components: %d\n",
311 avpriv_request_sample(s->avctx, "Support for %d components",
345 av_log(s->avctx, AV_LOG_ERROR, "Insufficient space for %d components in SIZ\n", s->ncomponents);
472 "components: %d, precision: %d\n"
589 "MCT %"PRIu8" with too few components (%d)\n",
620 "Invalid compno %d. There are %d components in the image.\n",
748 "Invalid compno %d. There are %d components in the image.\n",
1956 /* Loop on tile components */