Searched refs:CodecInfo (Results 1 – 3 of 3) sorted by relevance
37 public class CodecInfo { class57 public static CodecInfo getSupportedFormatInfo( in getSupportedFormatInfo()73 CodecInfo info = new CodecInfo(); in getSupportedFormatInfo()
625 private static int getColorFormat(CodecInfo info) { in getColorFormat()679 CodecInfo infoEnc = CodecInfo.getSupportedFormatInfo(encoderName, mimeType, w, h, MAX_FPS); in doTest()754 CodecInfo infoDec = in doTest()755 CodecInfo.getSupportedFormatInfo(decoderName, mimeType, w, h, MAX_FPS); in doTest()
990 CodecInfo info = getAvcSupportedFormatInfo(); in initCodecAndSurface()1628 final CodecInfo info = getAvcSupportedFormatInfo(); in testConcurrentAudioVideoEncodings()1654 private static class CodecInfo { class in MediaCodecTest1680 private static CodecInfo getAvcSupportedFormatInfo() { in getAvcSupportedFormatInfo()1686 CodecInfo info = new CodecInfo(); in getAvcSupportedFormatInfo()1754 private void runVideoEncoding(int numSwap, CodecInfo info) { in runVideoEncoding()