Searched refs:codecName (Results 1 – 5 of 5) sorted by relevance
39 AudioCodec *newAudioCodec(const char *codecName) in newAudioCodec() argument43 if (strcasecmp(codecName, type->name) == 0) { in newAudioCodec()
36 AudioCodec *newAudioCodec(const char *codecName);
977 char codecName[16]; in add() local979 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate); in add()980 codec = newAudioCodec(codecName); in add()
982 const auto& codecName = codec.first; in generateRoleMap() local1027 nodeInfo.name = codecName; in generateRoleMap()
905 for (const AString &codecName : { name, tmp }) { in init()906 ssize_t codecIdx = mcl->findCodecByName(codecName.c_str()); in init()