Searched refs:isBayer (Results 1 – 5 of 5) sorted by relevance
40 {"Bayer", isBayer},
761 static av_always_inline int isBayer(enum AVPixelFormat pix_fmt) in isBayer() function
755 int macro_height = isBayer(c->srcFormat) ? 2 : (1 << c->chrSrcVSubSample); in sws_scale()
2095 if (isBayer(srcFormat)) { in ff_get_unscaled_swscale()2102 else if (!isBayer(dstFormat)) { in ff_get_unscaled_swscale()
1542 if (isBayer(srcFormat)) { in sws_init_context()