Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_picture.cpp190 int32_t typeInt32 = static_cast<int32_t>(type); in Marshalling() local
192 IMAGE_LOGE("Metadata %{public}d is nullptr.", typeInt32); in Marshalling()
195 if (!(data.WriteInt32(typeInt32) && metadata->Marshalling(data))) { in Marshalling()