Home
last modified time | relevance | path

Searched refs:isAstc_ (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h173 return isAstc_; in IsAstc()
178 isAstc_ = isAstc; in SetAstc()
287 bool isAstc_ = false; member in OHOS::Media::PixelMap
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h280 return isAstc_; in IsAstc()
285 isAstc_ = isAstc; in SetAstc()
510 bool isAstc_ = false; member in OHOS::Media::PixelMap
H A Dimage_source.h398 std::optional<bool> isAstc_; member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState::SourceInfoState::ImageSource
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_draw_cmd_test.cpp137 pixelMapT->isAstc_ = true; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp571 if (!isAstc_.has_value()) {
575 isAstc_ = IsASTC(outData.inputStreamBuffer, outData.dataSize);
578 if (isAstc_.has_value() && isAstc_.value()) {
2142 if (!isAstc_.has_value()) {
2146 isAstc_ = IsASTC(outData.inputStreamBuffer, outData.dataSize);
2149 if (isAstc_.has_value() && isAstc_.value()) {
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_pixelmap.cpp553 const size_t size = map.isAstc_ ? map.pixelsSize_ : in OnClientMarshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2193 if (!parcel.WriteBool(isAstc_)) { in WritePropertiesToParcel()
2194 IMAGE_LOGE("write pixel map isAstc_ to parcel failed."); in WritePropertiesToParcel()
2233 if (!CheckAshmemSize(*fd, bufferSize, isAstc_)) { in WriteMemInfoToParcel()
2273 if (isAstc_) { in WriteTransformDataToParcel()
2373 if (isAstc_) { in WriteAstcRealSizeToParcel()
2390 if (isAstc_ || IsYUV(imageInfo_.pixelFormat) || imageInfo_.pixelFormat == PixelFormat::RGBA_F16) { in Marshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp883 pixelMap->isAstc_ = true; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1428 imageSource->isAstc_ = true; in HWTEST_F()

Completed in 21 milliseconds