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

  /frameworks/av/media/libstagefright/tests/
DummyRecorder.h 30 class DummyRecorder {
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
48 ~DummyRecorder( ) {}
52 DISALLOW_EVIL_CONSTRUCTORS(DummyRecorder);
DummyRecorder.cpp 17 #define LOG_TAG "DummyRecorder"
22 #include "DummyRecorder.h"
29 void *DummyRecorder::threadWrapper(void *pthis) {
31 DummyRecorder *writer = static_cast<DummyRecorder *>(pthis);
37 status_t DummyRecorder::start() {
57 status_t DummyRecorder::stop() {
71 void DummyRecorder::readFromSource() {
Android.mk 12 DummyRecorder.cpp \
SurfaceMediaSource_test.cpp 48 #include "DummyRecorder.h"
716 DummyRecorder writer(mSMS);
778 // DummyRecorder used- no real encoding here
787 DummyRecorder writer(mSMS);
    [all...]

Completed in 75 milliseconds