Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp528 size_t variantSep = key.find(":::"); in buildMediaCodecList() local
529 if (variantSep != std::string::npos) { in buildMediaCodecList()
530 std::string variant = key.substr(0, variantSep); in buildMediaCodecList()
536 key = key.substr(variantSep + 3); in buildMediaCodecList()