Searched refs:curPixelFormat (Results 1 – 2 of 2) sorted by relevance
196 GraphicPixelFormat curPixelFormat; variable197 int32_t ret = rsInterfaces->GetPixelFormat(virtualScreenId, curPixelFormat);199 EXPECT_EQ(curPixelFormat, GRAPHIC_PIXEL_FMT_RGBA_8888);203 ret = rsInterfaces->GetPixelFormat(virtualScreenId, curPixelFormat);205 EXPECT_EQ(curPixelFormat, GRAPHIC_PIXEL_FMT_BGRA_8888);
791 bool NeedConvertToYuv(PixelFormat optsPixelFormat, PixelFormat curPixelFormat) in NeedConvertToYuv() argument794 curPixelFormat == PixelFormat::RGBA_8888 || curPixelFormat == PixelFormat::ARGB_8888 || in NeedConvertToYuv()795 curPixelFormat == PixelFormat::RGB_565 || curPixelFormat == PixelFormat::BGRA_8888 || in NeedConvertToYuv()796 curPixelFormat == PixelFormat::RGB_888); in NeedConvertToYuv()