Searched refs:DummyRecorder (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h30 class DummyRecorder { class in namespace:android
46 explicit DummyRecorder(const sp<MediaSource> &source) : mSource(source) function in class:android::DummyRecorder
48 ~DummyRecorder( ) {}
52 DISALLOW_EVIL_CONSTRUCTORS(DummyRecorder);
H A DDummyRecorder.cpp17 #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() {
H A DAndroid.mk12 DummyRecorder.cpp \
H A DSurfaceMediaSource_test.cpp43 #include "DummyRecorder.h"
711 DummyRecorder writer(mSMS);
773 // DummyRecorder used- no real encoding here
782 DummyRecorder writer(mSMS);

Completed in 271 milliseconds