Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecList.java214 return findCodecForFormat(false /* encoder */, format); in findDecoderForFormat()
238 return findCodecForFormat(true /* encoder */, format); in findEncoderForFormat()
241 private String findCodecForFormat(boolean encoder, MediaFormat format) { in findCodecForFormat() method in MediaCodecList