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.java179 * @return the decoded scheme-specific-part
191 * @return the decoded scheme-specific-part
196 * Gets the decoded authority part of this URI. For
218 * Gets the decoded user information from the authority.
253 * Gets the decoded path.
255 * @return the decoded path, or null if this is not a hierarchical URI
269 * Gets the decoded query component from this URI. The query comes after
274 * @return the decoded query or null if there isn't one
289 * Gets the decoded fragment part of this URI, everything after the '#'.
291 * @return the decoded fragmen
1945 volatile String decoded; field in class:Uri.AbstractPart
1947 AbstractPart(String encoded, String decoded) argument
1995 Part(String encoded, String decoded) argument
2045 fromDecoded(String decoded) argument
2055 from(String encoded, String decoded) argument
2100 PathPart(String encoded, String decoded) argument
2187 appendDecodedSegment(PathPart oldPart, String decoded) argument
2222 fromDecoded(String decoded) argument
2232 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 57 milliseconds