Searched refs:supportsFormat (Results 1 – 1 of 1) sorted by relevance
675 if (mAudioCaps != null && !mAudioCaps.supportsFormat(format)) { in isFormatSupported()678 if (mVideoCaps != null && !mVideoCaps.supportsFormat(format)) { in isFormatSupported()681 if (mEncoderCaps != null && !mEncoderCaps.supportsFormat(format)) { in isFormatSupported()1189 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.AudioCapabilities1559 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.VideoCapabilities2809 public boolean supportsFormat(MediaFormat format) { in supportsFormat() method in MediaCodecInfo.EncoderCapabilities