Home
last modified time | relevance | path

Searched refs:WebmFrameThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.h33 class WebmFrameThread : public LightRefBase<WebmFrameThread> {
41 virtual ~WebmFrameThread() { stop(); } in ~WebmFrameThread()
45 WebmFrameThread() in WebmFrameThread() function
51 DISALLOW_EVIL_CONSTRUCTORS(WebmFrameThread);
57 class WebmFrameSinkThread : public WebmFrameThread {
100 class WebmFrameSourceThread : public WebmFrameThread {
DWebmFrameThread.cpp33 void *WebmFrameThread::wrap(void *arg) { in wrap()
34 WebmFrameThread *worker = reinterpret_cast<WebmFrameThread*>(arg); in wrap()
39 status_t WebmFrameThread::start() { in start()
44 if ((err = pthread_create(&mThread, &attr, WebmFrameThread::wrap, this))) { in start()
51 status_t WebmFrameThread::stop() { in stop()
196 return WebmFrameThread::start(); in start()
203 return WebmFrameThread::stop(); in stop()
309 return WebmFrameThread::start(); in start()
333 return WebmFrameThread::stop(); in stop()
DAndroid.bp23 "WebmFrameThread.cpp",
/frameworks/av/media/libstagefright/webm/tests/
DREADME.md15 #### WebmFrameThread subsubsection