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
67 boolean encode) throws Exception { in MediaCodecStream()91 boolean encode) throws Exception { in MediaCodecStream()99 boolean encode) throws Exception { in MediaCodecStream()
198 public void encode() throws IOException, InterruptedException { in encode() method in CodecEncoderPerformanceTestBase
1404 protected VideoEncodeOutput encode( in encode() method in VideoCodecTestBase1428 protected VideoEncodeOutput encode( in encode() method in VideoCodecTestBase
2153 private Integer encodingOfAudioCodec(String name, MediaFormat format, boolean encode) in encodingOfAudioCodec()
887 public static boolean hasHardwareCodec(String mime, boolean encode) { in hasHardwareCodec()