Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp224 map<PropertyType, string> sharedProps; in FillImageItem() local
227 sharedProps[ICC_PROFILE] = encodeOpt_.iccProfilePath; in FillImageItem()
231 sharedProps[IT35_INFO] = encodeOpt_.it35Path; in FillImageItem()
233 IF_TRUE_RETURN_VAL(sharedProps.empty(), true); in FillImageItem()
234 item.sharedProperties = bufferHelper_.CreateSharedBuffer(sharedProps); in FillImageItem()