Searched refs:codecName (Results 1 – 5 of 5) sorted by relevance
108 String codecName = info.getName(); in getMediaSoftwareCodecInfoInternal() local110 && 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()
84 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() argument87 mCodecName = codecName; in BluetoothCodecType()
395 String codecName = null; in toString() local398 codecName = mCodecType.getCodecName(); in toString()450 return ("{codecName:" + codecName) in toString()
91 String codecName = decoderInfo.name; in maybeInitDecoder() local93 mCodec = MediaCodec.createByCodecName(codecName); in maybeInitDecoder()
128 std::string codecName, in CreateTestA2dpCodecInfo() argument134 codecInfo.name = codecName; in CreateTestA2dpCodecInfo()