Searched defs:codecType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java75 public BluetoothCodecConfig(int codecType, int codecPriority, argument
80 mCodecType = codecType;
214 final int codecType = in.readInt();
223 return new BluetoothCodecConfig(codecType, codecPriority,
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp646 const char *codecType = queryDecoders? "decoder" : "encoder"; local
647 printf("%s profiles:\n", codecType);
665 codecType, info->getCodecName());
/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

Completed in 60 milliseconds