Searched refs:inputMap (Results 1 – 3 of 3) sorted by relevance
232 const std::unordered_map<std::string, int32_t>& inputMap, in CreateObjectWithMap() argument242 for (auto itr = inputMap.begin(); itr != inputMap.end(); ++itr) { in CreateObjectWithMap()
397 for (const auto &inputMap : inputBufferObjMap_) { in ReturnInputBuffer() local398 mediaCodecProducer_->PushBuffer(inputMap.second, false); in ReturnInputBuffer()
423 const std::unordered_map<std::string, int32_t>& inputMap,