Searched defs:encode (Results 1 – 6 of 6) sorted by relevance
36 public static String encode(byte[] data) { in encode() method in HexEncoding43 public static String encode(byte[] data, int offset, int len) { in encode() method in HexEncoding56 public static String encode(ByteBuffer buf) { in encode() method in HexEncoding
65 boolean encode) throws Exception { in MediaCodecStream()89 boolean encode) throws Exception { in MediaCodecStream()97 boolean encode) throws Exception { in MediaCodecStream()
168 public void encode() throws IOException { in encode() method in CodecEncoderPerformanceTestBase
1403 protected VideoEncodeOutput encode( in encode() method in VideoCodecTestBase1427 protected VideoEncodeOutput encode( in encode() method in VideoCodecTestBase
2070 private Integer encodingOfAudioCodec(String name, MediaFormat format, boolean encode) in encodingOfAudioCodec()
887 public static boolean hasHardwareCodec(String mime, boolean encode) { in hasHardwareCodec()