HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 701 - 725 of 3619) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 36 /* decode framelength and BW estimation */
isac.gypi 32 'decode.c',
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 13 * H.264 decode coefficients module
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 13 * H.264 decode coefficients module
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 129 * a. if there is no input data to decode, read some into the input buffer
131 * b. point the output to the start of the output buffer and decode what we can
150 // need more data? time to decode some.
152 // if we don't have any data to decode, read some in. If we're working
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 55 int decode(int16_t *samples, int count, void *payload, int length);
131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon33323::AmrCodec
216 int decode(int16_t *samples, int count, void *payload, int length);
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon33323::GsmEfrCodec
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 43 COMPONENT_LIB=libOMX.TI.WMA.decode.so
  /libcore/crypto/src/main/java/org/conscrypt/
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 51 * be used to decode the result.
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 18 public static native int decode(long converterHandle, byte[] input, int inEnd, method in class:NativeConverter
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InhibitAnyPolicy.java 47 ASN1Integer.getInstance().decode(encoding)).intValue();
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/io/
Base64Test.java 26 assertEquals("[]", Arrays.toString(Base64.decode(new byte[0])));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
factor.sed 64 :decode
  /packages/apps/Browser/src/com/android/browser/
DataUri.java 49 mData = Base64.decode(mData);
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
BitmapUtil.java 25 * Provides static functions to decode bitmaps at the optimal size
35 * Decode an image into a Bitmap, using sub-sampling if the hinted dimensions call for it.
56 LogUtils.w(PhotoManager.TAG, t, "unable to decode image");
62 * Decode an image into a Bitmap, using sub-sampling if the desired dimensions call for it.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 71 return Uri.decode(value);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_midi_event.h 55 /* decode from event to bytes - return number of written bytes if success */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_midi_event.h 55 /* decode from event to bytes - return number of written bytes if success */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_event.h 50 /* decode from event to bytes - return number of written bytes if success */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_midi_event.h 55 /* decode from event to bytes - return number of written bytes if success */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_event.h 50 /* decode from event to bytes - return number of written bytes if success */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.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,
ptcp154.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,
punycode.py 205 def decode(self,input,errors='strict'): member in class:Codec
216 def decode(self, input, final=False): member in class:IncrementalDecoder
233 decode=Codec().decode,

Completed in 346 milliseconds

<<21222324252627282930>>