Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Djpeg_exif_metadata_accessor.cpp295 ssize_t writeHeaderLength = MARKER_LENGTH_SIZE; in WriteData() local
303 writeHeaderLength = APP1_HEADER_LENGTH; in WriteData()
309 if (bufStream.Write(tmpBuf.data(), writeHeaderLength) != writeHeaderLength) { in WriteData()
310 …GE("Failed to write EXIF_ID to temporary stream. Expected length: %{public}zu", writeHeaderLength); in WriteData()