Searched refs:parserNamesPool (Results 1 – 1 of 1) sorted by relevance
1367 OutputConsumer outputConsumer, boolean createdByName, String... parserNamesPool) { in MediaParser() argument1373 mParserNamesPool = parserNamesPool; in MediaParser()1375 mParserName = createdByName ? parserNamesPool[0] : PARSER_NAME_UNKNOWN; in MediaParser()