Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Ddata_buf_test.cpp74 US2Data(buf, value, littleEndian);
79 US2Data(buf, value, bigEndian);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Ddata_buf.h226 void US2Data(byte *buf, uint16_t value, ByteOrder byteOrder);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Ddata_buf.cpp155 void US2Data(byte *buf, uint16_t value, ByteOrder byteOrder) in US2Data() function
H A Djpeg_exif_metadata_accessor.cpp308US2Data(tmpBuf.data() + EXIF_BLOB_OFFSET, static_cast<uint16_t>(size + exifHeaderLength), bigEndia… in WriteData()