Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp196 GraphicPixelFormat curPixelFormat; variable
197 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);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp791 bool NeedConvertToYuv(PixelFormat optsPixelFormat, PixelFormat curPixelFormat) in NeedConvertToYuv() argument
794 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()