Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1047 src_isRGB = NormalRgaIsRgbFormat(src_fmt); in rga_check_blend()
1048 pat_isRGB = NormalRgaIsRgbFormat(pat_fmt); in rga_check_blend()
1049 dst_isRGB = NormalRgaIsRgbFormat(dst_fmt); in rga_check_blend()
1795 NormalRgaIsRgbFormat(pat.format) && in rga_task_submit()
1809 NormalRgaIsRgbFormat(pat.format) && in rga_task_submit()
1810 NormalRgaIsRgbFormat(dst.format)) { in rga_task_submit()
1813 NormalRgaIsRgbFormat(dst.format)) { in rga_task_submit()
1825 NormalRgaIsRgbFormat(src.format) && in rga_task_submit()
1826 NormalRgaIsRgbFormat(pat.format) && in rga_task_submit()
1829 } else if (NormalRgaIsRgbFormat(src.format) && in rga_task_submit()
[all …]
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp1051 if (NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrcRect.format)) && in RgaBlit()
1305 NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrc1Rect.format)) && in RgaBlit()
1306 NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relDstRect.format))) in RgaBlit()
1312 NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrc1Rect.format)) && in RgaBlit()
1320 if (NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrcRect.format)) && in RgaBlit()
1321 NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrc1Rect.format)) && in RgaBlit()
1327 NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relDstRect.format))) in RgaBlit()
1331 if (NormalRgaIsRgbFormat(RkRgaGetRgaFormat(relSrcRect.format)) && in RgaBlit()
H A DNormalRga.h200 bool NormalRgaIsRgbFormat(int format);
H A DNormalRgaApi.cpp552 bool NormalRgaIsRgbFormat(int format) { in NormalRgaIsRgbFormat() function