HomeSort by relevance Sort by last modified time
    Searched defs:DECODE (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithDecoder.h 24 int DECODE(JBig2ArithCtx *pCX);
73 inline int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx *pCX)
  /external/lzma/Asm/x86/
AesOpt.asm 73 ; ---------- AES-CBC Decode ----------
81 DECODE macro op:req
103 DECODE LOAD_OP_W
118 DECODE LOAD_OP
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 30 enum EncodeType { ENCODE = 1, DECODE = 2 };
123 // Given an encode arc Label decode back to input/output labels and costs
124 const Tuple* Decode(Label key) {
188 // A mapper to encode/decode weighted transducers. Encoding of an
198 // EncodeTable is generated the same table may by used to decode the machine
201 // Encode -> Determinize -> Decode
204 // decode, even though the encoding is not complete.
220 // Copy constructor but setting the type, typically to DECODE
249 table_->Decode(arc.ilabel);
327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper)
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 76 * Encode/decode another block of input data. this.output is
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
112 * Pass {@code DEFAULT} to decode standard Base64.
117 public static byte[] decode(String str, int flags) { method in class:Base64
118 return decode(str.getBytes(), flags);
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input the input array to decode
130 * Pass {@code DEFAULT} to decode standard Base64.
135 public static byte[] decode(byte[] input, int flags) method in class:Base64
155 public static byte[] decode(byte[] input, int offset, int len, int flags) { method in class:Base64
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaCodecVideoDecoder.java 32 public static final int DECODE = 0;
71 case DECODE:
75 handler.obtainMessage(DECODE), delayMillis);
138 handler.sendMessage(handler.obtainMessage(DECODE));
332 // Decode and render to surface if desired.
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 32 public final static int DECODE = 0;
804 public static byte[] decode( byte[] source, int off, int len, int options ) method in class:Base64
863 public static byte[] decode( String s ) method in class:Base64
878 public static byte[] decode( String s, int options ) method in class:Base64
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 

Completed in 159 milliseconds