Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 25) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp96 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize) { in decode() function
140 uint64_t decode<uint64_t>(const ByteType *&pBuf) { in decode() function
188 int64_t decode<int64_t>(const ByteType *pBuf, size_t &pSize) { in decode() function
209 int64_t decode<int64_t>(const ByteType *&pBuf) { in decode() function
/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h102 IntType decode(const char *pBuf, size_t &pSize) { in decode() function
107 IntType decode(const char *&pBuf) { in decode() function
/frameworks/opt/net/voip/src/jni/rtp/
DG711Codec.cpp67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon3ddbc8e60111::UlawCodec
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon3ddbc8e60111::AlawCodec
DAmrCodec.cpp131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anonaa972da60111::AmrCodec
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anonaa972da60111::GsmEfrCodec
DGsmCodec.cpp60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anondc42c7cd0111::GsmCodec
DAudioGroup.cpp360 void AudioStream::decode(int tick) in decode() function in __anon55e44ca70111::AudioStream
/frameworks/base/core/java/android/util/
DBase64.java117 public static byte[] decode(String str, int flags) { in decode() method in Base64
135 public static byte[] decode(byte[] input, int flags) { in decode() method in Base64
155 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() method in Base64
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java115 public ReusableBitmap decode() { in decode() method in DecodeTask
485 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { in decode() method in DecodeTask
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DBerTlv.java78 public static BerTlv decode(byte[] data) throws ResultException { in decode() method in BerTlv
DComprehensionTlv.java114 public static ComprehensionTlv decode(byte[] data, int startIndex) in decode() method in ComprehensionTlv
/frameworks/base/tools/preload/
DRecord.java148 String decode(String rawField) { in decode() method in Record
/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java114 public static VpnProfile decode(String key, byte[] value) { in decode() method in VpnProfile
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp91 virtual status_t decode( in decode() function in android::BpMediaPlayerService
121 virtual status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, in decode() function in android::BpMediaPlayerService
Dmediaplayer.cpp838 /*static*/ status_t MediaPlayer::decode( in decode() function in android::MediaPlayer
866 /*static*/ status_t MediaPlayer::decode(int fd, int64_t offset, int64_t length, in decode() function in android::MediaPlayer
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java174 private void decode(ByteBuffer content) { in decode() method in DisplaySinkService
/frameworks/base/core/java/android/webkit/
DURLUtil.java111 public static byte[] decode(byte[] url) throws IllegalArgumentException { in decode() method in URLUtil
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp313 void NuPlayer::CCDecoder::decode(const sp<ABuffer> &accessUnit) { in decode() function in android::NuPlayer::CCDecoder
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DMediaDecoder.java318 private void decode() { in decode() method in MediaDecoder
/frameworks/av/cmds/stagefright/
Dcodec.cpp69 static int decode( in decode() function
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java273 protected void decode(final FileDescriptorFactory factory) { in decode() method in BasicBitmapDrawable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1891 public static BearerData decode(byte[] smsData) { in decode() method
1908 public static BearerData decode(byte[] smsData, int serviceCategory) { in decode() method
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1284 status_t MediaPlayerService::decode( in decode() function in android::MediaPlayerService
1350 status_t MediaPlayerService::decode(int fd, int64_t offset, int64_t length, in decode() function in android::MediaPlayerService
/frameworks/base/media/java/android/media/tv/
DTvContract.java1126 public static String[] decode(String genres) { in decode() method in TvContract.Programs.Genres
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java682 boolean decode() { in decode() method in TiledImageRenderer.Tile
/frameworks/base/core/java/android/net/
DUri.java1929 public static String decode(String s) { in decode() method in Uri