Searched refs:xmlStream (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 224 bool parseStream(const XMLElement& xmlStream, Effects& effects, std::vector<Stream>* streams) { in parseStream() argument 225 const char* streamType = xmlStream.Attribute("type"); in parseStream() 227 ALOGE("stream must have a type: %s", dump(xmlStream)); in parseStream() 232 ALOGE("Invalid stream type %s: %s", streamType, dump(xmlStream)); in parseStream() 236 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() 286 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in parseWithPath() local 287 registerFailure(parseStream(xmlStream, config->effects, &config->preprocess)); in parseWithPath() 293 for (auto& xmlStream : getChildren(xmlPostprocess, "stream")) { in parseWithPath() local 294 registerFailure(parseStream(xmlStream, config->effects, &config->postprocess)); in parseWithPath()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |