HomeSort by relevance Sort by last modified time
    Searched defs:decode (Results 376 - 400 of 667) sorted by null

<<11121314151617181920>>

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 53 if (message.what == R.id.decode) {
54 decode((byte[]) message.obj, message.arg1, message.arg2); method
62 * Decode the data within the viewfinder rectangle, and time how long it took. For efficiency,
63 * reuse the same reader objects from one decode to the next.
69 private void decode(byte[] data, int width, int height) { method in class:DecodeHandler
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 43 * {@link #decode(byte[], int) decode} method.
93 ComprehensionTlv ctlv = ComprehensionTlv.decode(data, startIndex);
114 public static ComprehensionTlv decode(byte[] data, int startIndex) method in class:ComprehensionTlv
128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) +
RilMessageDecoder.java 182 mCmdParamsFactory.make(BerTlv.decode(rawData));
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 63 Decode_Status VideoDecoderMPEG4::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderMPEG4
VideoDecoderVP8.cpp 125 Decode_Status VideoDecoderVP8::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderVP8
VideoDecoderWMV.cpp 81 Decode_Status VideoDecoderWMV::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderWMV
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 78 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure
94 return VideoDecoderAVC::decode(buffer);
353 ETRACE("Unsupported Decode Slice Mode!");
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 78 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { function in class:VideoDecoderAVCSecure
94 return VideoDecoderAVC::decode(buffer);
337 ETRACE("Unsupported Decode Slice Mode!");
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 185 bool Decoder_libjpeg::decode(unsigned char *jpeg_src, int filled_len, unsigned char *nv12_buffer, int stride) function in class:Ti::Camera::Decoder_libjpeg
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamTesterTest.java 152 public byte[] decode(byte[] delegateBytes) throws Exception { method in class:OutputStreamTesterTest.FilterOutputStreamTester
168 public byte[] decode(byte[] delegateBytes) throws Exception { method in class:OutputStreamTesterTest.BufferedOutputStreamTester
179 public byte[] decode(byte[] delegateBytes) throws Exception { method in class:OutputStreamTesterTest.DataOutputStreamTester
190 public byte[] decode(byte[] delegateBytes) throws Exception { method in class:OutputStreamTesterTest.ObjectOutputStreamTester
202 public byte[] decode(byte[] delegateBytes) throws Exception { method in class:OutputStreamTesterTest.PrintStreamTester
WriterTesterTest.java 168 public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.BufferedWriterCharSinkTester
181 public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.FilterWriterCharSinkTester
194 public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.PrintWriterCharSinkTester
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF16CharsetEncoderTest.java 122 assertEquals(decoder.decode(out), decoder.decode(ByteBuffer
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 151 public static String decode(String s, boolean convertPlus, Charset charset, method in class:UriCodec
205 public static String decode(String s) { method in class:UriCodec
206 return decode(s, false, StandardCharsets.UTF_8, true);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1BitString.java 63 @Override public Object decode(BerInputStream in) throws IOException { method in class:ASN1BitString
BerInputStream.java 525 type[i].decode(this); method
554 values[i] = type[i].decode(this);
618 type.decode(this);
626 values.add(type.decode(this));
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 94 public static NameConstraints decode(byte[] encoding) throws IOException { method in class:NameConstraints
95 return (NameConstraints) ASN1.decode(encoding);
144 return (byte[]) ASN1OctetString.getInstance().decode(bytes);
175 : ((GeneralNames) GeneralNames.ASN1.decode(bytes)).getNames();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 33 * (CharsetDecoderICU) when a decode operation
43 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'a', (byte)'b', (byte)'c', (byte)'d'}),
53 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'x'}), out, true);
58 // check if the first buffer was corrupted by the second decode
65 * (CharsetDecoderICU) when a decode operation
76 decoder.decode(inWithArray, out, false);
83 decoder.decode(inWithoutArray, out, true);
85 // check whether the first buffer was corrupted by the second decode
116 // check whether the second decode corrupted the first buffer
143 // check whether the second decode corrupted the first buffe
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 167 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec
219 public static String decode(String s) { method in class:UriCodec
220 return decode(s, false, Misc.UTF_8);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { method in class:DecodeUtils
78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { method in class:DecodeUtils
79 return decode(jc, bytes, 0, bytes.length, options);
82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, method in class:DecodeUtils
258 Bitmap bitmap = decode(jc, data, offset, length, options);
267 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap");
270 return decode(jc, data, offset, length, options);
285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
294 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
157 def decode(input, output, encoding): function
158 """Decode common content-transfer-encodings (base64, quopri, uuencode)."""
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
157 def decode(input, output, encoding): function
158 """Decode common content-transfer-encodings (base64, quopri, uuencode)."""
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 194 * Valid after calling {@code decode}.
204 * Valid after calling {@code decode}.
215 public void decode() { method in class:DebugInfoDecoder
456 decoder.decode();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 184 * Valid after calling {@code decode}.
194 * Valid after calling {@code decode}.
205 public void decode() { method in class:DebugInfoDecoder
446 decoder.decode();

Completed in 2104 milliseconds

<<11121314151617181920>>