Searched refs:codecType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 182 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig() argument 187 mCodecType = codecType; in BluetoothCodecConfig() 199 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig() argument 200 mCodecType = codecType; in BluetoothCodecConfig() 347 final int codecType = in.readInt(); 356 return new BluetoothCodecConfig(codecType, codecPriority,
|
/frameworks/base/telephony/java/android/telephony/ |
D | CallQuality.java | 133 int codecType) { in CallQuality() argument 137 averageRoundTripTime, codecType, false, false, false); in CallQuality() 172 int codecType, in CallQuality() argument 186 this.mCodecType = codecType; in CallQuality()
|
/frameworks/av/media/libmediatranscoding/aidl/android/media/ |
D | TranscodingVideoTrackFormat.aidl | 42 TranscodingVideoCodecType codecType; // TranscodingVideoCodecType::kUnspecified;
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 105 int codecType, int dtmfType); 171 int codecType, int dtmfType) in set() argument 178 mCodecMagic = (0x8000 | codecType) << 16; in set() 993 int codecType = -1; in add() local 996 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate); in add() 1009 codecType, dtmfType)) { in add()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpProfile.java | 295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local 299 switch (codecType) { in getHighQualityAudioOptionLabel()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 650 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local 652 "=============================\n", codecType); in dumpCodecDetails() 691 codecType, info->getCodecName()); in dumpCodecDetails()
|
/frameworks/av/media/libmediatranscoding/ |
D | TranscoderWrapper.cpp | 71 if (requestedFormat->codecType == TranscodingVideoCodecType::kHevc && in getVideoFormat() 75 } else if (requestedFormat->codecType == TranscodingVideoCodecType::kAvc && in getVideoFormat()
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaTranscodingManager.java | 1115 trackFormat.codecType = TranscodingVideoCodecType.kAvc; in convertToVideoTrackFormat() 1117 trackFormat.codecType = TranscodingVideoCodecType.kHevc; in convertToVideoTrackFormat()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 275 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local 277 "=============================\n", codecType); in dumpCodecDetails() 319 codecType, info->getCodecName()); in dumpCodecDetails()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 2191 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
|