Home
last modified time | relevance | path

Searched refs:SUPPORT_CROP_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp43 const static string SUPPORT_CROP_KEY = "SupportCrop"; variable
180 key = SUPPORT_CROP_KEY;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp107 const static string SUPPORT_CROP_KEY = "SupportCrop"; variable
513 } else if (SUPPORT_CROP_KEY.compare(key) == ZERO) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1019 const static string SUPPORT_CROP_KEY = "SupportCrop"; in CreatePixelMapByInfos() local
1020 if (!mainDecoder_->HasProperty(SUPPORT_CROP_KEY) && opts_.CropRect.width > INT_ZERO && in CreatePixelMapByInfos()