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

  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
mkvparser.h 195 // ContentCompression element names
196 struct ContentCompression {
197 ContentCompression();
198 ~ContentCompression();
231 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
233 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
235 // Returns number of ContentCompression elements in this ContentEncoding
239 // Parses the ContentCompression element from |pReader|. |start| is the
240 // starting offset of the ContentCompression payload. |size| is the size in
241 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
mkvparser.h 195 // ContentCompression element names
196 struct ContentCompression {
197 ContentCompression();
198 ~ContentCompression();
231 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
233 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
235 // Returns number of ContentCompression elements in this ContentEncoding
239 // Parses the ContentCompression element from |pReader|. |start| is the
240 // starting offset of the ContentCompression payload. |size| is the size in
241 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]

Completed in 87 milliseconds