Lines Matching defs:desc
56 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(st->codecpar->format);
69 && desc
70 &&(desc->flags & AV_PIX_FMT_FLAG_PLANAR)
71 && desc->nb_components >= 3;
143 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(par->format);
193 if (!img->split_planes || i+1 >= desc->nb_components)
202 int usize = AV_CEIL_RSHIFT(par->width, desc->log2_chroma_w) * AV_CEIL_RSHIFT(par->height, desc->log2_chroma_h);
203 if (desc->comp[0].depth >= 9) {
211 if (desc->nb_components > 3)