Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp232 …oderImpl::SetValueByType(const std::shared_ptr<Meta> &innerMeta, std::shared_ptr<Meta> &outputMeta) in SetValueByType() argument
234 if (innerMeta == nullptr || outputMeta == nullptr) { in SetValueByType()
239 result &= ProcessMetaKey(innerMeta, outputMeta, metaKey); in SetValueByType()
245 …const std::shared_ptr<Meta> &innerMeta, std::shared_ptr<Meta> &outputMeta, const std::string &meta… in ProcessMetaKey() argument
251 outputMeta->SetData(metaKey, intVal); in ProcessMetaKey()
256 outputMeta->SetData(metaKey, strVal); in ProcessMetaKey()
261 outputMeta->SetData(metaKey, rotation); in ProcessMetaKey()
266 outputMeta->SetData(metaKey, duration); in ProcessMetaKey()
271 outputMeta->SetData(metaKey, isTrue); in ProcessMetaKey()
276 outputMeta->SetData(metaKey, value); in ProcessMetaKey()
[all …]
H A Dhitranscoder_impl.h82 bool SetValueByType(const std::shared_ptr<Meta> &innerMeta, std::shared_ptr<Meta> &outputMeta);
84 …const std::shared_ptr<Meta> &innerMeta, std::shared_ptr<Meta> &outputMeta, const std::string &meta…