Lines Matching defs:channel
602 EXRChannel *channel;
637 channel = &s->channels[i];
639 if (channel->pixel_type == EXR_HALF)
656 channel = &s->channels[j];
657 if (channel->pixel_type == EXR_HALF)
707 EXRChannel *channel = &s->channels[c];
711 switch (channel->pixel_type) {
869 } else {/* Float or UINT 32 channel */
871 av_log(s, AV_LOG_ERROR, "Not enough data for uncompress channel: %d", stay_to_uncompress);
1660 EXRChannel *channel;
1682 if (layer_match) { /* only search channel if the layer match is valid */
1704 "Unsupported channel %.256s.\n", ch_gb.buffer);
1739 if (channel_index >= 0 && s->channel_offsets[channel_index] == -1) { /* channel has not been previously assigned */
1764 channel = &s->channels[s->nb_channels - 1];
1765 channel->pixel_type = current_pixel_type;
1766 channel->xsub = xsub;
1767 channel->ysub = ysub;
1783 av_log(s->avctx, AV_LOG_ERROR, "Missing red channel.\n");
1785 av_log(s->avctx, AV_LOG_ERROR, "Missing green channel.\n");
1787 av_log(s->avctx, AV_LOG_ERROR, "Missing blue channel.\n");
2098 av_log(avctx, AV_LOG_ERROR, "Missing channel list.\n");