/external/skia/src/lazy/ |
SkCachingPixelRef.cpp | 58 // Cache has been purged, must re-decode.
|
/external/tcpdump/ |
print-frag6.c | 68 /* it is meaningless to decode non-first fragment */
|
/frameworks/av/media/libmedia/ |
IMediaPlayerService.cpp | 89 virtual status_t decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, function in class:android::BpMediaPlayerService 110 virtual status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, function in class:android::BpMediaPlayerService 231 status_t status = decode(url, &sampleRate, &numChannels, &format, heap, &size); 251 status_t status = decode(fd, offset, length, &sampleRate, &numChannels, &format,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module
|
/frameworks/base/core/java/android/webkit/ |
WebResourceResponse.java | 71 * to decode the data from the input stream.
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 26 * BitmapRegionDecoder can be used to decode a rectangle region from an image. 38 // ensures that the native decoder object exists and that only one decode can 74 * @param fd The file descriptor containing the data to decode 176 * @param rect The rectangle that specified the region to be decode.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
VideoTrackDecoder.java | 25 * Base class for all {@link TrackDecoder} classes that decode video.
|
/frameworks/native/include/media/hardware/ |
CryptoAPI.h | 62 // decode the data after decryption. The decrypt API below will have
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 154 // Decode the bitmap 219 * may load EXIF orientation, and the second pass may do the actual Bitmap decode. 269 return Base64.decode(base64, Base64.URL_SAFE); 273 return Base64.decode(base64, Base64.DEFAULT);
|
/frameworks/wilhelm/src/android/include/ |
AacBqToPcmCbRenderer.h | 27 // Class to receive AAC ADTS data through an Android Buffer Queue, decode it and output
|
/libcore/luni/src/main/java/java/io/ |
InputStreamReader.java | 64 * character converter that is used to decode bytes into characters is 245 // decode bytes 246 result = decoder.decode(bytes, out, false); 262 result = decoder.decode(bytes, out, true);
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Any.java | 72 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Any
|
ASN1Boolean.java | 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Boolean
|
ASN1Choice.java | 117 * If it is a matter what time format should be used to decode/encode 300 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Choice 303 throw new ASN1Exception("Failed to decode ASN.1 choice type. No alternatives were found for " + getClass().getName());// FIXME message 308 in.content = type[index].decode(in);
|
ASN1Enumerated.java | 63 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Enumerated
|
ASN1OctetString.java | 61 @Override public Object decode(BerInputStream in) throws IOException { method in class:ASN1OctetString
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
AlternativeName.java | 49 this.alternativeNames = (GeneralNames) GeneralNames.ASN1.decode(encoding);
|
CRLNumber.java | 45 number = new BigInteger((byte[]) ASN1.decode(encoding));
|
CertificateIssuer.java | 53 issuer = (X500Principal) ASN1.decode(getEncoded());
|
InvalidityDate.java | 43 date = (Date) ASN1.decode(encoding);
|
KeyUsage.java | 69 this.keyUsage = (boolean[]) ASN1.decode(encoding);
|
/packages/apps/Mms/src/com/android/mms/model/ |
TextModel.java | 47 // By default, we use ISO_8859_1 to decode the data
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ImageCanvas.java | 57 * decode request was made.
|