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

  /frameworks/av/media/libstagefright/webm/
WebmFrame.h 24 struct WebmFrame : LightRefBase<WebmFrame> {
32 WebmFrame();
33 WebmFrame(int type, bool key, uint64_t absTimecode, MediaBuffer *buf);
34 ~WebmFrame() {}
38 bool operator<(const WebmFrame &other) const;
40 static const sp<WebmFrame> EOS;
42 DISALLOW_EVIL_CONSTRUCTORS(WebmFrame);
WebmFrame.cpp 18 #define LOG_TAG "WebmFrame"
20 #include "WebmFrame.h"
39 const sp<WebmFrame> WebmFrame::EOS = new WebmFrame();
41 WebmFrame::WebmFrame()
49 WebmFrame::WebmFrame(int type, bool key, uint64_t absTimecode, MediaBuffer *mbuf)
57 sp<WebmElement> WebmFrame::SimpleBlock(uint64_t baseTimecode) const
    [all...]
WebmFrameThread.h 20 #include "WebmFrame.h"
69 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
70 LinkedBlockingQueue<const sp<WebmFrame> >& audioSource,
83 LinkedBlockingQueue<const sp<WebmFrame> >& mVideoFrames;
84 LinkedBlockingQueue<const sp<WebmFrame> >& mAudioFrames;
90 List<const sp<WebmFrame> >& frames,
94 void flushFrames(List<const sp<WebmFrame> >& frames, bool last);
101 WebmFrameSourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink);
105 LinkedBlockingQueue<const sp<WebmFrame> >& mSink;
114 WebmFrameEmptySourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink
    [all...]
WebmFrameThread.cpp 58 LinkedBlockingQueue<const sp<WebmFrame> >& sink)
81 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
82 LinkedBlockingQueue<const sp<WebmFrame> >& audioSource,
107 List<const sp<WebmFrame> >& frames,
112 const sp<WebmFrame> f = *(frames.begin());
133 void WebmFrameSinkThread::flushFrames(List<const sp<WebmFrame> >& frames, bool last) {
157 const sp<WebmFrame> f = *(frames.begin());
174 const sp<WebmFrame> secondLastFrame = *(frames.begin());
193 mVideoFrames.push(WebmFrame::EOS);
194 mAudioFrames.push(WebmFrame::EOS)
    [all...]
Android.mk 9 WebmFrame.cpp \
WebmWriter.h 92 LinkedBlockingQueue<const sp<WebmFrame> > mSink;

Completed in 2920 milliseconds