Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1434 #define isRGBA32(x) ( \ macro
1471 if (isRGBA32(srcFormat) && isRGBA32(dstFormat)) { in findRgbConvFn()
1568 …if ((dstFormat == AV_PIX_FMT_RGB32_1 || dstFormat == AV_PIX_FMT_BGR32_1) && !isRGBA32(srcFormat) &… in findRgbConvFn()
1573 …if ((dstFormat == AV_PIX_FMT_RGB32 || dstFormat == AV_PIX_FMT_BGR32 ) && !isRGBA32(srcFormat) &… in findRgbConvFn()
1603 !isRGBA32(dstFormat)) in rgbToRgbWrapper()
1607 !isRGBA32(srcFormat)) { in rgbToRgbWrapper()