HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 201 - 225 of 1360) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/opt/net/voip/src/jni/rtp/
G711Codec.cpp 42 int decode(int16_t *samples, int count, void *payload, int length);
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon38994::UlawCodec
93 int decode(int16_t *samples, int count, void *payload, int length);
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon38994::AlawCodec
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderInterface.h 30 virtual Decode_Status decode(VideoDecodeBuffer *buffer) = 0;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Boolean.java 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Boolean
ASN1Implicit.java 102 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Implicit
116 in.content = type.decode(in);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InhibitAnyPolicy.java 47 ASN1Integer.getInstance().decode(encoding)).intValue();
CRLDistributionPoints.java 86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException { method in class:CRLDistributionPoints
87 return (CRLDistributionPoints) ASN1.decode(encoding);
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 19 def decode(self,input,errors='strict'): member in class:Codec
27 def decode(self, input, final=False): member in class:IncrementalDecoder
42 decode=Codec().decode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 19 def decode(self,input,errors='strict'): member in class:Codec
27 def decode(self, input, final=False): member in class:IncrementalDecoder
42 decode=Codec().decode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py 35 uu.decode(inp, out)
43 uu.decode(inp, out)
50 uu.decode(inp, out)
59 uu.decode(inp, out)
86 uu.decode("-", "-")
153 uu.decode(f)
172 uu.decode(self.tmpin)
182 # Verify that decode() will refuse to overwrite an existing file
188 uu.decode(f)
192 self.assertRaises(uu.Error, uu.decode, f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py 35 uu.decode(inp, out)
43 uu.decode(inp, out)
50 uu.decode(inp, out)
59 uu.decode(inp, out)
86 uu.decode("-", "-")
153 uu.decode(f)
172 uu.decode(self.tmpin)
182 # Verify that decode() will refuse to overwrite an existing file
188 uu.decode(f)
192 self.assertRaises(uu.Error, uu.decode, f
    [all...]
  /external/tcpdump/
print-esp.c 110 /* see if we can find the SA, and if so, decode it */
220 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
226 char *decode, struct sa_list *sa)
233 colon = strchr(decode, ':');
235 (*ndo->ndo_warning)(ndo, "failed to decode espsecret: %s\n", decode);
240 if (strlen(decode) > strlen("-hmac96") &&
241 !strcmp(decode + strlen(decode) - strlen("-hmac96"),
243 p = strstr(decode, "-hmac96")
384 char *decode; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 27 * Representation of an instruction format, which knows how to decode into
32 @Override public DecodedInstruction decode(int opcodeUnit, method
45 @Override public DecodedInstruction decode(int opcodeUnit, method
60 @Override public DecodedInstruction decode(int opcodeUnit, method
79 @Override public DecodedInstruction decode(int opcodeUnit, method
98 @Override public DecodedInstruction decode(int opcodeUnit, method
114 @Override public DecodedInstruction decode(int opcodeUnit, method
131 @Override public DecodedInstruction decode(int opcodeUnit, method
149 @Override public DecodedInstruction decode(int opcodeUnit, method
168 @Override public DecodedInstruction decode(int opcodeUnit method
187 @Override public DecodedInstruction decode(int opcodeUnit, method
206 @Override public DecodedInstruction decode(int opcodeUnit, method
225 @Override public DecodedInstruction decode(int opcodeUnit, method
255 @Override public DecodedInstruction decode(int opcodeUnit, method
275 @Override public DecodedInstruction decode(int opcodeUnit, method
296 @Override public DecodedInstruction decode(int opcodeUnit, method
318 @Override public DecodedInstruction decode(int opcodeUnit, method
341 @Override public DecodedInstruction decode(int opcodeUnit, method
362 @Override public DecodedInstruction decode(int opcodeUnit, method
384 @Override public DecodedInstruction decode(int opcodeUnit, method
405 @Override public DecodedInstruction decode(int opcodeUnit, method
424 @Override public DecodedInstruction decode(int opcodeUnit, method
442 @Override public DecodedInstruction decode(int opcodeUnit, method
463 @Override public DecodedInstruction decode(int opcodeUnit, method
497 @Override public DecodedInstruction decode(int opcodeUnit, method
519 @Override public DecodedInstruction decode(int opcodeUnit, method
530 @Override public DecodedInstruction decode(int opcodeUnit, method
541 @Override public DecodedInstruction decode(int opcodeUnit, method
552 @Override public DecodedInstruction decode(int opcodeUnit, method
563 @Override public DecodedInstruction decode(int opcodeUnit, method
574 @Override public DecodedInstruction decode(int opcodeUnit, method
585 @Override public DecodedInstruction decode(int opcodeUnit, method
608 @Override public DecodedInstruction decode(int opcodeUnit, method
640 @Override public DecodedInstruction decode(int opcodeUnit, method
680 @Override public DecodedInstruction decode(int opcodeUnit, method
756 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IntegerTest.java 67 * java.lang.Integer#decode(java.lang.String)
71 // java.lang.Integer.decode(java.lang.String)
73 132233, Integer.decode("132233").intValue());
75 07654321, Integer.decode("07654321").intValue());
77 Integer.decode("#1234567").intValue() == 0x1234567);
79 Integer.decode("0xdAd").intValue() == 0xdad);
80 assertEquals("Failed for -23", -23, Integer.decode("-23").intValue());
82 .decode("0").intValue());
83 assertEquals("Returned incorrect value for 0 hex", 0, Integer.decode("0x0")
86 Integer.decode("-2147483648").intValue() == 0x80000000)
    [all...]
  /external/libvorbis/doc/
08-residue.tex 4 \section{Residue setup and decode} \label{vorbis:spec:residue}
17 vectors during decode. Vorbis makes use of three different encoding
48 decode that partition. The classification numbers of each partition
63 from multiple decode passes. The classification value associated with
144 as in type 1 with decode interleave reversed. If operating on a single
153 \subsection{Residue decode}
155 \subsubsection{header decode}
157 Header decode for all three residue types is identical.
231 An end-of-packet condition at any point in header decode renders the
241 \subsubsection{packet decode}
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/
Android.mk 9 ./srce/bitstream-decode.c \
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetStringUtil.java 37 return decoder.decode(text).toString();
75 // TODO(mmenke): Investigate if Charset.decode() can be used
78 // but Charset.decode() docs say it uses the "charset's default
84 return decoder.decode(text).toString();
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 63 m_thread->postTask(new Task(WTF::bind(&AsyncAudioDecoder::decode, audioDataRef.release().leakRef(), sampleRate, successCallback.leakPtr(), errorCallback.leakPtr())));
66 void AsyncAudioDecoder::decode(ArrayBuffer* audioData, float sampleRate, AudioBufferCallback* successCallback, AudioBufferCallback* errorCallback) function in class:WebCore::AsyncAudioDecoder
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDecoder.java 30 public Resource<Bitmap> decode(ParcelFileDescriptor source, int width, int height) throws IOException { method in class:FileDescriptorBitmapDecoder
31 Bitmap bitmap = bitmapDecoder.decode(source, bitmapPool, width, height, decodeFormat);
StreamBitmapDecoder.java 36 public Resource<Bitmap> decode(InputStream source, int width, int height) { method in class:StreamBitmapDecoder
37 Bitmap bitmap = downsampler.decode(source, bitmapPool, width, height, decodeFormat);
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 24 leb128::decode<uint64_t>(pBuf, size));
41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF16CharsetEncoderTest.java 122 assertEquals(decoder.decode(out), decoder.decode(ByteBuffer
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/structure/v4/content/
probability_entry_test.cpp 33 ProbabilityEntry::decode(encodedEntry, false /* hasHistoricalInfo */);
51 ProbabilityEntry::decode(encodedEntry, true /* hasHistoricalInfo */);
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 33 byte[] out = Base64.decode(in, 0);
51 byte[] out = Base64.decode(in, 0);
52 fail("should have failed to decode");
128 assertEquals(BYTES, 0, Base64.decode("", 0));
129 assertEquals(BYTES, 1, Base64.decode("/w==", 0));
130 assertEquals(BYTES, 2, Base64.decode("/+4=", 0));
131 assertEquals(BYTES, 3, Base64.decode("/+7d", 0));
132 assertEquals(BYTES, 4, Base64.decode("/+7dzA==", 0));
133 assertEquals(BYTES, 5, Base64.decode("/+7dzLs=", 0));
134 assertEquals(BYTES, 6, Base64.decode("/+7dzLuq", 0))
    [all...]
  /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

Completed in 2130 milliseconds

1 2 3 4 5 6 7 891011>>