Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaSoftwareCodecUtil.java108 String codecName = info.getName(); in getMediaSoftwareCodecInfoInternal() local
110 && codecName.startsWith("OMX.google.") in getMediaSoftwareCodecInfoInternal()
111 && (secureDecodersExplicit || !codecName.endsWith(".secure"))) { in getMediaSoftwareCodecInfoInternal()
125 Pair.create(codecName, capabilities)); in getMediaSoftwareCodecInfoInternal()
129 Pair.create(codecName + ".secure", capabilities)); in getMediaSoftwareCodecInfoInternal()
136 Pair.create(codecName, capabilities)); in getMediaSoftwareCodecInfoInternal()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java84 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() argument
87 mCodecName = codecName; in BluetoothCodecType()
DBluetoothCodecConfig.java395 String codecName = null; in toString() local
398 codecName = mCodecType.getCodecName(); in toString()
450 return ("{codecName:" + codecName) in toString()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMediaCodecAudioDecoder.java91 String codecName = decoderInfo.name; in maybeInitDecoder() local
93 mCodec = MediaCodec.createByCodecName(codecName); in maybeInitDecoder()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info_unittest.cc128 std::string codecName, in CreateTestA2dpCodecInfo() argument
134 codecInfo.name = codecName; in CreateTestA2dpCodecInfo()