Searched defs:encode (Results 1 – 5 of 5) 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
33 public static char[] encode(byte[] data) { in encode() method in HexEncoding40 public static char[] encode(byte[] data, int offset, int len) { in encode() method in HexEncoding
1926 private Integer encodingOfAudioCodec(String name, MediaFormat format, boolean encode) in encodingOfAudioCodec()2039 boolean encode) throws Exception { in MediaCodecStream()2063 boolean encode) throws Exception { in MediaCodecStream()2071 boolean encode) throws Exception { in MediaCodecStream()
1298 protected ArrayList<MediaCodec.BufferInfo> encode( in encode() method in VpxCodecTestBase
715 public static boolean hasHardwareCodec(String mime, boolean encode) { in hasHardwareCodec()