Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp334 RkRgaGetRgaFormat(relRects.src.format),0); in NormalRgaPaletteTable()
340 RkRgaGetRgaFormat(relRects.dst.format),0); in NormalRgaPaletteTable()
693 perpixelAlpha = NormalRgaFormatHasAlpha(RkRgaGetRgaFormat(relSrcRect.format)); in RgaBlit()
1051 if (NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrcRect.format)) && in RgaBlit()
1052 (RkRgaGetRgaFormat(relSrcRect.format) != RK_FORMAT_RGB_565 || in RgaBlit()
1053 RkRgaGetRgaFormat(relSrcRect.format) != RK_FORMAT_BGR_565) && in RgaBlit()
1054 (RkRgaGetRgaFormat(relDstRect.format) == RK_FORMAT_RGB_565 || in RgaBlit()
1055 RkRgaGetRgaFormat(relDstRect.format) == RK_FORMAT_BGR_565)) in RgaBlit()
1085 RkRgaGetRgaFormat(relSrcRect.format),0); in RgaBlit()
1092 RkRgaGetRgaFormat(relSrc1Rect.format),0); in RgaBlit()
[all …]
H A DNormalRga.h70 int RkRgaGetRgaFormat(int format);
H A DRgaUtils.cpp112 format = RkRgaGetRgaFormat(format); in translate_format_str()
H A DNormalRgaApi.cpp78 int RkRgaGetRgaFormat(int format) { in RkRgaGetRgaFormat() function
158 if (NormalRgaIsYuvFormat(RkRgaGetRgaFormat(rect.format)) && in checkRectForRga()