Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp56 std::unordered_map<uint32_t, OHOS::sptr<OH_AVFormat>> inputFormatMap_; member
315 auto iter = videoEncObj->inputFormatMap_.find(index); in GetTransData()
316 if (iter != videoEncObj->inputFormatMap_.end() && iter->second->format_.GetMeta() == parameter->GetMeta()) { in GetTransData()
325 auto iterAndRet = videoEncObj->inputFormatMap_.emplace(index, object); in GetTransData()
370 if (inputFormatMap_.size() > 0) { in ClearBufferList()
371 FormatToTempFunc(inputFormatMap_); in ClearBufferList()
372 inputFormatMap_.clear(); in ClearBufferList()

Completed in 2 milliseconds