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

  /frameworks/av/media/libstagefright/webm/
WebmElement.h 29 struct WebmElement : public LightRefBase<WebmElement> {
32 WebmElement(uint64_t id, uint64_t size);
33 virtual ~WebmElement();
42 static sp<WebmElement> EbmlHeader(
50 static sp<WebmElement> SegmentInfo(uint64_t scale = 1000000, double dur = 0);
52 static sp<WebmElement> AudioTrackEntry(
62 static sp<WebmElement> VideoTrackEntry(
71 static sp<WebmElement> SeekEntry(uint64_t id, uint64_t off);
72 static sp<WebmElement> CuePointEntry(uint64_t time, int track, uint64_t off)
    [all...]
WebmElement.cpp 18 #define LOG_TAG "WebmElement"
21 #include "WebmElement.h"
50 uint64_t childrenSum(const List<sp<WebmElement> >& children) {
52 for (List<sp<WebmElement> >::const_iterator it = children.begin();
66 List<sp<WebmElement> > &ls) {
78 WebmElement::WebmElement(uint64_t id, uint64_t size)
82 WebmElement::~WebmElement() {
85 int WebmElement::serializePayloadSize(uint8_t *buf)
    [all...]

Completed in 51 milliseconds