Searched defs:decode (Results 1 – 5 of 5) sorted by relevance
65 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode() method in HexEncoding76 …public static byte[] decode(String encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() method in HexEncoding86 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode() method in HexEncoding97 …public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() method in HexEncoding
63 public static byte[] decode(String encoded) { in decode() method in HexEncoding
61 XmpDepthDecode decode = new XmpDepthDecode(input); in createFromXMPMetadata() local
116 private void decode(String name, int resourceId, MediaFormat format) throws Exception { in decode() method in VideoDecoderPerfTest
518 protected ArrayList<MediaCodec.BufferInfo> decode( in decode() method in VpxCodecTestBase