Home
last modified time | relevance | path

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

/foundation/multimedia/media_utils_lite/src/
Dformat.cpp209 return SetFormatCommon(key, value, FORMAT_TYPE_INT32); in PutIntValue()
214 return SetFormatCommon(key, value, FORMAT_TYPE_INT64); in PutLongValue()
219 return SetFormatCommon(key, value, FORMAT_TYPE_FLOAT); in PutFloatValue()
224 return SetFormatCommon(key, value, FORMAT_TYPE_DOUBLE); in PutDoubleValue()
229 return SetFormatCommon(key, value, FORMAT_TYPE_STRING); in PutStringValue()
233 bool Format::SetFormatCommon(const std::string &key, const T &value, FormatDataType type) in SetFormatCommon() function in OHOS::Media::Format
/foundation/multimedia/media_utils_lite/interfaces/kits/
Dformat.h363 bool SetFormatCommon(const std::string &key, const T &value, FormatDataType type);