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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 209 // ContentCompression element names
210 struct ContentCompression {
211 ContentCompression();
212 ~ContentCompression();
234 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
236 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
238 // Returns number of ContentCompression elements in this ContentEncoding
271 // Member variables for list of ContentCompression elements.
272 ContentCompression** compression_entries_;
273 ContentCompression** compression_entries_end_;
    [all...]
mkvparser.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 192 // ContentCompression element names
193 struct ContentCompression {
194 ContentCompression();
195 ~ContentCompression();
228 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
230 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
232 // Returns number of ContentCompression elements in this ContentEncoding
236 // Parses the ContentCompression element from |pReader|. |start| is the
237 // starting offset of the ContentCompression payload. |size| is the size in
238 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 217 // ContentCompression element names
218 struct ContentCompression {
219 ContentCompression();
220 ~ContentCompression();
253 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
255 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
257 // Returns number of ContentCompression elements in this ContentEncoding
261 // Parses the ContentCompression element from |pReader|. |start| is the
262 // starting offset of the ContentCompression payload. |size| is the size in
263 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 192 // ContentCompression element names
193 struct ContentCompression {
194 ContentCompression();
195 ~ContentCompression();
228 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
230 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
232 // Returns number of ContentCompression elements in this ContentEncoding
236 // Parses the ContentCompression element from |pReader|. |start| is the
237 // starting offset of the ContentCompression payload. |size| is the size in
238 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 217 // ContentCompression element names
218 struct ContentCompression {
219 ContentCompression();
220 ~ContentCompression();
253 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
255 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
257 // Returns number of ContentCompression elements in this ContentEncoding
261 // Parses the ContentCompression element from |pReader|. |start| is the
262 // starting offset of the ContentCompression payload. |size| is the size in
263 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
mkvparser.cpp     [all...]

Completed in 114 milliseconds