Lines Matching defs:desc
537 const AVPixFmtDescriptor *desc;
549 desc = av_pix_fmt_desc_get(sw_format);
550 if (!desc)
564 !desc->log2_chroma_w + !desc->log2_chroma_h;
565 q->param.mfx.FrameInfo.BitDepthLuma = desc->comp[0].depth;
566 q->param.mfx.FrameInfo.BitDepthChroma = desc->comp[0].depth;
567 q->param.mfx.FrameInfo.Shift = desc->comp[0].depth > 8;
604 const AVPixFmtDescriptor *desc;
648 desc = av_pix_fmt_desc_get(sw_format);
649 if (!desc)
663 !desc->log2_chroma_w + !desc->log2_chroma_h;
664 q->param.mfx.FrameInfo.BitDepthLuma = desc->comp[0].depth;
665 q->param.mfx.FrameInfo.BitDepthChroma = desc->comp[0].depth;
666 q->param.mfx.FrameInfo.Shift = desc->comp[0].depth > 8;