Lines Matching refs:dstFormat
241 enum AVPixelFormat dstFormat = c->dstFormat;
250 if (!is16BPS(dstFormat) && !isNBPS(dstFormat) && !isSemiPlanarYUV(dstFormat) &&
251 dstFormat != AV_PIX_FMT_GRAYF32BE && dstFormat != AV_PIX_FMT_GRAYF32LE &&
257 if (dstFormat == AV_PIX_FMT_GRAYF32BE) {
259 } else if (dstFormat == AV_PIX_FMT_GRAYF32LE) {
263 /* The following list of supported dstFormat values should
266 switch (c->dstFormat) {