HomeSort by relevance Sort by last modified time
    Searched refs:ContentCompression (Results 1 - 8 of 8) 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/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 197 // ContentCompression element names
198 struct ContentCompression {
199 ContentCompression();
200 ~ContentCompression();
233 // Returns ContentCompression represented by |idx|. Returns NULL if |idx|
235 const ContentCompression* GetCompressionByIndex(unsigned long idx) const;
237 // Returns number of ContentCompression elements in this ContentEncoding
241 // Parses the ContentCompression element from |pReader|. |start| is the
242 // starting offset of the ContentCompression payload. |size| is the size in
243 // bytes of the ContentCompression payload. |compression| is where the parse
    [all...]
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
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...]
mkvparser.cc     [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 192 milliseconds