Lines Matching refs:dstFormat
246 const enum AVPixelFormat dstFormat = c->dstFormat;
499 if (isPlanar(dstFormat) && isALPHA(dstFormat) && !needAlpha) {
504 if (is16BPS(dstFormat) || isNBPS(dstFormat)) {
505 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(dstFormat);
508 isBE(dstFormat));
509 } else if (is32BPS(dstFormat)) {
510 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(dstFormat);
513 isBE(dstFormat), desc->flags & AV_PIX_FMT_FLAG_FLOAT);
536 if (c->srcRange != c->dstRange && !isAnyRGB(c->dstFormat)) {
584 if (!(isGray(srcFormat) || isGray(c->dstFormat) ||
693 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->dstFormat);
791 switch (c->dstFormat) {
891 int macro_height_dst = isBayer(c->dstFormat) ? 2 : (1 << c->chrDstVSubSample);
920 if (!check_image_pointers((const uint8_t* const*)dstSlice, c->dstFormat, dstStride)) {
959 if (c->src0Alpha && !c->dst0Alpha && isALPHA(c->dstFormat)) {
1014 reset_ptr((void*)dst2, c->dstFormat);
1030 if (!dst2[i] || (i > 0 && usePal(c->dstFormat)))
1090 dst->format = c->dstFormat;