Home
last modified time | relevance | path

Searched refs:isBGRinInt (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
Dpixdesc_query.c39 {"BGRinInt", isBGRinInt},
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1529 if ((isBGRinInt(srcFormat) && isBGRinInt(dstFormat)) || in findRgbConvFn()
1546 } else if ((isBGRinInt(srcFormat) && isRGBinInt(dstFormat)) || in findRgbConvFn()
1547 (isRGBinInt(srcFormat) && isBGRinInt(dstFormat))) { in findRgbConvFn()
Dswscale_internal.h739 static av_always_inline int isBGRinInt(enum AVPixelFormat pix_fmt) in isBGRinInt() function