Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/jni/rtp/
DAudioCodec.cpp39 AudioCodec *newAudioCodec(const char *codecName) in newAudioCodec() argument
43 if (strcasecmp(codecName, type->name) == 0) { in newAudioCodec()
DAudioCodec.h36 AudioCodec *newAudioCodec(const char *codecName);
DAudioGroup.cpp977 char codecName[16]; in add() local
979 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate); in add()
980 codec = newAudioCodec(codecName); in add()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp982 const auto& codecName = codec.first; in generateRoleMap() local
1027 nodeInfo.name = codecName; in generateRoleMap()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp905 for (const AString &codecName : { name, tmp }) { in init()
906 ssize_t codecIdx = mcl->findCodecByName(codecName.c_str()); in init()