Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp96 uint64_t decode<uint64_t>(const ByteType* pBuf, size_t& pSize) { in decode() function
136 uint64_t decode<uint64_t>(const ByteType*& pBuf) { in decode() function
184 int64_t decode<int64_t>(const ByteType* pBuf, size_t& pSize) { in decode() function
205 int64_t decode<int64_t>(const ByteType*& pBuf) { in decode() function
/frameworks/compile/mclinker/include/mcld/Support/
DLEB128.h101 IntType decode(const char* pBuf, size_t& pSize) { in decode() function
106 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 __anonfee1ae7b0111::UlawCodec
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anonfee1ae7b0111::AlawCodec
DAmrCodec.cpp131 int AmrCodec::decode(int16_t *samples, int /* count */, void *payload, int length) in decode() function in __anondefc349b0111::AmrCodec
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anondefc349b0111::GsmEfrCodec
DGsmCodec.cpp60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon10a7cec20111::GsmCodec
DAudioGroup.cpp362 void AudioStream::decode(int tick) in decode() function in __anon37a6e4dc0111::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/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/rs/java/tests/Refocus/src/com/android/rs/test/
DDepthImage.java32 XmpDepthDecode decode = new XmpDepthDecode(input); in DepthImage() local
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java115 public ReusableBitmap decode() { in decode() method in DecodeTask
488 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { in decode() method in DecodeTask
/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/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DDisplaySinkService.java174 private void decode(ByteBuffer content) { in decode() method in DisplaySinkService
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
DAsn1Decoder.java86 public static Collection<Asn1Object> decode(ByteBuffer data) throws DecodeException { in decode() method in Asn1Decoder
93 private static void decode(int level, Asn1Constructed parent) throws DecodeException { in decode() method in Asn1Decoder
/frameworks/base/core/java/android/webkit/
DURLUtil.java111 public static byte[] decode(byte[] url) throws IllegalArgumentException { in decode() method in URLUtil
/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.cpp70 static int decode( in decode() function
Dmediafilter.cpp312 static int decode( in decode() function
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java314 protected void decode(final FileDescriptorFactory factory) { in decode() method in BasicBitmapDrawable
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp489 void NuPlayer::CCDecoder::decode(const sp<ABuffer> &accessUnit) { in decode() function in android::NuPlayer::CCDecoder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1868 public static BearerData decode(byte[] smsData) { in decode() method
1885 public static BearerData decode(byte[] smsData, int serviceCategory) { in decode() method
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java682 boolean decode() { in decode() method in TiledImageRenderer.Tile
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp503 static status_t decode(int fd, int64_t offset, int64_t length, in decode() function
/frameworks/base/media/java/android/media/tv/
DTvContract.java1543 public static String[] decode(@NonNull String genres) { in decode() method in TvContract.Programs.Genres

12