Searched refs:supportsFormat (Results 1 – 1 of 1) sorted by relevance
669 if (mAudioCaps != null && !mAudioCaps.supportsFormat(format)) { in isFormatSupported()672 if (mVideoCaps != null && !mVideoCaps.supportsFormat(format)) { in isFormatSupported()675 if (mEncoderCaps != null && !mEncoderCaps.supportsFormat(format)) { in isFormatSupported()1177 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.AudioCapabilities1547 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.VideoCapabilities2797 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.EncoderCapabilities