Searched defs:decoded (Results 1 - 2 of 2) 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.java185 * @return the decoded scheme-specific-part
197 * @return the decoded scheme-specific-part
202 * Gets the decoded authority part of this URI. For
224 * Gets the decoded user information from the authority.
259 * Gets the decoded path.
261 * @return the decoded path, or null if this is not a hierarchical URI
275 * Gets the decoded query component from this URI. The query comes after
280 * @return the decoded query or null if there isn't one
295 * Gets the decoded fragment part of this URI, everything after the '#'.
297 * @return the decoded fragmen
1951 volatile String decoded; field in class:Uri.AbstractPart
1953 AbstractPart(String encoded, String decoded) argument
2001 Part(String encoded, String decoded) argument
2051 fromDecoded(String decoded) argument
2061 from(String encoded, String decoded) argument
2106 PathPart(String encoded, String decoded) argument
2193 appendDecodedSegment(PathPart oldPart, String decoded) argument
2228 fromDecoded(String decoded) argument
2238 from(String encoded, String decoded) argument
[all...]

Completed in 1176 milliseconds