Searched refs:codecName (Results 1 – 2 of 2) 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()
91 String codecName = decoderInfo.name; in maybeInitDecoder() local93 mCodec = MediaCodec.createByCodecName(codecName); in maybeInitDecoder()