Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp83 bool PutBufferToFormatMap(FormatDataMap &formatMap, const std::string_view &key, uint8_t *addr, siz… in PutBufferToFormatMap() function
232 PutBufferToFormatMap(formatMap_, key, anyAddr, size); in PutBuffer()
364 ret = PutBufferToFormatMap(formatTemp, iter->first, addr, size); in GetFormatMap()