Home
last modified time | relevance | path

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

/foundation/multimedia/media_utils_lite/src/
H A 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
243 MEDIA_ERR_LOG("Format::SetFormatCommon new FormatData failed"); in SetFormatCommon()
247 MEDIA_ERR_LOG("Format::SetFormatCommon failed. Key: %s", key.c_str()); in SetFormatCommon()
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dformat.h363 bool SetFormatCommon(const std::string &key, const T &value, FormatDataType type);

Completed in 2 milliseconds