HomeSort by relevance Sort by last modified time
    Searched defs:RepeaterSource (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 2 #define LOG_TAG "RepeaterSource"
5 #include "RepeaterSource.h"
15 RepeaterSource::RepeaterSource(const sp<MediaSource> &source, double rateHz)
26 RepeaterSource::~RepeaterSource() {
30 double RepeaterSource::getFrameRate() const {
34 void RepeaterSource::setFrameRate(double rateHz) {
49 status_t RepeaterSource::start(MetaData *params) {
67 mReflector = new AHandlerReflector<RepeaterSource>(this)
    [all...]
RepeaterSource.h 15 struct RepeaterSource : public MediaSource {
16 RepeaterSource(const sp<MediaSource> &source, double rateHz);
27 // If RepeaterSource is currently dormant, because SurfaceFlinger didn't
35 virtual ~RepeaterSource();
51 sp<AHandlerReflector<RepeaterSource> > mReflector;
62 DISALLOW_EVIL_CONSTRUCTORS(RepeaterSource);

Completed in 56 milliseconds