HomeSort by relevance Sort by last modified time
    Searched refs:ContentEncoding (Results 1 - 19 of 19) 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...]
ContentEncodingList.java 31 * Content Encoding SIP header List. Keeps a list of ContentEncoding headers.
37 public final class ContentEncodingList extends SIPHeaderList<ContentEncoding> {
52 super( ContentEncoding.class,
NameMap.java 127 putNameMap(CONTENT_ENCODING, ContentEncoding.class.getName()); //25
HeaderFactoryImpl.java 360 ContentEncoding c = new ContentEncoding();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentEncodingParser.java 48 * @param contentEncoding the header to parse
50 public ContentEncodingParser(String contentEncoding) {
51 super(contentEncoding);
77 ContentEncoding cl = new ContentEncoding();
90 cl = new ContentEncoding();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
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...]
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 182 // ContentEncoding element
185 class ContentEncoding {
189 ContentEncoding();
190 ~ContentEncoding();
232 // Returns number of ContentCompression elements in this ContentEncoding
248 // Returns number of ContentEncryption elements in this ContentEncoding
260 // Parses the ContentEncoding element from |pReader|. |start| is the
261 // starting offset of the ContentEncoding payload. |size| is the size in
262 // bytes of the ContentEncoding payload. Returns true on success.
286 // ContentEncoding element name
    [all...]
mkvmuxer.hpp 251 // ContentEncoding element
257 class ContentEncoding {
259 ContentEncoding();
260 ~ContentEncoding();
266 // Returns the size in bytes for the ContentEncoding element.
269 // Writes out the ContentEncoding element to |writer|. Returns true on
299 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncoding);
310 // Adds a ContentEncoding element to the Track. Returns true on success.
313 // Returns the ContentEncoding by index. Returns NULL if there is no
314 // ContentEncoding match
    [all...]
mkvmuxer.cpp 390 // ContentEncoding Class
392 ContentEncoding::ContentEncoding()
400 ContentEncoding::~ContentEncoding() { delete[] enc_key_id_; }
402 bool ContentEncoding::SetEncryptionID(const uint8* id, uint64 length) {
419 uint64 ContentEncoding::Size() const {
428 bool ContentEncoding::Write(IMkvWriter* writer) const {
466 uint64 ContentEncoding::EncodingSize(uint64 compresion_size,
486 uint64 ContentEncoding::EncryptionSize() const
    [all...]
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 182 // ContentEncoding element
185 class ContentEncoding {
189 ContentEncoding();
190 ~ContentEncoding();
232 // Returns number of ContentCompression elements in this ContentEncoding
248 // Returns number of ContentEncryption elements in this ContentEncoding
260 // Parses the ContentEncoding element from |pReader|. |start| is the
261 // starting offset of the ContentEncoding payload. |size| is the size in
262 // bytes of the ContentEncoding payload. Returns true on success.
286 // ContentEncoding element name
    [all...]
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 205 // ContentEncoding element
208 class ContentEncoding {
214 ContentEncoding();
215 ~ContentEncoding();
257 // Returns number of ContentCompression elements in this ContentEncoding
274 // Returns number of ContentEncryption elements in this ContentEncoding
287 // Parses the ContentEncoding element from |pReader|. |start| is the
288 // starting offset of the ContentEncoding payload. |size| is the size in
289 // bytes of the ContentEncoding payload. Returns true on success.
316 // ContentEncoding element name
    [all...]
mkvmuxer.hpp 254 // ContentEncoding element
260 class ContentEncoding {
262 ContentEncoding();
263 ~ContentEncoding();
269 // Returns the size in bytes for the ContentEncoding element.
272 // Writes out the ContentEncoding element to |writer|. Returns true on
302 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(ContentEncoding);
313 // Adds a ContentEncoding element to the Track. Returns true on success.
316 // Returns the ContentEncoding by index. Returns NULL if there is no
317 // ContentEncoding match
    [all...]
mkvmuxer.cpp 397 // ContentEncoding Class
399 ContentEncoding::ContentEncoding()
408 ContentEncoding::~ContentEncoding() {
412 bool ContentEncoding::SetEncryptionID(const uint8* id, uint64 length) {
429 uint64 ContentEncoding::Size() const {
439 bool ContentEncoding::Write(IMkvWriter* writer) const {
480 uint64 ContentEncoding::EncodingSize(uint64 compresion_size,
500 uint64 ContentEncoding::EncryptionSize() const
    [all...]
mkvparser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 65 headerListTable.put(ContentEncoding.class, ContentEncodingList.class);

Completed in 524 milliseconds