Searched refs:WebmFrame (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h24 struct WebmFrame : LightRefBase<WebmFrame> { struct in namespace:android
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);
H A DWebmFrame.cpp18 #define LOG_TAG "WebmFrame"
20 #include "WebmFrame.h"
39 const sp<WebmFrame> WebmFrame::EOS = new WebmFrame();
41 WebmFrame::WebmFrame() function in class:android::WebmFrame
49 WebmFrame::WebmFrame(int type, bool key, uint64_t absTimecode, MediaBuffer *mbuf) function in class:android::WebmFrame
57 sp<WebmElement> WebmFrame
[all...]
H A DWebmFrameThread.h20 #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> >
[all...]
H A DWebmFrameThread.cpp58 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
[all...]
H A DAndroid.mk12 WebmFrame.cpp \
H A DWebmWriter.h91 LinkedBlockingQueue<const sp<WebmFrame> > mSink;

Completed in 866 milliseconds