HomeSort by relevance Sort by last modified time
    Searched defs:contentOffset (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h 64 int32_t contentOffset; /**< The offset of the media content from the original DRM data */
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 74 int32_t contentOffset;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 70 protected int contentOffset;
148 * Initializes tag, length, tagOffset and contentOffset variables
184 contentOffset = offset;
221 if (buffer[contentOffset] > 7) {
222 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
226 if (length == 1 && buffer[contentOffset] != 0) {
227 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
256 int bits = buffer[contentOffset] & 0xFF;
257 if (buffer[contentOffset + 1] < 0) {
262 throw new ASN1Exception("ASN.1 enumerated: wrong content at [" + contentOffset
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 76 milliseconds