Home
last modified time | relevance | path

Searched refs:isBayer (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
Dpixdesc_query.c40 {"Bayer", isBayer},
/third_party/ffmpeg/libswscale/
Dswscale_internal.h761 static av_always_inline int isBayer(enum AVPixelFormat pix_fmt) in isBayer() function
Dswscale.c755 int macro_height = isBayer(c->srcFormat) ? 2 : (1 << c->chrSrcVSubSample); in sws_scale()
Dswscale_unscaled.c2095 if (isBayer(srcFormat)) { in ff_get_unscaled_swscale()
2102 else if (!isBayer(dstFormat)) { in ff_get_unscaled_swscale()
Dutils.c1542 if (isBayer(srcFormat)) { in sws_init_context()