Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp2068 bool fillRes = FillImagePropertyItem(propertyAshmem, 0, PropertyType::ICC_PROFILE, in AssembleICCImageProperty() local
2070 if (fillRes) { in AssembleICCImageProperty()
2075 return fillRes; in AssembleICCImageProperty()
2299 bool fillRes = (memcpy_s(memData, memSize, EXIF_PRE_TAG, EXIF_PRE_SIZE) == EOK) && in AssembleExifMetaItem() local
2301 if (fillRes) { in AssembleExifMetaItem()
2308 return fillRes; in AssembleExifMetaItem()