Searched defs:repeaterSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp70 const sp<RepeaterSource> &repeaterSource() const;
177 WifiDisplaySource::PlaybackSession::Track::repeaterSource() const { function in class:android::WifiDisplaySource::PlaybackSession::Track
712 sp<RepeaterSource> repeaterSource = videoTrack->repeaterSource(); local
713 if (repeaterSource != NULL) {
722 rateHz = repeaterSource->getFrameRate();
738 if (rateHz != repeaterSource->getFrameRate()) {
741 repeaterSource->setFrameRate(rateHz);

Completed in 72 milliseconds