Searched defs:decoded (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_macroblock_layer.h179 u32 decoded; member in struct:mbStorage
/frameworks/base/core/java/android/net/
H A DUri.java182 * @return the decoded scheme-specific-part
194 * @return the decoded scheme-specific-part
199 * Gets the decoded authority part of this URI. For
221 * Gets the decoded user information from the authority.
256 * Gets the decoded path.
258 * @return the decoded path, or null if this is not a hierarchical URI
272 * Gets the decoded query component from this URI. The query comes after
277 * @return the decoded query or null if there isn't one
292 * Gets the decoded fragment part of this URI, everything after the '#'.
294 * @return the decoded fragmen
1948 volatile String decoded; field in class:Uri.AbstractPart
1950 AbstractPart(String encoded, String decoded) argument
1998 Part(String encoded, String decoded) argument
2048 fromDecoded(String decoded) argument
2058 from(String encoded, String decoded) argument
2103 PathPart(String encoded, String decoded) argument
2190 appendDecodedSegment(PathPart oldPart, String decoded) argument
2225 fromDecoded(String decoded) argument
2235 from(String encoded, String decoded) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp246 SkBitmap* decoded; local
248 decoded = new SkBitmap;
250 decoded = bitmap;
252 SkAutoTDelete<SkBitmap> adb2(willScale ? decoded : NULL);
254 if (!decoder->decode(stream, decoded, prefConfig, decodeMode, javaBitmap != NULL)) {
258 int scaledWidth = decoded->width();
259 int scaledHeight = decoded->height();
327 const float sx = scaledWidth / float(decoded->width());
328 const float sy = scaledHeight / float(decoded->height());
330 SkBitmap::Config config = decoded
[all...]

Completed in 603 milliseconds