Searched refs:codecType (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp103 int codecType, int dtmfType);
169 int codecType, int dtmfType)
176 mCodecMagic = (0x8000 | codecType) << 16;
976 int codecType = -1; local
979 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate);
992 codecType, dtmfType)) {
167 set(int mode, int socket, sockaddr_storage *remote, AudioCodec *codec, int sampleRate, int sampleCount, int codecType, int dtmfType) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp637 const char *codecType = queryDecoders? "decoder" : "encoder"; local
638 printf("%s profiles:\n", codecType);
656 codecType, info->getCodecName());

Completed in 35 milliseconds