Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp179 case PixelFormat::ASTC_4x4: in GetPixelBytes()
205 case PixelFormat::ASTC_4x4: in GetRowDataSizeByPixelFormat()
378 …return format == PixelFormat::ASTC_4x4 || format == PixelFormat::ASTC_6x6 || format == PixelFormat… in IsAstc()
827 case PixelFormat::ASTC_4x4: in GetAstcBytesCount()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h142 ASTC_4x4, enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dmemory_manager.cpp154 case PixelFormat::ASTC_4x4: in GetRequestBufferFormatWithPixelFormat()
H A Dpixel_map.cpp1059 case PixelFormat::ASTC_4x4: in GetPixelFormatDetail()
3040 case PixelFormat::ASTC_4x4: in GetNamedPixelFormat()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp360 pixelFormat = PixelFormat::ASTC_4x4;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp388 case Media::PixelFormat::ASTC_4x4: return Drawing::CompressedType::ASTC_RGBA8_4x4; in PixelFormatToCompressedType()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp1935 format = PixelFormat::ASTC_4x4;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2959 imageInfo.pixelFormat = PixelFormat::ASTC_4x4; in GetImageInfoForASTC()