Home
last modified time | relevance | path

Searched refs:IsAstc (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_image_source.cpp34 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_source_preview.cpp35 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dimage_source.h34 static bool IsAstc(const uint8_t* data, size_t size);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp172 !pixelMap_->IsAstc() && in SetPixelMap()
434 if (!image_ && pixelMap_ && !pixelMap_->IsAstc() && !isYUVImage_) { in ConvertPixelMapToDrawingImage()
544 if (!image_ && pixelMap_ && !pixelMap_->IsAstc()) { in BindPixelMapToDrawingImage()
H A Drs_image.cpp147 bool needCanvasRestore = HasRadius() || (pixelMap_ != nullptr && pixelMap_->IsAstc()) || in CanvasDrawImage()
150 if (pixelMap_ != nullptr && pixelMap_->IsAstc()) { in CanvasDrawImage()
442 bool isAstc = pixelMap_ != nullptr && pixelMap_->IsAstc(); in DrawImageRepeatRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp93 if (ImageSource::IsAstc(GetSkData()->bytes(), GetSkData()->size())) { in Parse()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp125 if (ImageSource::IsAstc(static_cast<const uint8_t*>(rsData->GetData()), rsData->GetSize())) { in Parse()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp59 bool ImageSource::IsAstc(const uint8_t* data, size_t size) in IsAstc() function in OHOS::Ace::ImageSource
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp144 if (pixelmap && pixelmap->IsAstc()) { in Playback()
197 if (!pixelMap->IsAstc() && RSPixelMapUtil::IsSupportZeroCopy(pixelMap, sampling)) { in PreProcessPixelMap()
215 if (pixelMap->IsAstc()) { in PreProcessPixelMap()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp498 if (bgImage->GetPixelMap() && !bgImage->GetPixelMap()->IsAstc() && in CreateDrawFunc()
507 if (bgImage->GetPixelMap() && bgImage->GetPixelMap()->IsAstc()) { in CreateDrawFunc()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp131 if (watermark && (watermark->IsAstc() || watermark->GetCapacity() > WATERMARK_PIXELMAP_SIZE_LIMIT)) { in SetWatermark()
133 watermark->IsAstc(), watermark->GetCapacity()); in SetWatermark()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h171 NATIVEEXPORT bool IsAstc() in IsAstc() function in OHOS::Media::PixelMap
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp109 return GenerateImageData(data, size, map.IsAstc(), map.GetPixelBytes()); in GenerateImageData()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h278 NATIVEEXPORT bool IsAstc() in IsAstc() function in OHOS::Media::PixelMap
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp315 bool IsAstc(const std::string &format) in IsAstc() function
384 if (IsAstc(opts_.format)) { in FinalizeEncode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp159 if (pixelMap.IsAstc() && scale > 0) { in CenterScale()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2454 if (pixelMap->IsAstc()) { in ReadTransformData()
2520 if (pixelMap->IsAstc()) { in ReadAstcRealSize()
2712 pixelMemInfo.isAstc = pixelMap->IsAstc(); in Unmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1021 if (pixelMap && pixelMap->IsAstc()) { in Draw()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1474 !val->IsAstc() && in Unmarshalling()

Completed in 28 milliseconds