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

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 80 public class ContentEncoding
89 * ContentEncoding field.
91 protected String contentEncoding;
96 public ContentEncoding() {
104 public ContentEncoding(String enc) {
106 contentEncoding = enc;
114 return contentEncoding;
118 * Get the ContentEncoding field.
122 return contentEncoding;
133 contentEncoding = encoding
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp     [all...]
mkvparser.hpp 201 // ContentEncoding element
204 class ContentEncoding {
206 ContentEncoding();
207 ~ContentEncoding();
238 // Returns number of ContentCompression elements in this ContentEncoding
246 // Returns number of ContentEncryption elements in this ContentEncoding
250 // Parses the ContentEncoding element from |pReader|. |start| is the
251 // starting offset of the ContentEncoding payload. |size| is the size in
252 // bytes of the ContentEncoding payload. Returns true on success.
279 // ContentEncoding element names
    [all...]

Completed in 83 milliseconds