Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp236 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() local
237 const char* effectName = xmlApply.get().Attribute("effect"); in parseStream()
239 ALOGE("stream/apply must have reference an effect: %s", dump(xmlApply)); in parseStream()
244 ALOGE("Could not find effect referenced in: %s", dump(xmlApply)); in parseStream()