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